Get a specific managed payout schedule on a balance account
Returns the specified payout schedule.
The unique identifier of the payout schedule for the balance account.
The unique identifier of the balance account.
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
200 - OK
The request has succeeded.
balanceAccountIdstringThe unique identifier of the balance account to which you apply the payout schedule.
balancePlatformPayoutScheduleIdstringThe unique identifier of the balance platform payout schedule that is applied to the balance account.
createdAtstringThe date and time when the payout schedule was created.
currencystringThe three-character ISO code of the currency used for this schedule.
descriptionstringThe description used for all payouts initiated by this payout schedule.
Maximum length: 140 characters. If your description is longer, it may be truncated.
Default value: The
defaultDescriptionfrom the balance platform schedule that you are applying.enabledbooleanSpecifies whether the payout schedule is active.
frequencystringThe frequency of payouts initiated by this payout schedule.
Possible values:
- daily
- weekdays
- weekly
- monthly
Default value: The
defaultFrequencyfrom the balance platform schedule that you are applying.frequencyValueintegerThe date of the month or day of the week when payouts are initiated. Allowed only if
frequencyis monthly or weekly.Possible values if
frequencyis monthly: [1 - 31].- If your specified date happens on a weekend, the payout is initiated on the next business day.
- If your specified date (29, 30, or 31) does not exist in a month, the payout is initiated on the last day of that month.
Possible values if
frequencyis weekly: [1 - 5].Default value: The
defaultFrequencyValuefrom the balance platform schedule that you are applying.idstringThe unique identifier of the payout schedule for the balance account.
maxPayoutAmountintegerThe maximum amount that can be paid out from balance accounts that use this payout schedule.
Default value: 0
minPayoutAmountintegerThe minimum amount that can be paid out from balance accounts that use this payout schedule.
Default value: 0
referencestringYour reference for the payout schedule. This reference does not appear on statements of payouts initiated by the payout schedule.
referenceForBeneficiarystringThe reference for beneficiary used for all payouts initiated by this payout schedule. This reference is sent to the recipient of the payout and is included in all webhooks related to the payout.
Supported characters: a-z, A-Z, 0-9.
Default value: The
defaultReferenceForBeneficiaryfrom the balance platform schedule that you are applying.retainedAmountintegerThe amount of funds that must remain available in the balance account after an execution of the payout schedule. If the funds in the balance account are less than the retained amount, the execution is not initiated.
Default value: 0
salesDayClosingTimestringDeprecatedThe time of day when the sales day is closed in balance account time zone. The sales day closing time can be between 00:00 to 07:00.
Format: HH:mm:ss
transferInstrumentIdstringThe unique identifier of the transfer instrument to which the funds are paid out.
updatedAtstringThe date and time when the payout schedule was updated.
401 - Unauthorized
Authentication required.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringUnique business error code.
instancestringA URI that identifies the specific occurrence of the problem if applicable.
invalidFieldsarray[object]Array of fields with validation errors when applicable.
messagestringDescription of the validation error.
namestringThe field that has an invalid value.
valuestringThe invalid value.
requestIdstringThe unique reference for the request.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the validation error type. It points to human-readable documentation for the problem type.
403 - Forbidden
Insufficient permissions to process the request.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringUnique business error code.
instancestringA URI that identifies the specific occurrence of the problem if applicable.
invalidFieldsarray[object]Array of fields with validation errors when applicable.
messagestringDescription of the validation error.
namestringThe field that has an invalid value.
valuestringThe invalid value.
requestIdstringThe unique reference for the request.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the validation error type. It points to human-readable documentation for the problem type.
404 - Not Found
The resource was not found
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringUnique business error code.
instancestringA URI that identifies the specific occurrence of the problem if applicable.
invalidFieldsarray[object]Array of fields with validation errors when applicable.
messagestringDescription of the validation error.
namestringThe field that has an invalid value.
valuestringThe invalid value.
requestIdstringThe unique reference for the request.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the validation error type. It points to human-readable documentation for the problem type.
422 - Unprocessable Entity
A request validation error.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringUnique business error code.
instancestringA URI that identifies the specific occurrence of the problem if applicable.
invalidFieldsarray[object]Array of fields with validation errors when applicable.
messagestringDescription of the validation error.
namestringThe field that has an invalid value.
valuestringThe invalid value.
requestIdstringThe unique reference for the request.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the validation error type. It points to human-readable documentation for the problem type.
500 - Internal Server Error
The server could not process the request.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringUnique business error code.
instancestringA URI that identifies the specific occurrence of the problem if applicable.
invalidFieldsarray[object]Array of fields with validation errors when applicable.
messagestringDescription of the validation error.
namestringThe field that has an invalid value.
valuestringThe invalid value.
requestIdstringThe unique reference for the request.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the validation error type. It points to human-readable documentation for the problem type.