v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPayments
Schedule payment
Schedule payments for a specified future date (schedule_datetime). For more information, refer to Schedule payment overview.
The payload for this request is similar to that of the Post payment endpoint with the exception of the (schedule_datetime) property.
See Data and reporting for more information about events and setting up event notifications.
For more information on payments operations, see Corporate Banking Launch Reference.
NOTE:
- This endpoint requires an account token - an access token encoded with an external account ID. Tokens can expire quickly, which can result in a 401 Unauthorized message.
- For scheduled payments, validation of the transaction occurs only during the execution of the scheduled payment.
This endpoint generates the following events:
See Data and reporting for more information about events and how to set up event notifications.
post/corporate/v2/scheduled-payments
Request body
Example request
{
"amount": 215,
"tracking_id": "3368328d-e4c6-4c75-99a9-9d59f3501d8c",
"soft_descriptor": "ACME Inc. - Invoice 2938",
"credit": {
"external_account_id": "289",
"processing_code": "220035",
"soft_descriptor": "ACME Inc. - Invoice 2938",
"metadata": {
"my-id": 2932
}
},
"debit": {
"external_account_id": "289",
"processing_code": "220037",
"earmark_id": "dadaab22-6e28-4746-8440-0caa030f0f3f",
"soft_descriptor": "ACME Inc. - Invoice 2938",
"metadata": {
"my-id": 2932
}
},
"metadata": {
"my-id": 2932
},
"validation_rules": {
"ACCOUNT_STATUS": {
"override": false
},
"LEDGER": {
"force": false
},
"FLEX_CONTROLS": {
"override": true
},
"RATES": {
"override": true
}
},
"payment_datetime": "2023-03-10T19:05:56.743Z",
"business_date": "2023-03-09",
"channel": "GDP",
"schedule_datetime": "2020-08-13T13:49:03.000Z"
}Response
Created
Example response
{
"id": "d2644122-251b-41fa-b5b5-54cfad097afb"
}