Weiter zum Inhalt
Konto erstellen
oder
anmelden
Das Logo der Stripe-Dokumentation
/
KI fragen
Konto erstellen
Anmelden
Jetzt starten
Zahlungen
Umsatz
Plattformen und Marktplätze
Geldmanagement
Entwicklerressourcen
Übersicht
Informationen zu Stripe Payments
Aktualisieren Sie Ihre Integration
Zahlungsanalysefunktionen
Online-Zahlungen
ÜbersichtIhren Use case findenZahlungen verwalten
Payment Links verwenden
Bezahlseite erstellen
Erweiterte Integration erstellen
In-App-Integration erstellen
Zahlungsmethoden
Zahlungsmethoden hinzufügen
Zahlungsmethoden verwalten
Schnellerer Bezahlvorgang mit Link
Zahlungsschnittstellen
Payment Links
Checkout
Web Elements
In-App-Elements
Zahlungsszenarien
Umgang mit mehreren Währungen
Nutzerdefinierte Zahlungsabläufe
Flexibles Acquiring
Orchestrierung
Präsenzzahlungen
Terminal
    Übersicht
    Persönliche Zahlungen akzeptieren
    Integrationsdesign
    Wählen Sie Ihr Lesegerät aus
    Konzipieren einer Integration
    Quickstart
    Beispielanwendungen
    Tests
    Terminal einrichten
    Integration einrichten
    Mit einem Lesegerät verbinden
    Zahlung annehmen
    Kartenzahlungen einziehen
    Weitere Zahlungsmethoden
    Offline-Zahlungen annehmen
    Versand-/Telefonbezahlung
    Regionale Aspekte
    Während des Bezahlvorgangs
    Trinkgelder einziehen
    Zahlungsdetails erfassen und für die zukünftige Verwendung speichern
    Flexible Autorisierungen
    Nach dem Bezahlen
    Transaktionen zurückerstatten
    Belege zur Verfügung stellen
    Checkout anpassen
    Anzeige des Warenkorbs
    Eingaben auf dem Bildschirm erfassen
    Ausgelesene Daten erfassen
    Erfassen von Daten durch Tippen für NFC-Geräte
    Apps auf Geräten
    Lesegeräte verwalten
    Lesegeräte anfordern, zurückgeben, ersetzen
    Lesegerät registrieren
    Standorte und Zonen verwalten
    Lesegeräte konfigurieren
    Lesegeräte überwachen
    Verschlüsselung
    Quellen
    API-Referenzen
    Mobile Lesegeräte
    Intelligente Lesegeräte
    SDK-Migrationsleitfaden
    Bereitstellungscheckliste
    Produktdatenblätter für Lesegeräte von Stripe Terminal
Mehr als Zahlungen
Unternehmensgründung
Krypto
Financial Connections
Climate
Betrug verstehen
Betrugsprävention von Radar
Zahlungsanfechtungen verwalten
Identitäten verifizieren
StartseiteZahlungenTerminal

Notiz

Bis jetzt ist diese Seite noch nicht in dieser Sprache verfügbar. Wir arbeiten aber verstärkt daran, unsere Dokumentation in weiteren Sprachen bereitzustellen, und werden die Übersetzung sofort anzeigen, sobald diese verfügbar ist.

Regional considerations

Learn about regional considerations for integrating Terminal in different countries.

​​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.

Notiz

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.

Land

Availability

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

LandAndroid**iOS**JavaScriptServergestützt
Australien
WisePad 3
Bluetooth or USB
Stripe Reader S700
Smart
WisePOS E
Smart
Zum Bezahlen Karte auflegen
Embedded
WisePad 3
Bluetooth
Stripe Reader S700
Smart
WisePOS E
Smart
Zum Bezahlen Karte auflegen
Embedded
Stripe Reader S700
Smart
WisePOS E
Smart
WisePOS E
Smart
**Dieselben Kompatibilitätsbedingungen gelten auch bei Verwendung des mobilen SDK mit React Native.

Integrate Terminal in Australia

Stripe supports Visa, Mastercard, American Express, and eftpos payments in Australia. All transactions must be made in Australian dollars (AUD). To accept Terminal charges in Australia, either your platform account or connected account must be in Australia.

Use locations

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

Command Line
curl
Ruby
Python
PHP
Java
Node
Go
.NET
No results
curl https://api.stripe.com/v1/terminal/locations \ -u
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:
\ -d "display_name"="HQ" \ -d "address[line1]"="1234 Victoria Street" \ -d "address[city]"="Melbourne" \ -d "address[state]"="Victoria" \ -d "address[country]"="AU" \ -d "address[postal_code]"="3000" \

