Generate Upi payment link
Method
POST https://api.ninjapay.me/webextension/api/v1/fiat/realtime-payment-link/generate-linkParameters
Parameters
Important points
Body (application/json)
{
"link_id": "Link id of payment link",
"phone": "1234567891",
"email": "example@gmail.com",
"amount": 100,
"vpa_id": "",
"tip": 0
}
Response
Code Example
Last updated