Query Payment Status
Queries for the payment status using payment’s Order Reference
GET
Authorizations
Authorization header in the form of Bearer <token>
, where <token>
is a valid JWT from generate token endpoint
Path Parameters
Unique identifier for the payment order
Response
200
application/json
Query Payments by order reference response
Unique transaction ID
Payment status
Available options:
SUCCESS
, SETTLED
, PROCESSING
, PENDING
, FAILED
Unique reference for the payment
Order reference associated with the payment
Amount collected
Currency in which payment was collected
Message describing payment status
Timestamp when payment was last updated
Timestamp when payment was created