QR Payment Status
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
RKFL provides transactionExternalStatus API for checking transactions status, status can be pending, partial or completed
POST
/purchase/transactionExternalStatus
Authorization*
String
"Bearer" + merchant access token
txId*
String
{
"ok": true,
"result": {
"responseObj": {
"txStatus": "completed",
"recievedAmount": null,
"disablePartialSuccess": false,
"forceRefundOnPartialPayment": false,
"cryptoCurrency": "ETH"
}
},
"tracingId": "26c8acd0-60fd-4dce-829b-221a205e2c0f#1726759070994"
}