v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBList account scheduled transfers
Retrieve an account's scheduled transfers.
Path parameters
Pismo account ID.
Query parameters
Items per page
This is the last_evaluated_creation_datetime field in the returned result and is used to get the next page of results in a subsequent request. RFC 3339 format. For example - "2023-04-12T23:20:50.52Z".
Schedule ID filter
Schedule creation datetime begin filter. RFC 3339 value, for example: 2023-04-12T23:20:50.52Z.
Schedule creation datetime end filter. RFC 3339 value, for example: 2023-04-12T23:20:50.52Z.
Schedule datetime begin filter. RFC 3339 value, for example: 2023-04-12T23:20:50.52Z.
Schedule datetime end filter. RFC 3339 value, for example: 2023-04-12T23:20:50.52Z.
Headers
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
Response
Response Body
Example response
{
"items": [
{
"amount": 215,
"cancel_datetime": "2020-08-13T13:49:03.000Z",
"end_to_end_id": "E3030629420200808195101608910248",
"payee": {
"document_number": "7777888hh",
"ispb": "60701190",
"name": "Paul Bearer"
},
"schedule_creation_datetime": "2020-08-13T13:49:03.000Z",
"schedule_datetime": "2020-08-13T13:49:03.000Z",
"schedule_id": "7b29a055-00e1-41e5-b880-aebe517b3bf6",
"status": "SCHEDULED"
}
],
"per_page": 15,
"total_items": 100
}