Generate Payment Link from Invoice
Generates a payment link for an invoice from the invoice ID.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Headers
A unique ID you can include to prevent duplicating objects or transactions if a request is sent more than once. This key is not generated in Payabli, you must generate it yourself.
Path Parameters
Invoice ID
Query Parameters
List of recipient email addresses. When there is more than one, separate them by a semicolon (;).
Indicates whether customer can modify the payment amount. A value of true
means the amount is not modifiable, a value false
means the payor can modify the amount to pay.
true
, false
Body
ContactUs section of payment link page
Invoices section of payment link page
Logo section of payment link page
Message section of payment link page
Notes section of payment link page
Page header section of payment link page
Payment button section of payment link page
Payment methods section of payment link page
Customer/Payor section of payment link page
Review section of payment link page
Settings section of payment link page
Response
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
If isSuccess
= true, this contains the payment link identifier. If isSuccess
= false, this contains the reason of the error.
Response text for operation: 'Success' or 'Declined'.
Was this page helpful?