v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPayments
List scheduled payments
List all scheduled payments for an account.
get/corporate/v2/scheduled-payments
Query parameters
type'CREDIT' | 'DEBIT' | 'TRANSFER'
Determines the type of operation for the listed scheduled payments.
Response
OK
Example response
{
"scheduled_payments": [
{
"id": "d2644122-251b-41fa-b5b5-54cfad097afb",
"status": "ACTIVE"
}
],
"pagination": {
"next_cursor": 124,
"has_next": true
}
}