Request parameters
To update the payout schedule for a merchant, make a POST /updatePayoutSchedule specifying:
| Name | Type | Required | Description |
|---|---|---|---|
|
|
String |
![]() |
A merchant code string holds a value to identify a merchant. Format:
|
|
|
Int |
![]() |
Number of payout days per week. Allowed values:
|
Response parameters
If there are no errors in the request, the call returns a pspReference.If any issues occur during the process, the call returns one or more warning or error messages.
| Name | Type | Returned by default | Description |
|---|---|---|---|
|
|
String |
![]() |
A reference to uniquely identify the request. |
|
|
String |
![]() |
List containing one or more warning messages. |
|
|
String |
![]() |
List containing one or more error messages. |

