Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Setting up a Stripe account

  1. Go to Developers → Webhooks

  2. Click on the button “Add endpoint” and configure webhook

    1. Endpoint URL - https://your-domain/api/payment-systems/stripe/webhook

    2. Events to send - payment_intent.succeeded, invoice.paid, customer.subscription.updated

      // Replace your-domain with your actual domain address.

  3. Go to Stripe settings Developers → API keys and create new Secret key. Name it as you like. Copy secret key somewhere, you will need it on next step.

Setting up a Stripe account in the website settings

  1. In the website settings your-domain/admin/settings/payments add a new payment method Stripe

  2. Fill in:

    1. API Secret key (Use previously remembered secret key generated on Stripe API Keys page)

    2. Webhook secret key (You can find it in your Stripe settings Developers → Webhooks → webhook, that configured on previous step → Signing secret → Click Reveal to show key)

  3. Click “Save”. System is configured.

  • No labels