#Sachin S-calling-api
1 messages · Page 1 of 1 (latest)
Hello 👋
You can write your own functions to call the API after you receive a successful response from Stripe's API
An alternative here (which is what we recommend) is to implement a webhook to listen for real time events on your server. So you can receive updates (events) when a customer is created, a payment is processed, a payment fails etc. and then you can have your event handler call your own APIs from there
https://stripe.com/docs/webhooks