latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

stripe

Save a Stripe integration

Updates or creates the Stripe integration for the project.

put/integrations/stripe

Request body

idstring uuid

The unique identifier for this configuration

webhook_signing_secretstring required

The signing secret to verify incoming requests from Stripe

Example request

{
  "webhook_signing_secret": "whsec_e5cf4458caae49ae72d8f275deb9b63bdd41dd5c932c27c9346d428fb9e1d0a0"
}

Response

OK

idstring uuid

The unique identifier for this configuration

webhook_signing_secretstring required

The signing secret to verify incoming requests from Stripe

Example response

{
  "webhook_signing_secret": "whsec_e5cf4458caae49ae72d8f275deb9b63bdd41dd5c932c27c9346d428fb9e1d0a0"
}