Retrieve a payment link
Retrieve details of a specific payment link using its unique identifier. This endpoint allows you to access information about the payment link, including its status and configuration. It is useful for checking the current settings or status of a payment link in your HubSpot account.
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 unique identifier of the payment link to retrieve.
Query Parameters
Whether to return only results that have been archived. Defaults to false.
Response
successful operation
An array of accepted payment methods for the payment link. Valid values include 'CREDIT_OR_DEBIT_CARD', 'ACH', 'SEPA', 'BACS', and 'PADS'.
CREDIT_OR_DEBIT_CARD, ACH, SEPA, BACS, PADS An array of additional form fields included in the payment link.
A boolean indicating whether the payment link is archived.
A boolean indicating whether automated sales tax is enabled for the payment link.
An array of checkout fee IDs associated with the payment link.
A boolean indicating whether to collect the full billing address during checkout.
A boolean indicating whether to collect the shipping address during checkout.
The currency code for the payment link, represented as a string.
A boolean indicating whether 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.
The form GUID associated with the payment link, represented as a string.
The unique identifier for the payment link, represented as a string.
A boolean indicating whether to include the email in the success redirect URL.
A boolean indicating whether the payment link is enabled for one-time use.
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.
The current state of the payment link, represented as a string. Valid values include 'ON' and 'OFF'.
OFF, ON A boolean indicating whether to store the payment method at checkout.
An array of tax objects associated with the payment link.
The date and time when the payment link was archived, in ISO 8601 format.
The business unit ID associated with the payment link, represented as a string.
The date and time when the payment link was created, in ISO 8601 format.
The HTML description of the payment link, represented as a string.
The domain ID associated with the payment link, represented as a string.
The URL to redirect to upon successful payment, represented as a string.
The date and time when the payment link was last updated, in ISO 8601 format.