API Reference

Fetch Payment Links

You can fetch Payment Links by:

Fetch all Payment Links🔗

Use the following endpoint to fetch all payment links:

/invoices?type=link

Query Parameters🔗

payment_id
Unique identifier of the payment associated with the Payment Link.
receipt
The unique receipt number entered while creating the Payment Link.
customer_id
The unique identifier of the customer.

Fetch Payment Links by ID🔗

Use the below endpoint to fetch details of a particular Payment Link.

/invoices/:id

Path Parameter🔗

id mandatory
string Unique identifier of the Payment Link.
×