#Meta Krypto

1 messages · Page 1 of 1 (latest)

winged hearthBOT
thin roost
#
sinful schooner
#

Yes, in that demo, I've registered a location and a simulated reader in France

#

For me, If I created the location in UK, and create a simulated reader attaching to it, then change the currency code to GBP, it does work

https://github.com/stripe-samples/terminal/blob/main/server-driven/server/go/server.go#L81

But when I do the same thing, i.e create location FR, create simulated reader, and change currency to EUR, it doesn't work.

GitHub

Learn how to accept in-person payments from customers using Stripe Terminal. - terminal/server.go at main · stripe-samples/terminal

#

It report me an error

thin roost
#

Can you paste that tmr_xxx ID

sinful schooner
#

tmr_FHHRbgYv31Z5Vm

thin roost
#

But you're located in the UK, yes?

sinful schooner
#

yes

#

my stripe account was registered in UK, and I am (browser) is physically in the UK now

#

As I am building an app for multi national, I'd like to test the multi-national capability of stripe server terminal

#

before buying it

thin roost
#

Readers must be physically located within the country that it is registered to
Your reader location is UK as per the IP address

sinful schooner
#

is there a way to "hack" that, i.e if I use a FR vpn or something and run the sample code, would that work?

thin roost
#

Yeah, maybe. Not sure

sinful schooner
#

😅

#

ah, this is not true, as sometime in the past, I did test a payment with the US and USD while I'm not physically in the US, and it works.

Let me try that again and confirm

#

Ah you are right, it doesn't work with US/USD neither. I'll try the vpn approach

#

thank you