Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer tools
Overview
About Stripe payments
Upgrade your integration
Payments analytics
Online payments
OverviewFind your use caseManaged Payments
Use Payment Links
Build a checkout page
Build an advanced integration
Build an in-app integration
Payment Methods
Add payment methods
Manage payment methods
Faster checkout with Link
Payment interfaces
Payment Links
Checkout
Web Elements
In-app Elements
Payment scenarios
Custom payment flows
Flexible acquiring
Orchestration
In-person payments
Terminal
    Overview
    Accept in-person payments
    Integration design
    Select your reader
    Design an integration
    Quickstart
    Example applications
    Testing
    Terminal setup
    Set up your integration
    Connect to a reader
    Accepting a payment
    Collect card payments
    Additional payment methods
    Accept offline payments
    Mail order and telephone order payments
    Regional considerations
    During checkout
    Collect tips
    Collect and save payment details for future use
    Flexible authorisations
    After checkout
    Refund transactions
    Provide receipts
    Customize checkout
    Cart display
    Collect on-screen inputs
    Collect swiped data
    Collect tapped data for NFC instruments
    Apps on devices
    Manage readers
    Order, return, replace readers
    Register readers
    Manage locations and zones
    Configure readers
    Monitor Readers
    Encryption
    References
    API references
    Mobile readers
    Smart readers
    SDK migration guide
    Deployment checklist
    Stripe Terminal reader product sheets
Other Stripe products
Financial Connections
Crypto
Climate
HomePaymentsTerminal

Regional considerations

Learn about regional considerations for integrating Terminal in different countries.

Copy page

​​For the most part, you’ll be able to use a single Terminal integration in all supported countries. However, due to local payment methods or regulations there are some country-specific requirements. After going through the sample integration, use this guide to learn about country-specific requirements for Terminal.

Note

To process Terminal payments, both the Stripe account receiving the funds and the location associated with the reader must be in the same country, accepting local currency only.

Country

Availability

Refer to the following table to understand which readers and SDK platforms you can use in each country.

CountriesAndroid**iOS**JavaScriptServer-Driven
United States
Stripe Reader M2
Bluetooth or USB
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Tap to Pay
Embedded
Stripe Reader M2
Bluetooth
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Tap to Pay
Embedded
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Canada
Italy
Netherlands
BBPOS WisePad 3
Bluetooth or USB
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Tap to Pay*
Embedded
BBPOS WisePad 3
Bluetooth
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Tap to Pay
Embedded
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
BBPOS WisePOS E
Smart
Australia
Ireland
New Zealand
United Kingdom
BBPOS WisePad 3
Bluetooth or USB
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Tap to Pay
Embedded
BBPOS WisePad 3
Bluetooth
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Tap to Pay
Embedded
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
BBPOS WisePOS E
Smart
Singapore
BBPOS WisePad 3
Bluetooth or USB
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Tap to Pay
Embedded
BBPOS WisePad 3
Bluetooth
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
BBPOS WisePOS E
Smart
France
Germany
BBPOS WisePad 3
Bluetooth or USB
Stripe Reader S700
Smart
Tap to Pay*
Embedded
BBPOS WisePad 3
Bluetooth
Stripe Reader S700
Smart
Tap to Pay*
Embedded
Stripe Reader S700
Smart
Austria
Belgium
Czech Republic
Denmark
Finland
Luxembourg
Poland+
Portugal
Sweden
Switzerland
BBPOS WisePad 3
Bluetooth or USB
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Tap to Pay*
Embedded
BBPOS WisePad 3
Bluetooth
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Tap to Pay*
Embedded
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
BBPOS WisePOS E
Smart
Malaysia
Norway
Spain
BBPOS WisePad 3
Bluetooth or USB
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Tap to Pay*
Embedded
BBPOS WisePad 3
Bluetooth
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
Stripe Reader S700
Smart
BBPOS WisePOS E
Smart
BBPOS WisePOS E
Smart
+Terminal is currently in beta in this country.
*This Terminal integration shape is currently in beta.
**Compatibility for this mobile SDK also applies when used with React Native.

Integrate Terminal in Poland

Stripe supports Visa, Mastercard, American Express, and Discover payments in Poland. All transactions must be made in Polish złoty (PLN). To accept Terminal charges in Poland, either your platform account or connected account must be in Poland.

Use locations

Create Locations for your business with addresses in Poland and associate your readers to them. This will ensure that they automatically download the configuration needed to properly process charges in Poland. A valid address for a Location in Poland must contain the line1, city, postal_code, and country properties.

Command Line
curl
curl https://api.stripe.com/v1/terminal/locations \ -u
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:
\ -d "display_name"="HQ" \ -d "address[line1]"="plac Grunwaldzki 21" \ -d "address[city]"="Warszawa" \ -d "address[country]"="PL" \ -d "address[postal_code]"="01-787" \

Translation

Default reader language

The BBPOS WisePOS E and Stripe Reader S700 support changing reader language in the Settings panel. Swipe right across the screen to access the Settings panel, and select your language.

The BBPOS WisePad 3 supports changing reader language directly in the reader interface. After you have registered your reader to a Location with an address in Poland, the reader installs a language pack relevant for your region if one isn’t already in place. To view available language options and to select a language, click the Power / Settings button and scroll down using the arrow keys until you reach the language selection menu. Highlight your desired language and press the green Enter key.

Other translations

If you would like to translate text into Polish in addition to English, ensure that your custom reader screens and receipts display the appropriate translations.

Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access programme.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc