#Mini
1 messages · Page 1 of 1 (latest)
Hi, what information specifically are you looking to store?
I'm looking for the total amount.
Are you using Checkout? What integration are you currently using?
I'm using the Stripe Elements
To get the total amount, you can listen to the payment_intent.succeeded event: https://stripe.com/docs/api/events/types#event_types-payment_intent.succeeded and look at the amount.