Get Payment Details (Payments API)
POST/api/v1_0/payments/transaction/:transactionUuid/
Retrieve details of a payment registered through the Payments API, identified by its transaction UUID.
Checksum Generation
All request fields joined with | in the following order, with the transaction UUID first and the Secret Hash last:
sha256({transactionUuid}|{service}|{responseType}|{timestamp}|{SecretHash})
Request
Responses
- 200
- 400
Payment details object
Merchant error (e.g. invalid payment id)