Skip to content

Commit 41ccb87

Browse files
committed
chore: update, normalize
1 parent 7bf5986 commit 41ccb87

6 files changed

Lines changed: 30 additions & 138 deletions

File tree

src/components/content/Countries.astro

Lines changed: 0 additions & 66 deletions
This file was deleted.

src/content/docs/online-payments/payment-methods.mdx

Lines changed: 26 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ sidebar:
55
order: 5
66
---
77

8-
import { Aside, Steps } from "@astrojs/starlight/components";
9-
import Countries from "@components/content/Countries.astro";
8+
import { Aside } from "@astrojs/starlight/components";
9+
import Country from "@components/content/Country.astro";
1010
import PaymentMethodTitle from "@components/content/PaymentMethodTitle.astro";
1111

1212
SumUp supports cards, wallets, bank redirects, bank debits, real-time payment methods, vouchers, and buy now, pay later payment methods. Use this page to understand which payment methods SumUp can offer, how they behave in a checkout, and where to start your integration.
@@ -41,55 +41,55 @@ Cards are the simplest place to start if you want broad coverage with a single i
4141

4242
<PaymentMethodTitle icon="visa" title="Visa" />
4343

44-
**Availability:** Any supported market where Apple Pay is enabled for your merchant and your domain is verified
44+
**Availability:** <Country code="EU" name="Europe" /> <Country code="AU" name="Australia" /> <Country code="BR" name="Brazil" /> <Country code="CL" name="Chile" /> <Country code="CO" name="Colombia" /> <Country code="PE" name="Peru" /> <Country code="US" name="United States" />
4545

