#lezh1k_incomplete-subscription
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1212723252309266473
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
Can you share the ID of the Subscription (sub_xxx)?
lezh1k_incomplete-subscription
sub_1Op7ESJ9vJWm4iY5g0Bu4LZQ
By the way, this is expected given that the 3184 card always requires authentication as docs note:
This card requires authentication on all transactions, regardless of how the card is set up.
Does't matter that you set it up previously
So this card can not be used in subscription, right?
I mean it can be used only for one time payments, right/
I saw this description but did not get it right maybe..
Well, it can yes. You just need to re-confirm the intent generated by the subscription to initiate the 3DS challenge flow. Once completed, it'll transition to active
re-confirm intent.... do you mean setup intent? where can I read more about this process in documentation?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
maybe this one...
It's just this part of the overall subscription flow: https://docs.stripe.com/billing/subscriptions/build-subscriptions?ui=elements#complete-payment
No, you'd need to confirm in the front-end with Stripe.js
Got it. Thank you !
No problem, glad I could help!
I'm sorry, but could you clarify.
I got this screen:
And pushed complete.
It is not re-confirmation, right?
That is the 3DS challenge flow that the 3184 card requires for every payment yes. So assuming you clicked 'complete' and the intent you confirmed was from the subscription then it should transition to active
actually I'm not sure that this intent was somehow connected with my subscription.
I'll check.
I mean when I create SetupIntent .... I just create setup intent, and don't specify anything else, including subscription. Because I create subscription later.
You don't really need to create an intent prior to the subscription. The subscription will generate the necessary intents for you, and you just confirm that
I recommended working through https://docs.stripe.com/billing/subscriptions/build-subscriptions?ui=elements
Yeah, I got it. I just used wrong order of steps. I'll try to create subscription first and then get necessary intents from subscription. Did I get it right?
Yep, exactly!
great, thank you.
There'll either be a pending_setup_intent if there's no initial invoice payment (i.e. trial) or a latest_invoice.payment_intent
thank you. need some time to rearrange and finish this, so ... I don't know . Do I need to do something to mark this thread as complete or something else?
We generally close them after ~30 minutes. If it is closed, feel free to ask another Q via #help
ok. thank you , have a nice day ))