v1
latestOpenAPI 3.1.02026-08-0629140119.9 KBTransactions
Get Transaction
Retrieves a transaction for the account.
get/v1/transactions/{transaction_id}
Path parameters
transaction_idinteger required
Response
Transaction retrieved successfully
Example response
{
"completed_at": "2026-05-28T14:30:00Z",
"created_at": "2026-05-28T14:30:00Z",
"details": {
"value": {
"due_date": "2026-06-01",
"paid_at": "2026-05-28T14:30:00Z"
}
},
"end_to_end_id": "E323070002024011012345612345678901234",
"med": {
"incoming_infraction": {
"created_at": "2026-05-28T14:30:00Z",
"deadline": "2026-05-28T14:30:00Z",
"funds_recovery": {
"closed_at": "2026-05-28T14:30:00Z",
"external_created_at": "2026-05-28T14:30:00Z",
"external_last_modified_at": "2026-05-28T14:30:00Z"
},
"original_transaction": {
"created_at": "2026-05-28T14:30:00Z"
}
},
"outgoing_dispute": {
"cancellation_requested_at": "2026-05-28T14:30:00Z",
"created_at": "2026-05-28T14:30:00Z",
"deadline": "2026-05-28T14:30:00Z",
"funds_recovery": {
"closed_at": "2026-05-28T14:30:00Z",
"external_created_at": "2026-05-28T14:30:00Z",
"external_last_modified_at": "2026-05-28T14:30:00Z"
},
"original_transaction": {
"created_at": "2026-05-28T14:30:00Z"
}
}
}
}