4646
[Visa](https://www.visa.com/) is one of the most widely accepted global card networks for online debit and credit card payments.
4747

4848
<PaymentMethodTitle icon="visa_electron" title="Visa Electron" />
4949

50-
**Availability:** Any supported market where Google Pay is enabled for your merchant and your domain is verified
50+
**Availability:** <Country code="EU" name="Europe" /> <Country code="AU" name="Australia" /> <Country code="BR" name="Brazil" /> <Country code="CL" name="Chile" /> <Country code="CO" name="Colombia" /> <Country code="PE" name="Peru" /> <Country code="US" name="United States" />
5151

5252
[Visa Electron](https://www.visa.com/) is a Visa debit card product commonly used for consumer card payments in supported markets.
5353

5454
<PaymentMethodTitle icon="vpay" title="V Pay" />
5555

56-
**Availability:** Europe, United Kingdom, and Chile
56+
**Availability:** <Country code="EU" name="Europe" />
5757

5858
[V Pay](https://www.visa.co.uk/pay-with-visa/find-a-card/v-pay.html) is Visa's European debit card scheme designed for regional card acceptance.
5959

6060
<PaymentMethodTitle icon="mastercard" title="Mastercard" />
6161

62-
**Availability:** Europe, United Kingdom, and Chile
62+
**Availability:** <Country code="EU" name="Europe" /> <Country code="AU" name="Australia" /> <Country code="BR" name="Brazil" /> <Country code="CL" name="Chile" /> <Country code="CO" name="Colombia" /> <Country code="PE" name="Peru" /> <Country code="US" name="United States" />
6363

6464
[Mastercard](https://www.mastercard.com/) is a global card network used for both credit and debit card payments.
6565

6666
<PaymentMethodTitle icon="maestro" title="Maestro" />
6767

68-
**Availability:** Europe, United Kingdom, and Chile
68+
**Availability:** <Country code="EU" name="Europe" /> <Country code="BR" name="Brazil" /> <Country code="CL" name="Chile" /> <Country code="CO" name="Colombia" /> <Country code="PE" name="Peru" /> <Country code="US" name="United States" />
6969

7070
[Maestro](https://www.mastercard.com/) is Mastercard's debit card brand for everyday consumer payments.
7171

7272
<PaymentMethodTitle icon="american_express" title="American Express" />
7373

74-
**Availability:** Europe, United Kingdom, and Chile
74+
**Availability:** <Country code="EU" name="Europe" /> <Country code="AU" name="Australia" /> <Country code="BR" name="Brazil" /> <Country code="CL" name="Chile" /> <Country code="CO" name="Colombia" /> <Country code="US" name="United States" />
7575

7676
[American Express](https://www.americanexpress.com/) is a global card network widely used for consumer and business card payments.
7777

7878
<PaymentMethodTitle icon="discover" title="Discover" />
7979

80-
**Availability:** Europe, United Kingdom, and Chile
80+
**Availability:** <Country code="EU" name="Europe" /> <Country code="CO" name="Colombia" /> <Country code="US" name="United States" />
8181

8282
[Discover](https://www.discover.com/) is an international card network that can be used for online card payments in supported markets.
8383

8484
<PaymentMethodTitle icon="jcb" title="JCB" />
8585

86-
**Availability:** Europe, United Kingdom, and Chile
86+
**Availability:** <Country code="EU" name="Europe" /> <Country code="AU" name="Australia" /> <Country code="US" name="United States" />
8787

8888
[JCB](https://www.global.jcb/en/) is a global card network originating in Japan and accepted for online payments in supported regions.
8989

9090
<PaymentMethodTitle icon="elo" title="Elo" />
9191

92-
**Availability:** Brazil
92+
**Availability:** <Country code="BR" name="Brazil" />
9393

9494
[Elo](https://www.elo.com.br/) is a Brazilian card scheme supported for online payments in Brazil. Additional niche local card schemes may also be supported.
9595

@@ -101,43 +101,31 @@ Wallets are useful when you want faster checkout on mobile and supported browser
101101

102102
<PaymentMethodTitle icon="apple_pay" title="Apple Pay" />
103103

104-
**Availability:** Any supported market where Apple Pay is enabled for your merchant and your domain is verified
104+
**Availability:** <Country code="EU" name="Europe" /> <Country code="BR" name="Brazil" /> <Country code="CL" name="Chile" />
105105

106106
[Apple Pay](https://www.apple.com/apple-pay/) is Apple's wallet-based checkout experience for Safari and Apple devices.
107107

108108
<PaymentMethodTitle icon="google_pay" title="Google Pay" />
109109

110-
**Availability:** Any supported market where Google Pay is enabled for your merchant and your domain is verified
110+
**Availability:** <Country code="EU" name="Europe" /> <Country code="CL" name="Chile" />
111111

112112
[Google Pay](https://pay.google.com/about/) is Google's wallet checkout option for supported browsers, devices, and Android surfaces.
113113

114-
<PaymentMethodTitle icon="samsung_pay" iconSize="24" title="Samsung Pay" />
115-
116-
**Availability:** Europe, United Kingdom, and Chile
117-
118-
[Samsung Pay](https://www.samsung.com/pay/) is Samsung's wallet-based checkout method for supported Samsung devices and browsers.
119-
120114
<PaymentMethodTitle icon="pay_pal" title="PayPal" />
121115

122-
**Availability:** <Countries countries={["FR", "DE", "IE", "IT", "NL", "ES", "SE", "CH", "GB", "US"]} />
116+
**Availability:** <Country code="BG" name="Bulgaria" /> <Country code="CH" name="Switzerland" /> <Country code="DE" name="Germany" /> <Country code="ES" name="Spain" /> <Country code="FR" name="France" /> <Country code="GB" name="United Kingdom" /> <Country code="IE" name="Ireland" /> <Country code="IT" name="Italy" /> <Country code="NL" name="Netherlands" /> <Country code="SE" name="Sweden" /> <Country code="US" name="United States" />
123117

124118
[PayPal](https://www.paypal.com/) lets customers authorize payments using their PayPal account instead of entering card details directly.
125119

126-
<PaymentMethodTitle icon="satispay" iconSize="24" title="Satispay" />
127-
128-
**Availability:** <Countries countries={["IT"]} />
129-
130-
[Satispay](https://www.satispay.com/) is an Italian wallet and mobile payment method designed for fast app-based checkout.
131-
132120
<PaymentMethodTitle icon="sumup_pay" title="SumUp Pay" />
133121

134-
**Availability:** <Countries countries={["FR", "DE", "IE", "IT", "ES", "GB"]} />
122+
**Availability:** <Country code="FR" name="France" /> <Country code="DE" name="Germany" /> <Country code="IE" name="Ireland" /> <Country code="IT" name="Italy" /> <Country code="ES" name="Spain" /> <Country code="GB" name="United Kingdom" />
135123

136124
[SumUp Pay](https://www.sumup.com/) is SumUp's own payment experience for returning customers within the SumUp ecosystem.
137125

138126
<PaymentMethodTitle icon="alternative_payment_method" title="BANCOMAT Pay" />
139127

140-
**Availability:** <Countries countries={["IT"]} />
128+
**Availability:** <Country code="IT" name="Italy" />
141129

142130
[BANCOMAT Pay](https://www.bancomat.it/en/bancomat-pay/) is an Italian account-linked mobile payment method operated by BANCOMAT.
143131

@@ -149,43 +137,37 @@ These methods usually require you to handle a pending status and send the custom
149137

150138
<PaymentMethodTitle icon="bancontact" title="Bancontact" />
151139

152-
**Availability:** <Countries countries={["BE"]} />
140+
**Availability:** <Country code="BE" name="Belgium" />
153141

154142
[Bancontact](https://bancontact.com/en) is Belgium's domestic online payment method for redirect-based checkout.
155143

156144
<PaymentMethodTitle icon="blik" iconSize="24" title="Blik" />
157145

158-
**Availability:** <Countries countries={["PL"]} />
146+
**Availability:** <Country code="PL" name="Poland" />
159147

160148
[Blik](https://blik.com/en) is a Polish payment method that lets customers confirm payments through their banking app.
161149

162150
<PaymentMethodTitle icon="eps" iconSize="24" title="EPS" />
163151

164-
**Availability:** <Countries countries={["AT"]} />
152+
**Availability:** <Country code="AT" name="Austria" />
165153

166154
[EPS](https://www.eps-ueberweisung.at/) is an Austrian online bank redirect method commonly used for domestic ecommerce payments.
167155

168-
<PaymentMethodTitle icon="giropay" iconSize="24" title="Giropay" />
169-
170-
**Availability:** <Countries countries={["DE"]} />
171-
172-
[Giropay](https://www.giropay.de/) is a German online banking payment method. In SumUp it is currently treated as deprecated.
173-
174156
<PaymentMethodTitle icon="ideal" title="iDeal" />
175157

176-
**Availability:** <Countries countries={["NL"]} />
158+
**Availability:** <Country code="NL" name="Netherlands" />
177159

178160
[iDeal](https://www.ideal.nl/en/) is the Netherlands' most widely used online banking payment method for ecommerce.
179161

180162
<PaymentMethodTitle icon="mybank" iconSize="24" title="MyBank" />
181163

182-
**Availability:** <Countries countries={["ES", "GR", "IT"]} />
164+
**Availability:** <Country code="ES" name="Spain" /> <Country code="GR" name="Greece" /> <Country code="IT" name="Italy" />
183165

184166
[MyBank](https://www.mybank.eu/) is a European online bank payment scheme that redirects customers to authorize the transaction with their bank.
185167

186168
<PaymentMethodTitle icon="przelewy24" iconSize="24" title="Przelewy24" />
187169

188-
**Availability:** <Countries countries={["PL"]} />
170+
**Availability:** <Country code="PL" name="Poland" />
189171

190172
[Przelewy24](https://www.przelewy24.pl/en) is a Polish online bank redirect method and payment network for local ecommerce checkout.
191173

@@ -194,7 +176,7 @@ These methods usually require you to handle a pending status and send the custom
194176
title="TWINT"
195177
/>
196178

197-
**Availability:** <Countries countries={["CH"]} />
179+
**Availability:** <Country code="CH" name="Switzerland" />
198180

199181
[TWINT](https://www.twint.ch/en/) is a Swiss mobile payment method that supports wallet-style and bank-linked payments.
200182

@@ -204,12 +186,6 @@ Bank debit methods collect funds directly from the customer's bank account.
204186

205187
Bank debit methods can require additional customer details depending on the checkout flow.
206188

207-
<PaymentMethodTitle icon="sepa" iconSize="24" title="SEPA" />
208-
209-
**Availability:** Euro-denominated merchant accounts in supported markets
210-
211-
[SEPA](https://www.europeanpaymentscouncil.eu/what-we-do/sepa-payment-schemes) Direct Debit allows merchants to collect euro-denominated payments directly from a customer's bank account.
212-
213189
## Real-Time Payments
214190

215191
Real-time payment methods confirm funds immediately and are commonly used for local account-to-account payment flows.
@@ -218,7 +194,7 @@ Some real-time methods return payment artifacts such as QR codes instead of usin
218194

219195
<PaymentMethodTitle icon="pix" title="PIX" />
220196

221-
**Availability:** <Countries countries={["BR"]} />
197+
**Availability:** <Country code="BR" name="Brazil" />
222198

223199
[PIX](https://www.bcb.gov.br/estabilidadefinanceira/pix) is Brazil's instant payment system for real-time account-to-account transfers.
224200

@@ -228,7 +204,7 @@ Some real-time methods return payment artifacts such as QR codes instead of usin
228204
title="QR Code powered by PIX"
229205
/>
230206

231-
**Availability:** <Countries countries={["BR"]} />
207+
**Availability:** <Country code="BR" name="Brazil" />
232208

233209
[QR Code powered by PIX](https://www.bcb.gov.br/estabilidadefinanceira/pix) lets customers complete a PIX payment by scanning a generated QR code.
234210

@@ -240,28 +216,10 @@ Voucher methods are asynchronous by nature and rely on a payment artifact that t
240216

241217
<PaymentMethodTitle icon="boleto" title="Boleto" />
242218

243-
**Availability:** <Countries countries={["BR"]} />
219+
**Availability:** <Country code="BR" name="Brazil" />
244220

245221
[Boleto](https://portal.febraban.org.br/pagina/3166/33/en/) is a Brazilian voucher-based payment method where the customer pays using a generated boleto document or barcode.
246222

247-
## Buy Now, Pay Later
248-
249-
Buy now, pay later methods allow customers to defer or split payments while you offer a standard checkout flow.
250-
251-
These methods are displayed conditionally based on merchant country, checkout parameters, and account setup.
252-
253-
<PaymentMethodTitle icon="klarna" title="Klarna" />
254-
255-
**Availability:** <Countries countries={["DE"]} />
256-
257-
[Klarna](https://www.klarna.com/) offers deferred and installment-based payment experiences for supported merchant markets.
258-
259-
<PaymentMethodTitle icon="klarna" title="Klarna Pay Later" />
260-
261-
**Availability:** <Countries countries={["DE", "GB"]} />
262-
263-
[Klarna Pay Later](https://www.klarna.com/) is Klarna's delayed-payment option that lets customers pay after the purchase is completed.
264-
265223
<Aside type="tip">
266224
Availability still depends on merchant setup, checkout product, and account configuration. For implementation details, see [Alternative Payment Methods](/online-payments/apm/) and the [Card Widget](/online-payments/checkouts/card-widget/).
267225
</Aside>

src/content/docs/terminal-payments/readers/air.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88
import ReaderHero from '@components/content/ReaderHero.astro';
99
import Country from '@components/content/Country.astro';
1010

11-
**Available in**: <Country code="AT" name="Austria" /> <Country code="AU" name="Australia" /> <Country code="BE" name="Belgium" /> <Country code="BG" name="Bulgaria" /> <Country code="CL" name="Chile" /> <Country code="CO" name="Colombia" /> <Country code="HR" name="Croatia" /> <Country code="CY" name="Cyprus" /> <Country code="CZ" name="Czech Republic" /> <Country code="DK" name="Denmark" /> <Country code="EE" name="Estonia" /> <Country code="FI" name="Finland" /> <Country code="FR" name="France" /> <Country code="DE" name="Germany" /> <Country code="GR" name="Greece" /> <Country code="HU" name="Hungary" /> <Country code="IE" name="Ireland" /> <Country code="IT" name="Italy" /> <Country code="LV" name="Latvia" /> <Country code="LT" name="Lithuania" /> <Country code="LU" name="Luxembourg" /> <Country code="MT" name="Malta" /> <Country code="NL" name="Netherlands" /> <Country code="NO" name="Norway" /> <Country code="PE" name="Peru" /> <Country code="PL" name="Poland" /> <Country code="PT" name="Portugal" /> <Country code="RO" name="Romania" /> <Country code="SK" name="Slovakia" /> <Country code="SI" name="Slovenia" /> <Country code="ES" name="Spain" /> <Country code="SE" name="Sweden" /> <Country code="CH" name="Switzerland" /> <Country code="GB" name="United Kingdom" /> <Country code="US" name="United States" />
11+
**Available in**: <Country code="EU" name="Europe" /> <Country code="AU" name="Australia" /> <Country code="CL" name="Chile" /> <Country code="CO" name="Colombia" /> <Country code="PE" name="Peru" /> <Country code="US" name="United States" />
1212

1313
Air is a Bluetooth reader for merchants who run checkout from a phone, tablet, or POS app.
1414

src/content/docs/terminal-payments/readers/solo-lite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88
import ReaderHero from '@components/content/ReaderHero.astro';
99
import Country from '@components/content/Country.astro';
1010

11-
**Available in**: <Country code="AT" name="Austria" /> <Country code="BE" name="Belgium" /> <Country code="BR" name="Brazil" /> <Country code="BG" name="Bulgaria" /> <Country code="CL" name="Chile" /> <Country code="CO" name="Colombia" /> <Country code="HR" name="Croatia" /> <Country code="CY" name="Cyprus" /> <Country code="CZ" name="Czech Republic" /> <Country code="DK" name="Denmark" /> <Country code="EE" name="Estonia" /> <Country code="FI" name="Finland" /> <Country code="FR" name="France" /> <Country code="DE" name="Germany" /> <Country code="GR" name="Greece" /> <Country code="HU" name="Hungary" /> <Country code="IE" name="Ireland" /> <Country code="IT" name="Italy" /> <Country code="LV" name="Latvia" /> <Country code="LT" name="Lithuania" /> <Country code="LU" name="Luxembourg" /> <Country code="MT" name="Malta" /> <Country code="NL" name="Netherlands" /> <Country code="NO" name="Norway" /> <Country code="PE" name="Peru" /> <Country code="PL" name="Poland" /> <Country code="PT" name="Portugal" /> <Country code="RO" name="Romania" /> <Country code="SK" name="Slovakia" /> <Country code="SI" name="Slovenia" /> <Country code="ES" name="Spain" /> <Country code="SE" name="Sweden" /> <Country code="CH" name="Switzerland" /> <Country code="GB" name="United Kingdom" /> <Country code="US" name="United States" />
11+
**Available in**: <Country code="EU" name="Europe" /> <Country code="BR" name="Brazil" /> <Country code="CL" name="Chile" /> <Country code="CO" name="Colombia" /> <Country code="PE" name="Peru" /> <Country code="US" name="United States" />
1212

1313
Solo Lite is a lightweight reader that pairs with the SumUp app over Bluetooth. It is aimed at mobile businesses that want simpler hardware than Solo.
1414

src/content/docs/terminal-payments/readers/solo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88
import ReaderHero from '@components/content/ReaderHero.astro';
99
import Country from '@components/content/Country.astro';
1010

11-
**Available in**: <Country code="AT" name="Austria" /> <Country code="AU" name="Australia" /> <Country code="BE" name="Belgium" /> <Country code="BR" name="Brazil" /> <Country code="BG" name="Bulgaria" /> <Country code="CL" name="Chile" /> <Country code="CO" name="Colombia" /> <Country code="HR" name="Croatia" /> <Country code="CY" name="Cyprus" /> <Country code="CZ" name="Czech Republic" /> <Country code="DK" name="Denmark" /> <Country code="EE" name="Estonia" /> <Country code="FI" name="Finland" /> <Country code="FR" name="France" /> <Country code="DE" name="Germany" /> <Country code="GR" name="Greece" /> <Country code="HU" name="Hungary" /> <Country code="IE" name="Ireland" /> <Country code="IT" name="Italy" /> <Country code="LV" name="Latvia" /> <Country code="LT" name="Lithuania" /> <Country code="LU" name="Luxembourg" /> <Country code="MT" name="Malta" /> <Country code="NL" name="Netherlands" /> <Country code="NO" name="Norway" /> <Country code="PE" name="Peru" /> <Country code="PL" name="Poland" /> <Country code="PT" name="Portugal" /> <Country code="RO" name="Romania" /> <Country code="SK" name="Slovakia" /> <Country code="SI" name="Slovenia" /> <Country code="ES" name="Spain" /> <Country code="SE" name="Sweden" /> <Country code="CH" name="Switzerland" /> <Country code="GB" name="United Kingdom" /> <Country code="US" name="United States" />
11+
**Available in**: <Country code="EU" name="Europe" /> <Country code="AU" name="Australia" /> <Country code="BR" name="Brazil" /> <Country code="CL" name="Chile" /> <Country code="CO" name="Colombia" /> <Country code="PE" name="Peru" /> <Country code="US" name="United States" />
1212

1313
Solo is SumUp's standalone reader with a touchscreen. It can accept payments independently and can also be used in connected integration flows.
1414

0 commit comments

Comments
 (0)