If there are any pending changes for the specified payout, the /getPayoutStatus
response returns the following:
- The original status of the payout. For example, the previous status before the payout was set to pending.
- The new status requested for the payout. This is the status that is waiting for approval or rejection.
Request parameters
To obtain payout status information for a merchant, make a POST /getPayoutStatus
request specifying:
Name | Type | Required | Description |
---|---|---|---|
|
String |
|
A merchant code string holds a value to identify a merchant. Format:
|
Response parameters
The response contains the following information:
Name | Type | Returned by default | Description |
---|---|---|---|
|
String |
| The actual status of the payout.
|
|
String |
| The original status of the payout, i.e. preceding the pending status.
|
|
String |
| The payout status change that has been requested, and that is waiting for approval or rejection while the payout is pending.
When a payout is pending, it is considered blocked. |
|
String |
|
String representation of the account user name used to modify the status. |
|
String |
| When a payout is set to Blocked , you can add an explanatory note.If it is populated, the corresponding content is returned here. |
|
String |
|
A reference to uniquely identify the request. |
|
String |
|
List containing one or more warning messages. |
|
String |
|
List containing one or more error messages. |