Stripe Webhook
Last updated
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



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.
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.

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

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