#jasper-van-riet_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/1304392189274751047
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
๐ happy to help
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.
you don't need to do anything to comply if you're already using Stripe Elements
Yes, this is part of what we're confused by. We do have a direct API integration. We use webhooks to update our internal systems, etc.
that's not a direct API integration
when you create a new PaymentIntent and confirm it server side using https://docs.stripe.com/api/payment_intents/confirm#confirm_payment_intent-payment_method_data-ideal-bank
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
for a new customer
that's what we refer to as direct API integration
which means you're collecting the bank information of your customer without using hosted pages or Payment Element
btw this also applies on the creation of the PaymentIntent https://docs.stripe.com/api/payment_intents/create#create_payment_intent-payment_method_data-ideal-bank
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and on the creation and confirmation of the SetupIntent
as well
Okay, thank you. That seems to match what I'm seeing, we are using the resulting payment intent, we are not confirming them. Two follow-ups. We want to be sure because we have a lot of people going on holiday soon.
- We can still rely on the bank value in the resulting payment intent in the webhook, correct?
- When can we expect the Stripe Elements to update to the way without bank integration?
We can still rely on the bank value in the resulting payment intent in the webhook, correct?
yes correct, and you can use it for future PaymentIntents (for off-session confirmation)
When can we expect the Stripe Elements to update to the way without bank integration?
it should have already been the case since July 2024
We are still seeing the selector on our pages, any ideas on that?
<script src="https://js.stripe.com/v3/"></script>
as part of the new iDEAL 2.0 experience, customers will choose their bank on the new iDEAL hosted bank selection page.
this is the expected behavior
which matches what you're seeing
That's not correct. This is our hosted page. The bank selector should be on the ideal hosted page
oh sorry you're right
would you mind sharing a PaymentIntent ID and the code you're using in the frontend?
or if you can share a website where we could troubleshoot the integration in test mode that would also help
Payment intent ID seti_1QIq3sLjYDcRA6KWx6fcWwQe
I need to check whether this is only related to the iDeal Element,
Please click this link to open a support case with our Developer Support team, in order to help you more effectively.
Here's what to expect:
- ๐งโ๐ป You may need to log in to your Stripe account first.
- โ๏ธ You'll be asked to confirm that you want to create a support case.
- ๐ Your case will be routed to our Developer Support team and they will have a link to this Discord thread to preserve context on your question.
- ๐ฉ The team will review your question and reply to your support case as soon as possible.
Why can't you answer right now?
- โฑ๏ธ Sometimes answering technical/developer focused questions can take some time to reproduce problems or dig into edge cases or your specific account setup to get you the best possible answer, and it's not always possible to do this live in Discord.
please use this link to create a case, this would help us investigate asynchronously and get back to you
@torn slate did you create the case?
Thank you, done (was out for lunch)