Skip to main content
PATCH
Update a payment link

Supported products

Authorizations

Authorization
string
header
required

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

application/json
businessUnitId
object
required

An object representing the business unit ID associated with the payment link.

dealConfigurations
object
required

An object representing configurations related to deals, defined by the PublicDealConfigurations schema.

descriptionHtml
object
required

An object representing the HTML description of the payment link.

domainId
object
required

An object representing the domain ID associated with the payment link.

successUrl
object
required

An object representing the URL to which users are redirected upon successful payment.

acceptedPaymentMethods
enum<string>[]

An array of strings specifying the payment methods accepted by the link. Valid values include 'CARD', 'ACH', 'SEPA', 'BACS', and 'PADS'.

Available options:
CARD,
ACH,
SEPA,
BACS,
PADS
additionalFormFields
object[]

An array of objects representing additional form fields to be included in the payment link. Each object is defined by the PublicPaymentLinkFormField schema.

automatedSalesTaxEnabled
boolean

A boolean indicating whether automated sales tax calculation is enabled.

collectFullBillingAddress
boolean

A boolean indicating whether the full billing address should be collected during the checkout process.

collectShippingAddress
boolean

A boolean indicating whether the shipping address should be collected during the checkout process.

currencyCode
string

The currency code for the transaction, represented as a string.

discount
object
discountCodeEnabled
boolean

A boolean indicating whether discount codes are enabled for this payment link.

discountObjectIds
string[]

An array of strings representing the IDs of discount objects associated with the payment link.

enableDefaultCheckoutFees
boolean

A boolean indicating whether default checkout fees are enabled.

feeObjectIds
string[]

An array of strings representing the IDs of fee objects associated with the payment link.

includeEmailInSuccessRedirect
boolean

A boolean indicating whether the email should be included in the success redirect URL.

isOneTimeUseEnabled
boolean

A boolean indicating whether the payment link is for one-time use only.

lineItemObjectIds
string[]

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.

state
enum<string>

The state of the payment link, represented as a string. Valid values are 'ON' and 'OFF'.

Available options:
OFF,
ON
storePaymentMethodAtCheckout
boolean

A boolean indicating whether the payment method should be stored at checkout.

taxObjectIds
string[]

An array of strings representing the IDs of tax objects associated with the payment link.

Response

successful operation

acceptedPaymentMethods
enum<string>[]
required

An array of accepted payment methods for the link, which can include 'CARD', 'ACH', 'SEPA', 'BACS', and 'PADS'.

Available options:
CARD,
ACH,
SEPA,
BACS,
PADS
additionalFormFields
object[]
required

An array of additional form fields included in the payment link.

archived
boolean
required

A boolean indicating if the payment link is archived.

automatedSalesTaxEnabled
boolean
required

A boolean indicating if automated sales tax calculation is enabled.

checkoutFeeIds
string[]
required

An array of strings representing the IDs of checkout fees associated with the payment link.

collectFullBillingAddress
boolean
required

A boolean indicating if the full billing address should be collected during checkout.

collectShippingAddress
boolean
required

A boolean indicating if the shipping address should be collected during checkout.

createdAt
string<date-time>
required

A string representing the date and time when the payment link was created, in ISO 8601 format.

currencyCode
string
required

The currency code for the payment link, represented as a string.

discountCodeEnabled
boolean
required

A boolean indicating if discount codes are enabled for the payment link.

discounts
object[]
required

An array of discount objects associated with the payment link.

fees
object[]
required

An array of fee objects associated with the payment link.

formGuid
string
required

A string representing the form GUID associated with the payment link.

id
string
required

A string representing the unique identifier of the payment link.

includeEmailInSuccessRedirect
boolean
required

A boolean indicating if the email should be included in the success redirect.

isOneTimeUseEnabled
boolean
required

A boolean indicating if the payment link is enabled for one-time use only.

lineItems
object[]
required

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.

state
enum<string>
required

The current state of the payment link, which can be either 'ON' or 'OFF'.

Available options:
OFF,
ON
storePaymentMethodAtCheckout
boolean
required

A boolean indicating if the payment method should be stored at checkout.

taxes
object[]
required

An array of tax objects associated with the payment link.

updatedAt
string<date-time>
required

A string representing the date and time when the payment link was last updated, in ISO 8601 format.

archivedAt
string<date-time>

A string representing the date and time when the payment link was archived, in ISO 8601 format.

businessUnitId
string

A string representing the business unit ID associated with the payment link.

dealConfigurations
object
descriptionHtml
string

A string containing the HTML description of the payment link.

domainId
string

A string representing the domain ID associated with the payment link.

successUrl
string

A string representing the URL to redirect to upon successful payment.

Last modified on July 2, 2026