Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/img/terminal-payments/readers/go-1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/terminal-payments/readers/go-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/terminal-payments/readers/go-3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/components/content/ReaderGallery.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
3 changes: 2 additions & 1 deletion src/content/docs/terminal-payments/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -66,6 +66,7 @@ Not every reader works with every integration:
| [**3G**](/terminal-payments/readers/3g/) | <Confirm /> | <Confirm /> | — | — | <Confirm /> |
| [**PIN+**](/terminal-payments/readers/pin-plus/) | <Confirm /> | <Confirm /> | — | — | <Confirm /> |
| [**Tap to Pay**](/terminal-payments/readers/tap-to-pay/) | — | <Confirm /> | <Confirm /> | — | — |
| [**Go**](/terminal-payments/readers/go/) | — | — | — | <Confirm /> | — |

## Market Availability

Expand Down
38 changes: 38 additions & 0 deletions src/content/docs/terminal-payments/readers/go.mdx
Original file line number Diff line number Diff line change
@@ -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**: <Country code="AU" name="Australia" /> <Country code="MX" name="Mexico" /> <Country code="CA" name="Canada" />

<ReaderHero
alt="Go card reader"
src="/img/terminal-payments/readers/go-2x.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"
width={320}
height={582}
/>

## 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/).
3 changes: 2 additions & 1 deletion src/content/docs/terminal-payments/readers/index.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 |
Expand Down