Lookup using Auth
RKFL system offers Transaction lookup functionality. The merchant should have access token to call Transaction lookup API, Authentication API can be used to get access token.
POST
/purchase/transactionLookup
Headers
Name
Type
Description
Authorization*
String
"Bearer" + merchant access token
Content-Type*
String
application/json
Request Body
Name
Type
Description
txId*
String
type
String
Allowed values:
'TXID', 'ORDERID' Default value: 'TXID'
Last updated