Default icon

Update a payout schedule

Update a merchant's payout schedule.

Request parameters

To update the payout schedule for a merchant, make a POST /updatePayoutSchedule specifying:

NameTypeRequiredDescription

merchantCode

String

-white_check_mark-

A merchant code string holds a value to identify a merchant.

Format:

  • Either: MerchantAccount.Merchant_Code
  • Or: Merchant_Code

payoutScheduleDays

Int

-white_check_mark-

Number of payout days per week.
Defines how often you want to plan a payout on a weekly basis.
For example, once a week, twice a week, and so on.

Allowed values:
1, 2, 3, 5.

  • 1: on Tuesday at 00:00 CET
  • 2: on Tuesday, Friday at 00:00 CET
  • 3: on Tuesday, Thursday, Friday at 00:00 CET
  • 5: from Monday to Friday at 00:00 CET

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.

NameTypeReturned by defaultDescription

pspReference

String

-white_check_mark-

A reference to uniquely identify the request.

warnings

String

-x-

List containing one or more warning messages.
Returned when the request is not correctly processed.

errors

String

-x-

List containing one or more error messages.
Returned when the request fails.

Examples

Request

Response

Response in case of an error or warning