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"
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 257 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