Payment Links
Create a Payment Link
Creates a new payment link that you can share with your customers.
POST
Headers
Your API access key.
Your API secret key.
Body
A short title for the payment (e.g. “Order #1234” or “Monthly subscription”).
Payment amount in taka (e.g.
500 for ৳500).Optional description shown to the customer on the payment page.
Currency code. Currently only
BDT is supported.Set to
true to allow multiple customers to pay using the same link. When false, the link deactivates after the first successful payment.Maximum number of successful payments allowed. Only applicable when
is_reusable is true. Omit for unlimited uses.ISO 8601 datetime string after which the link will no longer accept payments (e.g.
"2025-12-31T23:59:59Z"). Omit for no expiry.URL to redirect the customer to after a successful payment.
Response
Returns the newly created payment link object.Unique payment link ID.
The shareable payment link URL to send to your customers.
The URL slug identifier.
Payment link title.
Description, if provided.
Amount in BDT.
Currency code.
Whether the link is reusable.
Always
true on creation.Always
0 on creation.Max uses limit, if set.
Expiry datetime, if set.
Redirect URL after payment.
ISO 8601 timestamp.
ISO 8601 timestamp.