Skip to main content
GET
Verify Transaction

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

apikey
string
header
required

Provide your API key in the 'apikey' header.

Headers

x-carbon-key
string
required

Path Parameters

account_number
integer
required
reference
integer
required

Response

200 - application/json

OK

The response is of type object.