PAY: Get Request Details

On the customer's side of the transaction, the QR Code generated from the "Create new Payment Request" Endpoint is scanned, which returns a payment hash (and more). This Payment Hash can be used to pull more information from the system, before the Payment Request is paid.

The Information returned contains all the meta-data related to the Payment Request, such as destination currency, amount, and more information about the requester (generator of the request).

Note: The Payment status is also contained within the returned data-set, which can be useful for validating payments and their status by an external system or for book-keeping reconciliation.

PAY: Get Payment Request Details

post

On the customer's side of the transaction, the QR Code generated from the "Create new Payment Request" Endpoint is scanned, which returns a payment hash (and more). This Payment Hash can be used to pull more information from the system, before the Payment Request is paid.

The Information returned contains all the meta-data related to the Payment Request, such as destination currency, amount, and more information about the requester (generator of the request).

Note: The Payment status is also contained within the returned data-set, which can be useful for validating payments and their status by an external system or for book-keeping reconciliation.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample: {"payment_hash":"XPAY-R3ZJ-ZGZU-N2Q2-ZKRC-QVZX"}
Responses
200

OK

application/json
Responseobject
post
/pay/get_payment_request_details
200

OK

Last updated

Was this helpful?