Skip to main content
GET
Retrieve 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 unique identifier of the payment link to retrieve.

Query Parameters

archived
boolean
default:false

Whether to return only results that have been archived. Defaults to false.

Response

successful operation

acceptedPaymentMethods
enum<string>[]
required

An array of accepted payment methods for the payment link. Valid values include 'CREDIT_OR_DEBIT_CARD', 'ACH', 'SEPA', 'BACS', and 'PADS'.

Available options:
CREDIT_OR_DEBIT_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 whether the payment link is archived.

automatedSalesTaxEnabled
boolean
required

A boolean indicating whether automated sales tax is enabled for the payment link.

checkoutFeeIds
string[]
required

An array of checkout fee IDs associated with the payment link.

collectFullBillingAddress
boolean
required

A boolean indicating whether to collect the full billing address during checkout.

collectShippingAddress
boolean
required

A boolean indicating whether to collect the shipping address during checkout.

currencyCode
string
required

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

discountCodeEnabled
boolean
required

A boolean indicating whether 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

The form GUID associated with the payment link, represented as a string.

id
string
required

The unique identifier for the payment link, represented as a string.

includeEmailInSuccessRedirect
boolean
required

A boolean indicating whether to include the email in the success redirect URL.

isOneTimeUseEnabled
boolean
required

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

lineItems
object[]
required

An array of line items associated with the payment link.

The name of the payment link, represented as a string.

The URL of the payment link, represented as a string.

state
enum<string>
required

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

Available options:
OFF,
ON
storePaymentMethodAtCheckout
boolean
required

A boolean indicating whether to store the payment method at checkout.

taxes
object[]
required

An array of tax objects associated with the payment link.

archivedAt
string<date-time>

The date and time when the payment link was archived, in ISO 8601 format.

businessUnitId
string

The business unit ID associated with the payment link, represented as a string.

createdAt
string<date-time>

The date and time when the payment link was created, in ISO 8601 format.

dealConfigurations
object
descriptionHtml
string

The HTML description of the payment link, represented as a string.

domainId
string

The domain ID associated with the payment link, represented as a string.

successUrl
string

The URL to redirect to upon successful payment, represented as a string.

updatedAt
string<date-time>

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

Last modified on July 2, 2026