#mattcomroe_api

1 messages ยท Page 1 of 1 (latest)

south templeBOT
#

๐Ÿ‘‹ 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/1509283995320324199

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

quiet snow
#

Hi! excellent username, btw.

grand vessel
#

Hello thank you!

#

This means that it is correctly enabled and available for this payment intent

#

If you're not seeing it in the payment element, then yeah it's likely an ip restriction

#

Many local payment methods have ip restrictions as well

quiet snow
#

Excellent. do you have any recommendations as far as testing?

#

i feel like there's a chrome dev tools hack to change your location, but that's not your IP. i guess i can get a cheap VPN if that's the recommended route for testing.

#

is there a sneaky override in the PaymentElement to bypass the IP check? how do normal people test stuff for a country they don't reside in? ๐Ÿ˜น

grand vessel
#

Unfortunately there's not a reliable way to test this

#

You can try a vpn

quiet snow
#

is that what Stripe devs do when they're working on non-local "local" payment methods? i imagine there's some tools and levers that I don't have access to...

grand vessel
#

That allows you to change the customer country

#

However you'll need to use at least our Clover API version to test this with Payment Intents

quiet snow
#

oooh that looks interesting and handy! however, I need to be able to test end to end, including making a charge, seeing how the webhooks fire, etc.

#

looks like that testing tool runs in a sandbox

grand vessel
#

You mean live testing?

#

You can test end to end in sandbox with this

quiet snow
#

oh! well ok then!

#

i will give that a try and see what happens! thanks very much for your help!