v1

latestOpenAPI 3.0.02026-07-242444105.9 KB
Payments

Get Payment By Nonce

Get the details of a single payment for a given account and nonce

get/v1/payments/{accountId}/nonce/{nonce}

Path parameters

accountIdinteger required
Example:123

The account id

noncestring required

The unique nonce of the payment

Response

The payment was retrieved successfully

transactionIdstring required

The transaction id of the payment

endToEndIdstring required

The end to end id of the payment

noncestring required

The nonce provided when initiating the payment as a technical dupe check and external reference id

status'Received' | 'Initiated' | 'Cancelled' | 'Pending' | 'Processing' | 'Rejected' | 'Settled' | 'VopHeld' required

The current status of the payment

currencystring required

The instructed currency of the payment

amountstring required

The instructed amount of the payment

rejectReasonstring

The reject reason for the payment. Only populated if the payment has been rejected, otherwise undefined