Stripe billing - what variable to use?

Hi all,

I’m using the bubble stripe plugin.
works very well but after payment (single payment; non-recurring) I want to access the values for that payment (eg. customer-email, price…)
I activated the bubble API and also the Stripe’s API.
Works also fine. (I receive an API call after payment in bubble).

but what field(s) should I use? there are a lot of fields:
Unbenannt.PNG

Here’s the description for the stripe API call “charge.succeeded”:
https://stripe.com/docs/api/charges

https://stripe.com/docs/api/charges

thanks jupxi

Got it!

I have to use stripe’s “checkout.session.completed” event (API)

This topic was automatically closed after 70 days. New replies are no longer allowed.