How to correctly setup a Stripe integration
Stripe is a payment processing platform that allows you to accept payments online and in mobile apps. It is a powerful tool that enables you to accept payments from customers all over the world. It also offers a powerful webhooks API that allows you to receive real-time notifications about events that happen in your account.
PUT
/integrations/stripe
Schema Type:
"object"
Required Fields:
webhook_signing_secret
Properties
webhook_signing_secret
required"string"
The signing secret to verify incoming requests from Stripe
Example Request
{
"webhook_signing_secret": "whsec_e5cf4458caae49ae72d8f275deb9b63bdd41dd5c932c27c9346d428fb9e1d0a0"
}
You can combine this integration with:
See all integrations here