the related setting payments
Learn how to accept the related setting, a popular payment method in Switzerland.
Checkout
Direct API
the related setting is a payment method used in Switzerland that allows customers to authenticate and approve payments using an approved the related setting mobile app.
You get immediate notification on whether the payment succeeded or failed.
Determine compatibility
A Checkout Session must satisfy all of the following conditions to support the related setting:
- You must express Prices for all line items in Swiss Franc (currency code chf ).
Accept a the related setting payment
Note
Build an integration to accept a payment with Checkout before using this guide.
When creating a Checkout Session, you must:
- Enable the related setting in your Dashboard. Stripe automatically displays the related setting to eligible customers using dynamic payment methods . If you currently specify payment _ method _ types , see the migration guide .
- Make sure all line _ items use the chf currency.
Command Line
Select a language
cURL
Stripe CLI
Ruby
Python
PHP
Java
Node.js
Go
.NET
No results
Fulfill your orders
After accepting a payment, learn how to fulfill orders.
Test your integration
When testing your Checkout integration, select ‘the related setting’ as the payment method and click Pay.
Handle refunds
Learn more about the related setting refunds.
