#grace-m6795_api
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/1225061968935784478
๐ 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.
- grace-m6795_api, 6 days ago, 12 messages
Hi, let me help you with this.
Could you please share any related ID so I can investigate?
Where do you see the error?
I had got the same error for the payment method 'Link' and when I turned on 'Link' in https://dashboard.stripe.com/settings/billing/invoice?tab=general, it worked. But iDeal is not working even after it's turned on in the above page
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
While doing the payment
The payment is getting failed
Where are you trying to pay exactly?
I'm doing payment element integration and it's in testing phase. I'm doing test payment through payment element with the payment method iDeal and the stripe account is in test mode
๐ can you share a request ID for the failed payment request?
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.
req_oLBJO4MK6sE9Hk
Is there a guide you're following for this?
Is there a reason you're setting following:
allow_redirects: "never",
},```
If I remember correctly, ideal is a redirect based payment method
ok. thanks. got it