For the complete documentation index, see llms.txt. This page is also available as Markdown.

QR Payment Status

RKFL provides transactionExternalStatus API for checking transactions status, status can be pending, partial or completed

POST /purchase/transactionExternalStatus

Headers

Name
Type
Description

Authorization*

String

"Bearer" + merchant access token

Request Body

Name
Type
Description

txId*

String

{
  "ok": true,
  "result": {
    "responseObj": {
      "txStatus": "completed",
      "recievedAmount": null,
      "disablePartialSuccess": false,
      "forceRefundOnPartialPayment": false,
      "cryptoCurrency": "ETH"
    }
  },
  "tracingId": "26c8acd0-60fd-4dce-829b-221a205e2c0f#1726759070994"
}

Last updated

Was this helpful?