#1g0rkr
1 messages · Page 1 of 1 (latest)
Hello! can you clarify/rephrase your question? I'm not fully sure what you mean by your question
I am working on receiving events from Stripe. I am a bit curious if I can accept event type PaymentIntentPartiallyFunded as success event.
There is 100% sure success event with type PaymentIntentSucceeded, but what about partially funded ?
Gotcha! Thanks for clarifying
The PaymentIntentPartiallyFunded wouldn't be considered a success event - when this event gets sent the paymetn intent isn't actually in a successful state and it would have status: requires_action
In fact, does that event type capture some money or not?
No, a partially funded PI won't add any funds to your account balance