Skip to main content

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 (with email, 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

When the payment link creation request is successful, the response will be as below