PaymentLinkCreateRequest
Request parameters for creating a new payment link.
- Type: integerFormat: int64
amount requiredAmount charged in smallest currency unit
- Type: string · CurrencyCode
currency requiredISO 4217 currency codes (alpha3) supported for payments
- Type: object · AfterCompletion
after _completion After completion behavior for the Checkout Session.
- Type: string · BillingAddressCollectionenum
billing _address _collection Specify whether Checkout should collect the customer's billing address. Defaults to
auto.valuesauto Checkout will only collect the billing address when necessary.
required Checkout will always collect the customer's billing address.
- Type: string | null
client _customer _id An identifier of the customer in the merchant's system. Used to associate the Checkout and corresponding payments created from the Checkout. Required for SEPA payments - this will ensure that your customer is given a virtual iban that is unique to them and will enable Paypercut to reconcile the payment.
- Type: string | null
client _reference _id A free-form reference from the merchant's system. Typically used to identify the checkout in the merchant's system. This can be a customer ID, a cart ID, or similar, and can be used to reconcile the session with your internal systems.
- Type: string | null
description A free-form reference to describe the checkout
- Type: stringFormat: date-time
expires _at Expiry time for the payment link. After this time, the payment link will no longer be available for payment. Defaults to 24h after creation.
- Type: array object[] | null · LineItem[]
line _items Details about the products sold or services provided
- Type: boolean
livemode Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - Type: string · CheckoutSessionModeenum
mode The mode of the Checkout Session.
valuespayment Standard one-time payment.
setup Set up a payment method for future use.
subscription Coming soon. Not available yet.
bnpl Buy now, pay later.
- Type: string
on _behalf _of max length:100The account on behalf of which to charge.
- Type: string | null
payment _method _configuration Reference to the payment method configuration for the types that customers can use.
- Type: string | null
redirect _url max length:1000URL to which the customer should be sent after the payment. Any payment results will use this URL.
- Type: object · PaymentLinkRestrictions
restrictions Settings that restrict the usage of a payment link.

