Verify Details
In a QR workflow the payment data are directly sent to the server. That means that the transaction can be processed straight away. The wallet owner has to send the order details to the Verify API which will validate and return merchantWalletId .
For our QR Workflow REST API you can use the following types of payments:
Partner needs to set Authentication token .ie partner's AuthToken in header while posting request.
To generate authentication token,please refer
Auth token API.
STATIC (DB):
STATIC request has to be sent to our REST endpoint i.e.
/transactionServices/REST/v1/QRPayments
using POST method.
The paymentType
for this request will be DB
.
Sample Request
Sample Response
DYNAMIC (PA):
DYNAMIC request has to be sent to our REST endpoint i.e.
/transactionServices/REST/v1/QRPayments
using POST method.
The paymentType
for this request will be PA
.