Skip to main content

Get Transaction

Get Customer by referenceId

API Call

To get customer.

Send an HTTP POST request to:

  • /api/v1/transactions/{reference_id}

The following parameters are used for requests and responses:

ParameterDirectionDescription
reference_idpathreferenceId of the transaction

Response - Successful

{
"message": "Customer with ID 556 not found",
"error": "Not Found",
"statusCode": 404
}