#pedrodiaz-amount
1 messages · Page 1 of 1 (latest)
Can you tell me more about what is blocking you and what exactly you are trying to do?
I'm trying to subscribe Users to a "plan" but the plan doesn't really exists in Stripe, it only exists in my Web App, so with Stripe Webhooks I'm trying to store the information that Stripe sends me after the payment is done
I'm looking for specific information like amount, payment status, etc
Okay, and are you listening for paymentintent.succeded?
Yes
I'm currently listening to everything because I don't know exactly for what I need to perform the Operation I told you before, subscribe Users to a billing plan without needing to create a plan in Stripe or something like that
So yeah, if you aren't using subscriptions within Stripe, then paymentintent.succeeded is the event you want. Then you can reconcile to your database from that.
Are you specifically having trouble getting the amount from the webhook to your database?
Not exactly I was just curious of that Stripe doesn't accept float
Thank you for the help, I'll around quite sometime here
And for the record, in Stripe everything that ends with 00 means x.00, right?
Yes except for zero-decimal currencies