Stripe
Last updated
Please contact stripe support and ask them to enable an older version of webhooks, Webhooks API version needed is 2020-08-27
Gateway URL: https://stripe.com
In your account, got to Developers -> Webhooks ->Add endpoint URL to be called will be https://ipn.YourDomain/ipn/stripe/ Check Send all event types -> Add endpoint
In your account, got to Developers -> Webhooks -> API keys -> Publishable key is your Stripe public key
In your account, got to Developers -> Webhooks -> API keys -> Secret key -> Click Reveal, is your Stripe secret key
In your account, got to Developers -> Webhooks -> Click on your webhook -> Signing secret -> Click Click to reveal, is your Stripe webhook secret key
Last updated