#ahmad-source-action
1 messages ยท Page 1 of 1 (latest)
For context, here is what I do:
- tokenize the payment info using stripe elements,
- create a customer with token id and user info
- create a subscription.
so there is no createPaymentMethod part has been omitted all together.
Sincere apologies for the delay, we're juggling several threads at the moment.
No worries.
Hm, I would expect the cards with insufficient balance to result in the intent reverting to a requires_source status rather than requires_source_action.
yes that is what I suspected. should I share with you the subscription id?
You read my mind ๐
not my first time around here ๐
{
subscription_status: 'incomplete',
intent_status: 'requires_source_action',
subscription_id: 'sub_1Jn1ZOFI1KEgscdT0cCdaMaF'
}
I used this card : 4000008260003178
I think this card requires authentication if it wasn't previously set up, but am working to confirm now.
Thank you
Yup, I just tried it in my flow and it triggered the 3DS popup, so it makes sense that it would fall into a requires_source_action state.
So the card will fail after the authentication then.
Correct, if you approve the authentication challenge, then the card will fail with insufficient funds after that.
Thank you toby,
Not a problem!