Skip to main content
Bill customers on a interval using recurring paylinks and subscription webhooks.

1. Prerequisites

Same as Cookbook: Sell a Product: settlement, API key, verified webhooks.

2. Create a recurring offer

Share the checkout URL. See Subscriptions.

3. Provision access from webhooks

Always Verify Webhook Signatures and enforce idempotency on subscription and invoice ids.

4. Cancel

Use the Merchants API cancel-subscription endpoints (see API reference) or customer-facing cancel flows if enabled. Expect a cancellation webhook when status settles.

5. Ops

Use Event History and Replay if renewal notifications failed to reach your servers.