CreatedPaymentLink
A payment link is a shareable URL that will take your customers to a hosted payment page.
- idType: stringrequired
Unique identifier for the payment link
- urlType: stringmax length:1000required
The public URL that can be shared with customers.
- billingType: string · BillingAddressCollectionenum
_address _collection Specify whether Checkout should collect the customer's billing address. Defaults to
auto.values- auto
Checkout will only collect the billing address when necessary.
- required
Checkout will always collect the customer's billing address.

