For the complete documentation index, see llms.txt. This page is also available as Markdown.

Stripe Webhook

These are the guidelines on how to add the Gratona webhook to your Stripe account. First, log in to your Stripe account and navigate to the Webhook page.

Note: The stripe Webhook is only needed for the accounts using the legacy stripe API keys. This is not needed if you configured stripe connect

webhook
webhook
webhook
events
events
Opera Snapshot 2025 01 13 143946 dashboard.stripe.com
Opera Snapshot 2025 01 13 143946 dashboard.stripe.com

Click the “Add destination” button to add a new endpoint. Select “Events” from your account options. In the “Events” section, choose “charge succeeded.

Next, select the “Webhook endpoint” option. Later, add the endpoint you received from Gratona.

Adding your WebSocket secret to Gratona

For security reasons we need to make sure that the request going to our Gratona endpoint is truly from your Stripe account, we would require that you add the WebSocket secret that you got from stripe into Gratona.

get secret signing
get secret signing

Once you copy the secret key, add it onto your Stripe payment settings in Gratona

signing secret
signing secret

With these actions Gratona will be able to monitor transactions in your Stripe account and be able to update the donations table.

Last updated