#matiullahpro_code
1 messages · Page 1 of 1 (latest)
👋 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/1428800865908560132
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Which function hit the eorr? Customer creation or Tax Calculation creation? Have you logged all the fields set in those functions
Can you share the request ID (req_xxx) with the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
pi_3SJHgqD1mw6NJ7wC1JyN3faC
check this payment intent.
it is created but incomplete. in response I am just getting error, no request ID or another usefull identifier.
here is my code
This is expected to be incomplete as the status is in requires_action in https://dashboard.stripe.com/acct_1QeJnwD1mw6NJ7wC/test/logs/req_CedL6RjMju6l4N
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The customer should perform 3DS authentication in order to complete the payment
The card issuing bank may request for 3DS authentication in live environment
I'd recommend checking this integration guide to on how to complete 3DS: https://docs.stripe.com/payments/3d-secure/authentication-flow#when-to-use-3d-secure
I am passing return url parameter but it is not providing redirect url
Can you share the request ID (req_xxx) on how the Payment Intent was created? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Alternatively, you can use Stripe.js to handle the next action: https://docs.stripe.com/js/payment_intents/handle_next_action