- Generate your account and get your publishable key and secret key from here.
- Make sure you have correct icon, logo, business name, etc from https://dashboard.stripe.com/settings/connect
- Configure your webhook events from following links
- Production: https://dashboard.stripe.com/webhooks
- Test: https://dashboard.stripe.com/test/webhooks
- Scope for both:
- Account webhook
subscription_schedule.updated invoice.paid payout.failed payout.paid checkout.session.async_payment_failed checkout.session.async_payment_succeeded checkout.session.completed checkout.session.expired payment_intent.succeeded account.updated
- Connect webhook
account.updated
- Account webhook
- Before production, you'll need your Stripe account to be approved. You can do this by following this link.
The license is MIT and full text here.