Payment Detail
Path parameters
transaction_refstringRequiredExample:
Reference for the transaction.
34534redf3d00Responses
200
Payment details retrieved successfully.
application/json
idintegerOptionalExample:
Unique identifier for the payment.
53our_referencestringOptionalExample:
Internal reference for the payment.
202503131111096386ed356c98f9a4amountstringOptionalExample:
Amount of the payment.
5.00transaction_refstringOptionalExample:
Reference for the transaction.
34534redf3d00currency_codestringOptionalExample:
Currency code of the payment.
GBPcurrency_symbolstringOptionalExample:
Currency symbol of the payment.
£narrationstringOptionalExample:
Description or reason for the payment.
GiftstatusstringOptionalExample:
Status of the payment.
PENDINGpayer_namestringOptional
Name of the payer.
metadataobject · nullableOptional
Additional metadata for the payment.
webhook_urlstringOptionalExample:
URL for webhook notifications related to this payment.
https://webhook.site/481927c8-36d7-4cc0-a9de-49562206d9b1redirect_urlstringOptionalExample:
URL to redirect after payment.
https://wikipedia.comcreated_onstring · date-timeOptionalExample:
Timestamp when the payment was created.
2025-03-13T11:11:09.638493Zinstitution_codestringOptional
Institution code related to the payment.
404
Payment not found
application/json
get
/payments/{transaction_ref}/Last updated