forked from Mangopay/mangopay2-nodejs-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UBO Declarations] Get by declaration id
Add a method to get a declaration only by its id (not requiring userId). By the way, I also updated document that wasn't up to date anymore. For example, the doc for `UboDeclarations.get` was not mentionning `userId` as a parameter and it was confusing.
- Loading branch information
1 parent
91ba981
commit 30b0b42
Showing
16 changed files
with
332 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# BankAccounts | ||
|
||
|
||
|
||
|
||
|
||
* * * | ||
|
||
### BankAccounts.getTransactions(bankAccountId, callback, options) | ||
|
||
Retrieve list of transactions for a bank account | ||
|
||
**Parameters** | ||
|
||
**bankAccountId**: `number`, Bank Account Id | ||
|
||
**callback**: `function`, Callback function | ||
|
||
**options**: `Object`, Request options | ||
|
||
**Returns**: `Object`, Request promise | ||
|
||
|
||
|
||
* * * | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
* * * | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Global | ||
|
||
|
||
|
||
|
||
|
||
* * * | ||
|
||
### withIdempotency(options, idempotencyKey) | ||
|
||
Adds Idempotency-Key headers to the provided 'options' parameter | ||
|
||
**Parameters** | ||
|
||
**options**: , Adds Idempotency-Key headers to the provided 'options' parameter | ||
|
||
**idempotencyKey**: , Adds Idempotency-Key headers to the provided 'options' parameter | ||
|
||
|
||
|
||
|
||
* * * | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Repudiations | ||
|
||
[MangoPay Repudiations API Reference](https://docs.mangopay.com/api-references/repudiations/) | ||
|
||
|
||
|
||
* * * | ||
|
||
### Repudiations.getRefunds(repudiationId, callback, options) | ||
|
||
Gets list of Refunds of a Repudiation | ||
|
||
**Parameters** | ||
|
||
**repudiationId**: `number`, Repudiation identifier | ||
|
||
**callback**: `function`, Callback function | ||
|
||
**options**: `Object`, Request options | ||
|
||
**Returns**: `Object`, Request promise | ||
|
||
|
||
|
||
* * * | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters