Create a Payment Link [v3]
POST/api/v3/payment-link
Create a payment link that can be shared with a customer to collect a payment without a website integration. No notifications are sent by default — enable the channels you need.
Quick Reference
- Required:
currency,total_amount,invoice_id,user(withemail,first_name,country_code,mobile_number),expires_at - Conditional:
callback_url,description, notification settings (send_sms,send_email,send_whatsapp),reminder_frequency - Returns:
payment_link_url,payment_link_id, and link metadata
Request
Responses
- 200
- 4XX
- 5XX
When the payment link creation request is successful, the response will be as below
When the payment link creation request is not successful, the response will be as below
When there is a problem on the server, the response will be as below