v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBList transactions (transaction banking)
Lists transactions of your transaction banking account.
Query parameters
Starting point for the results list. Default is 0
Maximum number of items per page. Defaults to 10
Statement ID
Customer ID
Transaction type ID
Processing code used to create the transaction
Show only credit (true) or debit (false) transactions.
Filter transactions posted to the statement.
Authorization ID
Authorization type
Start of event date period. Format = yyyy-mm-dd:hr:mm:ss.
End of event date period. Format = yyyy-mm-dd:hr:mm:ss.
Order to return items: ASC = ascending order, DESC = descending. Default is DESC.
Authorization tracking ID
Array of transaction IDs
User category
Payment method ID
Number of latest transactions. Get the latest transactions based on the date specified in the event_date field. Note that this filter overwrites page filters and doesn't allow any other filters.
Response
OK
Example response
{
"transactions": [
{
"id": "E9999901012341234123412345678900",
"program_id": 2222,
"account_id": 6912345,
"external_account_id": "b993ba96-b3e8-4ef7-9cf7-7eee5ddafdab",
"soft_descriptor": "ACME Inc. - Invoice 2938",
"processing_code": "99066",
"processing_description": "Hold Funds",
"amount": 215,
"event_date": "2025-04-22 20:31:50",
"payment_date": "2023-03-10T19:05:56.743Z",
"created_at": "2023-04-27T12:01:24Z",
"transaction_type": "TRANSFER",
"authorization": {
"id": 1099901,
"role_type": "SECONDARY_INSTALLMENT",
"created_at": "2024-09-12T16:46:16.43663522",
"updated_at": "2024-09-12T16:46:16.43663522",
"account_id": 6912345,
"recurrence_id": "RN000000012025050500012345678",
"expiration_date": "2803",
"provider_created_at": "2024-09-12T16:46:16.43663522",
"provider_updated_at": "2024-09-12T16:46:16.43663522",
"max_payment_amount": 86753.09,
"reason_code": "AC01",
"payer": {
"document_number": "7777888hh",
"document_type": "NATURAL_PERSON",
"name": "Paul Bearer",
"bank": "237",
"branch": "011",
"account_number": "98765432",
"account_type": "TRAN",
"city_code": "3550308"
},
"rec_payload": {
"recurrence_id": "RN000000012025050500012345678",
"contract_id": "5509-uroo-78944-9987",
"description": "Gym membership",
"amount": 215,
"min_payment_amount": 10.09,
"frequency_type": "MONTH",
"first_payment_date": "2025-04-25",
"payee": {
"name": "Paul Bearer",
"document_number": "7777888hh",
"document_type": "NATURAL_PERSON",
"bank": "237",
"branch": "011",
"account_number": "98765432",
"account_type": "TRAN"
},
"debtor": {
"document_number": "7777888hh",
"document_type": "NATURAL_PERSON",
"name": "Paul Bearer"
}
}
},
"metadata": "{ \"key\": \"value\"}"
}
],
"pagination": {
"has_next": true,
"limit": 10,
"offset": 10
}
}