Update a payment link
Update a payment link by ID.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The ID of the payment link to update.
Body
An object representing the business unit ID associated with the payment link.
An object representing configurations related to deals, defined by the PublicDealConfigurations schema.
An object representing the HTML description of the payment link.
An object representing the domain ID associated with the payment link.
An object representing the URL to which users are redirected upon successful payment.
An array of strings specifying the payment methods accepted by the link. Valid values include 'CARD', 'ACH', 'SEPA', 'BACS', and 'PADS'.
CARD, ACH, SEPA, BACS, PADS An array of objects representing additional form fields to be included in the payment link. Each object is defined by the PublicPaymentLinkFormField schema.
A boolean indicating whether automated sales tax calculation is enabled.
A boolean indicating whether the full billing address should be collected during the checkout process.
A boolean indicating whether the shipping address should be collected during the checkout process.
The currency code for the transaction, represented as a string.
A boolean indicating whether discount codes are enabled for this payment link.
An array of strings representing the IDs of discount objects associated with the payment link.
A boolean indicating whether default checkout fees are enabled.
An array of strings representing the IDs of fee objects associated with the payment link.
A boolean indicating whether the email should be included in the success redirect URL.
A boolean indicating whether the payment link is for one-time use only.
An array of strings representing the IDs of line items associated with the payment link.
The name of the payment link, represented as a string.
The state of the payment link, represented as a string. Valid values are 'ON' and 'OFF'.
OFF, ON A boolean indicating whether the payment method should be stored at checkout.
An array of strings representing the IDs of tax objects associated with the payment link.
Response
successful operation
An array of accepted payment methods for the link, which can include 'CARD', 'ACH', 'SEPA', 'BACS', and 'PADS'.
CARD, ACH, SEPA, BACS, PADS An array of additional form fields included in the payment link.
A boolean indicating if the payment link is archived.
A boolean indicating if automated sales tax calculation is enabled.
An array of strings representing the IDs of checkout fees associated with the payment link.
A boolean indicating if the full billing address should be collected during checkout.
A boolean indicating if the shipping address should be collected during checkout.
A string representing the date and time when the payment link was created, in ISO 8601 format.
The currency code for the payment link, represented as a string.
A boolean indicating if discount codes are enabled for the payment link.
An array of discount objects associated with the payment link.
An array of fee objects associated with the payment link.
A string representing the form GUID associated with the payment link.
A string representing the unique identifier of the payment link.
A boolean indicating if the email should be included in the success redirect.
A boolean indicating if the payment link is enabled for one-time use only.
An array of line items associated with the payment link.
The name of the payment link, represented as a string.
A string representing the URL of the payment link.
The current state of the payment link, which can be either 'ON' or 'OFF'.
OFF, ON A boolean indicating if the payment method should be stored at checkout.
An array of tax objects associated with the payment link.
A string representing the date and time when the payment link was last updated, in ISO 8601 format.
A string representing the date and time when the payment link was archived, in ISO 8601 format.
A string representing the business unit ID associated with the payment link.
A string containing the HTML description of the payment link.
A string representing the domain ID associated with the payment link.
A string representing the URL to redirect to upon successful payment.