Reader software version

BBPOS WisePad 3 readers operating in Australia must use the reader software version 4.01.00.52_Prod_APAC1_on_v24_491001 or later. Read about BBPOS WisePad 3 software updates for details.

eftpos payments

Eftpos is Australia’s local debit card network. More than 90% of eftpos cards are co-branded with either Visa or Mastercard, meaning you can process these cards over either network supported by the card.

Stripe processes co-branded eftpos cards over eftpos, Visa, or Mastercard depending on the least cost routing requirements and the type of transaction.

Availability

Eftpos is available to any business that uses Stripe in Australia, with the following exceptions:

  • Massage parlors (MCC 7297)
  • Financial institutions—manual cash disbursements (MCC 6010)
  • Financial institutions—merchandise and services (MCC 6012)
  • Non-financial institutions—foreign currency, money orders and travelers’ checks. (MCC 6051)
  • Remote stored value load—merchant (MCC 6530)
  • Stored value card purchase/load (MCC 6540)
  • Wires, money orders (MCC 4829)

Cash out transactions, where the business disburses cash to a customer, aren’t supported on Terminal.

Integration requirements

To process in-person payments over the eftpos network, you need to make sure that your Terminal integration:

  • Uses up-to-date Terminal SDKs

    If you use the Terminal iOS SDK, Android SDK, or React Native SDK, you need to use the following minimum SDK versions to accept eftpos payments:

    • iOS SDK 2.20.0, released on May 3, 2023
    • Android SDK 2.20.0, released on May 11, 2023
    • React Native SDK 0.0.1-beta.12, released on June 1, 2023

    You don’t need to make any changes if you use the Terminal Javascript SDK or server-driven integration.

  • Uses automatic or manual_preferred capture type on your payments

    Eftpos only supports payments that are authorized and captured in a single step. Unlike networks like Visa and Mastercard, eftpos doesn’t support placing a “hold” on a card and capturing the funds later. Only payments with automatic or manual_preferred capture type can be processed on eftpos.

    Capture typeImplementationResult
    automaticSet ​capture_method on the PaymentIntent to automatic.All card payments will be authorized and captured in a single step.

    manual_preferred

    Set ​capture_method on the nested payment_method_options.card_present attribute to manual_preferred.

    eftpos card payments will be authorized and captured in a single step.

    Non-eftpos card payments will be authorized only. To capture the funds, make a separate request.

    manual

    Set ​capture_method on the PaymentIntent to manual.

    eftpos card payments will always decline.

    Non-eftpos card payments will be authorized only. To capture the funds, make a separate request.

Refund an eftpos payment

Eftpos supports online refunds through the API or Dashboard. The cardholder isn’t required to present their card again at the point of sale.

Routing multi-network debit cards

For co-branded, multi-network debit cards supporting both eftpos domestic debit and international card networks, Stripe uses the following default routing:

Capture typeDefault routing for contact paymentsDefault routing for contactless payments
automaticCustomer selects on the Terminal readereftpos
manual_preferredCustomer selects on the Terminal readerInternational network
manualInternational networkInternational network

You can optionally request a preferred network routing choice on PaymentIntent creation, by setting the requested_priority on the nested payment_method_options.card_present.routing attribute.

RoutingImplementationResult

eftpos

Set requested_priority on the nested payment_method_options.card_present.routing attribute to domestic

For co-branded eftpos cards, Stripe prioritizes the eftpos network.

Stripe will continue to authorize all other cards as-is.

International networks

Set requested_priority on the nested payment_method_options.card_present.routing attribute to international

For co-branded eftpos cards, Stripe prioritizes the international network.

Stripe will continue to authorize all other cards as-is.

Identify which network a payment was processed on

To identify which network a payment was processed on, inspect the network field on the Charge object associated with a successful PaymentIntent.

{ "id": "ch_1Ff52K2eZvKYlo2CWe10i0s7", "object": "charge", ... "payment_method_details": { "card_present": { "brand": "visa", ... "network": "eftpos_au" }, "type": "card_present" } }
War diese Seite hilfreich?
JaNein
  • Benötigen Sie Hilfe? Kontaktieren Sie den Kundensupport.
  • Nehmen Sie an unserem Programm für frühzeitigen Zugriff teil.
  • Schauen Sie sich unser Änderungsprotokoll an.
  • Fragen? Sales-Team kontaktieren.
  • LLM? Lesen Sie llms.txt.
  • Unterstützt von Markdoc