Transactions
Verify Transaction
Retrieve transaction details for a specific account and reference.
GET
Overview
This endpoint retrieves the transaction details for a specific account and reference.
HTTP Request
GET /v1/accounts/{account_number}/transactions/{reference}
Parameters
- Header:
x-carbon-key
(string, required) - API key for authentication. - Path:
account_number
(integer, required) - The account number.reference
(integer, required) - The transaction reference.
Example Response
Authorizations
Provide your API key in the 'apikey' header.
Headers
Response
200 - application/json
OK
The response is of type object
.