v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBTransactions
Get transaction
Get a specific transaction by its ID. You can use the List transactions endpoint to search for a transaction and get its ID.
get/v2/transactions/{transactionId}
Path parameters
transactionIdinteger required
Transaction ID
Query parameters
includeMetadataboolean
Return transaction metadata flag.
Response
OK
Example response
{
"id": "E1234567890123456789012345678901",
"debtor_account_id": "156704",
"creditor_account_id": "257938",
"amount": 1000,
"refundable_amount": 900,
"settlement_time": "2025-10-23T09:00:00Z"
}