Create payment link
Generates a payment link for an invoice from the invoice ID.
Path parameters
Invoice ID
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.
Query parameters
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.
List of recipient email addresses. When there is more than one, separate them by a semicolon (;).
Request
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
Success
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’.