Generate QR Code
Generate QR code for transaction.
Merchant will generate the QR code for customer.
How to generate QR Code?
The POST request will be send over HTTPS to the
endpoint.
What Parameters are required?
custId – MerchantId
walletOwnerId – For Decimal Finance Mobile App User it will be 7
fromCurrencyCode – Customer Own Currency (EUR, GBP, INR, USD)
verificationHash – Verification Hash is the combination of (secKey+custId+walletOwnerId)
How to Generate Verification Hash Online?
https://www.freeformatter.com/sha256-generator.html#ad-outputSample Request
Sample Response
NOTE:
- fromCurrencyCode – If currency code will be "INR" then response will be in UPI format.
Response Code | Message |
---|---|
1 | SUCCESS |
2 | FAILED |
3 | INVALID TOKEN |