Good day, everyone. After I have successfully integrated my stripe API, Is there a way I can get the information stored in stripe without using webhook?
@jubriltoheeb70 Hi! Yes, a webhook is mostly needed to listen for events from Stripe, such as when a user changes details or cancels a subscription. To get the data, you simply request it via an API call. Check the Stripe API docs to find the exact endpoint you need, such as retrieving a customer, prices, subscriptions, etc. So, review the docs, find the endpoint, add it to the API connector in Bubble, and use it in your workflows or as a data source.
Hope this helps!
Yeah, it did help. Thanks so much
This topic was automatically closed after 70 days. New replies are no longer allowed.