Lookup using Public Key
The RKFL provides a separate API to get the latest transaction status. This API accepts "merchant_id" and "transaction_id" as a request payload encrypted by the public RSA key and returns the response in JSON format.
POST
/purchases/invoice-lookup
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | "Bearer" + merchant access token |
Request Body
Name | Type | Description |
---|---|---|
data* | String | Encrypted request payload |
Last updated