Endpoint
Authentication
Authenticate with your secret key in theapi-key header — not your public key.
Request body
Plain JSON — this endpoint is not encrypted.Request example
Response
Returns the order’s settled state, in the same shape as Get order status.What to check before fulfilling
1
The status is final and successful
isFinalStatus is true and orderSummary.status is Successful.2
The amount matches
totalChargedAmount is at least what you expected for this order. This protects you if a
reference is ever replayed or tampered with.3
You haven't already fulfilled it
Record fulfilment against the reference and make repeat verifications no-ops — you will see
the same successful response more than once.
Common errors
Verify or status?
Callbacks and verification
The full server-side verification flow, with a worked example.