Generate Upi payment link
This API generates a UPI payment link that customers can use to make payments directly. The generated link can also be converted into a QR code for ease of use.
Method
Parameters
link_id:
String
- Payment link id, generate on create real time payment link(required)phone:
String
- Phone number of customer.email:
String
- Email of customer.amount:
Number
- Amount of pay link need to generate.(required)vpa_id :
String
- Pass vpa id in case of upi intent.tip:
Number
- Extra amount which customer wants to paid for service.
amount
Amount can pass less than payment link amount only when partial is true
tip and amount
Both are different, amount doesnt include tip.
phone and email
If phone or email is passed, then form will come prefill to customer when they click on payment link to pay.
Response
Code Example
Last updated