Deposit data confirmation

When a deposit is received, and the merchant is sent the corresponding callback, it is highly recommended to double check the deposit data using a direct call to the API.

get

Retrieves transaction details to the authenticated merchant by transaction ID.

Access to this endpoint requires a valid API key. The API key is sent in the x-api-key header on requests.

Authorizations
x-api-keystringRequired
Path parameters
transactionIdstringRequired
Responses
200

Ok

application/json
get
/transaction/{transactionId}