#Meta Krypto
1 messages · Page 1 of 1 (latest)
Not possible, you'll need a FR registered Reader: https://support.stripe.com/questions/stripe-terminal-country-and-currency-availability#:~:text=Readers must be physically located within the country that it is registered to. Readers can only be registered to a location within the country that the device was shipped to or that the connected Stripe account is registered to in order to process payments in the local currency.
Find help and support for Stripe. Our support center 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.
The code sample demo I'm working on is at
https://github.com/stripe-samples/terminal/tree/main/server-driven/server/go
Yes, in that demo, I've registered a location and a simulated reader in France
As instructions in the REAME, it should be able to work for any created location and reader
https://github.com/stripe-samples/terminal/blob/main/server-driven/README.md
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.
It report me an error
Can you paste that tmr_xxx ID
tmr_FHHRbgYv31Z5Vm
But you're located in the UK, yes?
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
Readers must be physically located within the country that it is registered to
Your reader location is UK as per the IP address
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?
Yeah, maybe. Not sure