Get Transaction Details Endpoint

Retrieves details about a single transaction.

Usually, you'll be able to track all transactions on your MERPI dashboard and their details. But to programmatically do that from your app, website or POS terminal, this endpoint will help you do that.

Retrieve Transaction Details

get

Get the details of a transaction by providing the transaction reference in the URL.

Path parameters
referencestringRequired

The reference of the transaction.

Responses
get
/v1/merpi/transaction/{reference}
200

Successfully retrieved the transaction details

Last updated