QR Purchase
POST
https://move-uat.goverapay.com/customer/transaction/purchase
Headers
UserId
ANS
Generated during User Registration
Authorization
ANS
Generated during User Otp Verify
Request Body
UUID
ANS (36)
Unique for each transaction
transType
INT (2)
Value: "27"
merchantId
ANS (0,9)
Merchant ID that had been created in Merchant Registration service and it will be used in QR Purchase service in case QRCode was not available for customer to be entered.
QRCode
ANS
Should hold the Merchant QR string that will be passed in QR Purchase transaction in case Merchant ID was not available for the customer to be entered.
tranAmount
INT (2,10)
Transaction amount in the transaction currency
iPIN
ANS (4)
Used in financial requests to authenticate the customer.
Note : Field will be encrypted using AES Key
cardName
Name of the Card.
Sample data:
userId : 2
Authorization : Bearer {{Token}}
Last updated
Was this helpful?