Transactions
Get Transaction
Get Transaction by Id
get/v1/transactions/{transactionId}
Path parameters
transactionIdstring uuid required
Response
Transaction response
Example response
{
"createdAt": "2021-01-27T10:08:25.701Z",
"sourceAccountId": "7faf83a7-77e2-40bc-9e78-7d18fa2bb63e",
"transactionMetadata": {
"key": "any_value"
},
"balance": 800828190,
"transactionReference": "myInvoiceNumber-1234567890",
"currency": "USD",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"transactionId": "4d88e559-d057-45b1-8d8b-b9ccc06f4503",
"transactionShortCode": "T1234ABC",
"sourceAccountName": "Payor_FOO_USD_Account"
}