#nimish-tank_code

1 messages ยท Page 1 of 1 (latest)

karmic pilotBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ 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.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— 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/1314173731404251197

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

vale helm
#

๐Ÿ‘‹ happy to help

turbid perch
#

I am using PHP so how to used this

karmic pilotBOT
turbid perch
#

hello

#

hello

weary trout
#

Hey! Taking over for my colleague. Let me catch up.

weary trout
#

Why are you using Billing portal between ?

turbid perch
#

i have created switch card functionality

weary trout
#

Sorry I'm not understanding your latest follow up question.

turbid perch
#

subscription recurring payment before updating 3d card secure card but recurring payment failed

weary trout
#

How are you letting your Customer to complete 3DS action ?

#

Stripe can send autoamtically an email to your customer in order to complete any required action (like 3DS)

turbid perch
#

I am using

$stripe->billingPortal->sessions->create([
'customer' => 'cus_NciAYcXfLnqBoz',
'return_url' => 'https://example.com/account',
]);

THis

weary trout
#

No billin portal isn't for completting 3DS, it's for updating PaymentMethod

#

Simply you can enable email from your Dashboard and Stripe will handle that for you.

karmic pilotBOT