
Create checkout
Checkout completion can serve as a subscription or one-time payment trigger, automatically generating the first invoice once completed. You can also set subscriptions to begin on a future date or require manual activation. In either case, the customer still needs to fill in their information via the checkout. When assigning the subscription, you can decide whether to generate a checkout session in the payment settings (step 2).


Checkout lifecycle
A checkout session remains available until it is completed, cancelled, or errored. Checkout sessions do not expire automatically after a fixed duration.| Status | Meaning |
|---|---|
opened | The checkout link has been created and the customer can still complete it. |
completed | The customer completed checkout and the related subscription or payment can continue. |
cancelled | The checkout session was cancelled and the link should no longer be used. |
errored | Checkout could not be completed because an error occurred. |
Because checkout sessions do not auto-expire, there is no
checkout.expired webhook event. Use checkout.completed to detect successful completion, and cancel the checkout from Hyperline if the link should no longer be usable.Complete checkout
Once on the checkout page, the customer can review their subscription details and enter their billing information. They will then be required to enter their payment details, based on the allowed payment methods configured on their Hyperline page. You can enable credit card, direct debit, bank transfer, or any combination of these options.
Require tax ID at checkout
If your billing process requires a tax ID, enable Require customer tax ID in the hosted page settings before sending the checkout link. When enabled, company customers must enter a tax ID before they can complete checkout. Use this setting when the customer’s VAT number or local tax identifier is required for compliant invoicing, reverse charge handling, or internal approval. This collects the tax ID during checkout. Validation and reverse charge enforcement are controlled from the invoicing entity’s tax settings. Once the customer completes the checkout, they will receive a confirmation email verifying that their payment has been successfully processed.The emails sent for checkout created and checkout completed can be disabled in settings > emails > automated emails.

