What this preview covers
Checkout sessions, subscriptions, invoices, refunds, and payment webhooks.
Use this page to evaluate the workflow and plan how it could fit your project. Marketplace cloning is not open yet; the steps below describe an example to review when access becomes available.
Example workflow
- Map the amount, currency, or subscription identifier from the request.
- Call the appropriate Stripe operation.
- Route success and failure outcomes, and reconcile the result with webhook events.
Before you connect it
- Use Stripe test-mode credentials.
- Verify webhook signatures and handle duplicate events.
- Keep secret keys in runtime environment variables.
When cloning becomes available, review the cloned node, confirm framework and integration compatibility, and test it with development data before using it in a live project.