#kaka_docs
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/1486631483996246066
๐ 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.
- kaka_docs, 6 days ago, 8 messages
There are certain criterias for Instant Bank Payments to appear as a payment option: https://docs.stripe.com/payments/link/instant-bank-payments#eligibility
That could be reason why it does not display all the time
What's shown here are the merchant criteria. Our merchant already meets those conditions. What we'd like to understand are the user-side requirements.
Transaction limits: Eligible transactions must be below an amount dynamically set by our risk systems. By default, Instant Bank Payments are presented only for transactions under 5,000 USD.
There is this condition as well, transactions have to be under 5,000 USD.
But after testing, we found that it doesn't appear in some countries either such as Germany, China.
It can be displayed in Canada and Germany.
Could you give me an example Payment Intent or Checkout session where the Instant Bank Payment Option is not shown?
we found that it doesn't appear in some countries either such as Germany, China.
It can be displayed in Canada and Germany.
Sorry, so which countries does it not appear in?
You mentioned Germany for both
pi_3TF8jlCzh28542mo1Im1IKL0
We only tested Germany and China and found they don't appear. We haven't tested other countries, so we'd like to inquire about this.
๐ taking over for my colleague. Let me catch up.
this PI's currency is gbp
so it doesn't qualify for Instant Bank Payments
so Link does show up but only for Card Payments and not Instant Bank Payments
Sometimes neither is displayed, sometimes only card payment is displayed.
can you share a PaymentIntent ID when Link doesn't show up?
pi_3TF915Czh28542mo1FfqqPF0
link is available for this PaymentIntent
it seems that you are testing in livemode
is that correct?
yes
please don't, instead you should test in a sandbox
you need to recreate this using a sandbox account
and give us access to the testing page so we could troubleshoot
It can be displayed in the sandbox environment.
ok, I'm checking something
Thank you
can you try to change your network? switch to a mobile hotspot for example?
Sorry, I used a VPN to switch to a German IP for testing. I can't use a mobile hotspot.
the idea is that we run some a/b testing experiments for all merchants/customers to learn and improve conversion. in this case you got assigned, partly on your IP address, to an experiment where we holdback Link
in this case, you can try to disconnect from the VPN and reconnect, usually that reassigns you a new IP address
or try on another browser
or another chrome profile
So under normal circumstances, can Link and Bank be displayed in all countries?
for USD yes
It displayed in Safari browser
I have another question: can I tell from the API whether the user used a bank account in Link or a card?
no, this is only visible on the dashboard
How can I tell the difference in the dashboard? I ran a test transaction and only saw Link โ I couldn't tell whether it was a bank account or a card.
sorry I meant that you can see it's Link in the dashboard, in the API you would see card
So I can't track the number of users who used a bank account.
not through link no
๐
Just to confirm โ if the payment is made through Link, I can't track the proportion of users who used a card versus a bank account.
yes
thank you