diff --git a/public/img/terminal-payments/readers/go-1x.png b/public/img/terminal-payments/readers/go-1x.png new file mode 100644 index 00000000..cca2287b Binary files /dev/null and b/public/img/terminal-payments/readers/go-1x.png differ diff --git a/public/img/terminal-payments/readers/go-2x.png b/public/img/terminal-payments/readers/go-2x.png new file mode 100644 index 00000000..dbd26c86 Binary files /dev/null and b/public/img/terminal-payments/readers/go-2x.png differ diff --git a/public/img/terminal-payments/readers/go-3x.png b/public/img/terminal-payments/readers/go-3x.png new file mode 100644 index 00000000..b600fef4 Binary files /dev/null and b/public/img/terminal-payments/readers/go-3x.png differ diff --git a/src/components/content/ReaderGallery.astro b/src/components/content/ReaderGallery.astro index 55b769b2..8bb40d42 100644 --- a/src/components/content/ReaderGallery.astro +++ b/src/components/content/ReaderGallery.astro @@ -24,6 +24,14 @@ const readers = [ "/img/terminal-payments/readers/tap-to-pay-1x.png 1x, /img/terminal-payments/readers/tap-to-pay-2x.png 2x, /img/terminal-payments/readers/tap-to-pay-3x.png 3x", name: "Tap to Pay", }, + { + alt: "Go card reader", + href: "/terminal-payments/readers/go/", + image: "/img/terminal-payments/readers/go-1x.png", + srcset: + "/img/terminal-payments/readers/go-1x.png 1x, /img/terminal-payments/readers/go-2x.png 2x, /img/terminal-payments/readers/go-3x.png 3x", + name: "Go", + }, { alt: "Air card reader", href: "/terminal-payments/readers/air/", diff --git a/src/content/docs/terminal-payments/index.mdx b/src/content/docs/terminal-payments/index.mdx index cb9b6b08..42b82c35 100644 --- a/src/content/docs/terminal-payments/index.mdx +++ b/src/content/docs/terminal-payments/index.mdx @@ -34,7 +34,7 @@ There are three ways to integrate SumUp in-person payments: | | Cloud API | Reader SDKs | Payment Switch | | --------------------- | ------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | -| **What it does** | Trigger and manage payments on Solo readers via HTTPS requests. | Embed payment acceptance directly in your Android or iOS app. Your app controls the reader over Bluetooth or uses Tap to Pay. | Hand off payment acceptance from your app to the SumUp app, then return to your app when the payment is done. | +| **What it does** | Trigger and manage payments on Solo or Go readers via HTTPS requests. | Embed payment acceptance directly in your Android or iOS app. Your app controls the reader over Bluetooth or uses Tap to Pay. | Hand off payment acceptance from your app to the SumUp app, then return to your app when the payment is done. | | **Best for** | Kiosk, POS, or web-based systems where the reader operates independently. | Mobile apps that need more control over the payment flow and user experience. | Quick integrations where you do not need to own the payment UI. | | **Platform** | Any server-capable platform | Android, iOS | Android, iOS | | **Reader connection** | Wi-Fi or cellular | Bluetooth from your app, or Tap to Pay on device | Bluetooth via the SumUp app | @@ -66,6 +66,7 @@ Not every reader works with every integration: | [**3G**](/terminal-payments/readers/3g/) | | | — | — | | | [**PIN+**](/terminal-payments/readers/pin-plus/) | | | — | — | | | [**Tap to Pay**](/terminal-payments/readers/tap-to-pay/) | — | | | — | — | +| [**Go**](/terminal-payments/readers/go/) | — | — | — | | — | ## Market Availability diff --git a/src/content/docs/terminal-payments/readers/go.mdx b/src/content/docs/terminal-payments/readers/go.mdx new file mode 100644 index 00000000..16ca5d40 --- /dev/null +++ b/src/content/docs/terminal-payments/readers/go.mdx @@ -0,0 +1,38 @@ +--- +title: Go +description: Go reader compatibility and basic information for SumUp in-person payments. +sidebar: + order: 36 +--- + +import ReaderHero from '@components/content/ReaderHero.astro'; +import Country from '@components/content/Country.astro'; + +**Available in**: + + + +## Basic Information + +| Category | Details | +| --- | --- | +| Device type | Integrated card reader (EPS-paired) | +| Main connections | Wi-Fi and Cellular data | +| On-device capabilities | Card-present payment acceptance, pairing code display | +| Accepted payment types | Contactless, chip card payments, Apple Pay, and Google Pay | +| Good fit for | Platform teams and software vendors building point-of-sale integrations via the Cloud API | + +## Integration Compatibility + +- [Cloud API](/terminal-payments/cloud-api/) + +## What to Expect + +- Go can work independently, which makes it the most flexible option in this group. +- It is the right reader family when you need the current server-driven [Cloud API](/terminal-payments/cloud-api/). diff --git a/src/content/docs/terminal-payments/readers/index.mdx b/src/content/docs/terminal-payments/readers/index.mdx index d427f0e7..76b26ded 100644 --- a/src/content/docs/terminal-payments/readers/index.mdx +++ b/src/content/docs/terminal-payments/readers/index.mdx @@ -1,6 +1,6 @@ --- title: Reader Guides -description: Browse reader-specific pages for Tap to Pay, Solo, Solo Lite, Air, 3G, and PIN+. +description: Browse reader-specific pages for Tap to Pay, Solo, Solo Lite, Go, Air, 3G, and PIN+. sidebar: label: Overview order: 30 @@ -15,6 +15,7 @@ Use these pages when you need reader-specific details instead of the higher-leve | [Solo](/terminal-payments/readers/solo/) | Standalone checkout and Cloud API | Wi-Fi, mobile data, Bluetooth | | [Solo Lite](/terminal-payments/readers/solo-lite/) | App-paired mobile payments | Bluetooth to phone or tablet | | [Tap to Pay](/terminal-payments/readers/tap-to-pay/) | No extra hardware | On-device NFC | +| [Go](/terminal-payments/readers/go/) | Standalone checkout and Cloud API | Wi-Fi and mobile data | | [Air](/terminal-payments/readers/air/) | App-paired mobile payments | Bluetooth to phone or tablet | | [3G](/terminal-payments/readers/3g/) | Standalone mobile payments | Built-in SIM, Wi-Fi, Bluetooth | | [PIN+](/terminal-payments/readers/pin-plus/) | Paired mobile payments | Bluetooth Low Energy or cable |