Lists out payments
Full report with all the out payments from your Account Id
Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">out_payment:read</code>
Query parameters
Specifies the page number of the results to retrieve. This parameter is used for paginating through a collection of records, allowing the client to navigate to different pages of the dataset. The value must be a positive integer (e.g., "1" for the first page).
Specifies the number of records to retrieve per page. This parameter is used for controlling the size of each page in a paginated collection of records. The value must be a positive integer, determining how many records are displayed on each page (e.g., "20" for 20 records per page).
Filter by method used in the transaction.
Filter by type of out payment.
Filter by the unique identifier for the resource. Typically formatted as a UUID (Universally Unique Identifier).
A user-defined identifier used to filter the results. This parameter allows the client to specify a key to retrieve records or transactions that match the provided key. The value is a string and may not be unique, as it is determined by the user.
Filter records by the exact transaction amount.
Filter records by creation datetime interval in UTC. Maximum allowed range is 30 days. Format: interval(YYYY-MM-DD HH:MM,YYYY-MM-DD HH:MM).
Response
OK
Example response
{
"data": [
{
"schedule_at": "2022-09-15 20:28:58",
"transactions": {
"id": "4fb3ac57-c7fe-4157-aeb7-4362ae24deec",
"key": "01J1PKR2RPHJNJQGFWGDYXY0KM",
"created_at": "2025-05-30T17:21:47Z",
"date": "2025-05-30T17:21:46Z",
"values": {
"requested": 12.55,
"paid": 12.55,
"fixed_fee": 0.07,
"variable_fee": 0.09,
"tax": 0.04,
"transfer": 12.35
},
"transfer_date": "2025-06-02T00:00:00Z",
"transfer_batch": "584",
"method": "transfer",
"document_number": "MARCEL0208220628294020250530172147",
"descriptive": "blue t-shirts"
},
"created_at": "2022-09-15 20:28:58",
"timestamp": "1749054192"
}
]
}