Back to Documentation
API reference
Technical notes for integrating MyClawOne external checkout and webhooks into your applications. For integration support, please contact us.
External checkout
Redirect users to /external-checkout with package, user_id, and website_a_url query parameters. The server creates an embedded Stripe Checkout session with matching metadata.
Webhooks
On successful payment, Stripe notifies /api/checkout/webhook. For external checkout, a signed POST may be sent to your app's credits endpoint — configure WEBSITE_A_WEBHOOK_SECRET and base URL environment variables.