Multiple products
You can create a checkout session with multiple products. This is useful if you want to allow your customers to choose between different products before they checkout.
External Customer ID
Quite often, you’ll have your own users management system in your application, where your customer already have an ID. To ease reconciliation between Polar and your system, you can inform us about your customer ID when creating a checkout session through theexternal_customer_id
field.
After a successful checkout, we’ll create a Customer on Polar with the external ID you provided. It’ll be provided through the customer.external_id
property in webhooks you may have configured.