Generate QR Code
https://cms.inr-exchange.rare-able.com/api/user/buy/qr-upi-intent
GET
This endpoint allows an authenticated user to generate a new payment ID by providing the type of payment, the amount, and optional remarks. The response includes the generated payment ID, transaction ID, and a base64-encoded image representing the payment request.
BODY PARAMS
type
string
required
Accepted values : qr
amount
string
required
remarks
string
optional
HEADERS
Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use
Get Access Token
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"
RESPONSES
success "boolean"
message "string"
code "integer"
data "object"
transaction_id "string"
qr_code "string"
success "boolean"
message "string"
code "integer"
data "object"