#matih_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/1418201327611412482
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
to the checkout, we send
"payment_method_types": [
"card",
"swish"
],
but the checkout page still looks like this:
hi there!
are you testing this from Sweden?
because that payment method is only avilable to users located in Sweden, as mentioned here: https://docs.stripe.com/payments/swish
the fake user is swedish, and the company is swedish as well
my local ip address is spanish
do i need to use a vpn in order to develop this solution??
my local ip address is spanish
then that's probabbly the issue.
ok. that's not covered in your documentation
so any swedish person travelling will be ineligible to pay by swish?
ok. that's not covered in your documentation
it is, I sent you the link earlier:
do i need to use a vpn in order to develop this solution??
vpn is an option yes. I think you could aslo use some special test email for this. let me check...
yes, but "customer location" (checking your IP) is quite different than 1) being a swedish citizen, 2) having a swedish bank account with swish enabled
imho it's pretty bad practise to check for the users' ip adress. what if the user is using a foreign vpn while being located in sweden?
I think you can test with this: https://docs.stripe.com/payments/payment-method-rules#testing
so xxx+location_SE@example.com for the customer email.
i tested with the email address and it works well
but imho it's crazy that a swedish user, on holiday in denmark, isn't allowed to make a purchase through their swish account
please make an internal ticket and hopefully revise that limitation
hey there! our rationale is that the customer location and the payment currency are the most reliable signals to determine which payment methods to automatically display[0], but I can understand your position and we can certainly make not of this feedback! thanks!
[0] https://docs.stripe.com/payments/payment-methods/dynamic-payment-methods#how-it-works