Twint via Adyen
This feature is currently a Private Beta release. Contact Chargebee Support to enable Twint via Adyen for your live and test sites.
Twint is Switzerland's most popular mobile payment method, used by over 6 million active users. Chargebee supports Twint as a payment method via the Adyen payment gateway.
When customers select Twint at checkout, they are presented with a QR code on desktop or redirected to the Twint app on mobile. Once the payment is authorised within the Twint app, the transaction is processed via Adyen and the customer is redirected back to your website.
For a walkthrough, see the Twint setup demo video.
Supported countries and currencies
Twint via Adyen supports the following countries and currencies:
| Country | Currency |
|---|---|
| Switzerland | CHF |
Prerequisites
To accept Twint payments using Chargebee, you must:
- Have an active Adyen account with Twint enabled as a payment method in your Adyen Customer Area. Learn more
- Ensure CHF (Swiss Franc) currency is enabled for your Chargebee account.
- Ensure the Adyen payment gateway and webhooks are configured in your Chargebee account. Learn more
Integration options
You can integrate Twint via Adyen using the following methods:
| Integration method | Description |
|---|---|
| Chargebee Hosted Pages | Use Chargebee’s hosted checkout pages to accept Twint payments with minimal integration effort. |
| Chargebee JS | Embed Twint as a payment method within your custom checkout using Chargebee JS. |
| API (Payment Intent) | Integrate Twint using Chargebee APIs for a fully custom checkout and payment flow. |
Supported tokens
This integration supports the following set of tokens:
| Token | Description | Format and Sample |
|---|---|---|
| Chargebee Payment Intent ID | This is the Payment Intent ID returned after a successful authorization process using Chargebee JS. | Format: payment_intent[id] |
| Gateway Permanent Token | Used for recurring payments. The token is stored after the first successful Twint transaction and can be reused for subsequent charges. | Format: shopper_reference_id/recurring_detail_reference_id |
Configure Twint in Chargebee
Follow these steps to configure Twint via Adyen in your Chargebee site:
- Log in to the Chargebee app.
- Go to Settings > Configure Chargebee > Payment Gateways.
- Select the relevant Adyen instance from the list.
- Locate the Twint toggle under the list of supported payment methods and enable it.

- Click Apply to save changes.

Configure smart routing for Twint
When you configure Twint through Adyen, smart routing for the CHF currency is automatically enabled. Check the Smart Routing settings, and if any other gateway is already designated for the CHF currency, adjust the Smart Routing settings manually to allocate Twint to it.
Follow these steps to modify Smart Routing settings:
- Log in to the Chargebee app.
- Go to Settings > Configure Chargebee > Payment Gateways.
- Click Manage Rules under Smart Routing.
- Go to the Twint section and click Add a Gateway for CHF. If you already have a payment gateway assigned to it, click Edit.
- From the Choose a payment gateway drop-down menu, select the relevant Adyen instance with Twint enabled.
- Click Save.
Checkout flow
Your customer performs the following steps during checkout using Twint via Adyen:
- Initiate checkout and proceed to the payment step.
- Select Twint as the payment method.
- On desktop, scan the displayed QR code using the Twint app. On mobile, you are automatically redirected to the Twint app to authorise the payment.
- Confirm the payment within the Twint app.
- Once payment is authorised, you are redirected back to the merchant's website.
Testing
Sandbox testing
Refer to the Adyen documentation for instructions on testing TWINT in a sandbox environment.
Production testing
Before going live, ensure the following:
- Twint is enabled in your Adyen account.
- Webhook configuration is complete (mandatory for payment status updates).
- You perform end-to-end testing using a real Twint-enabled bank account and a mobile device with the Twint app installed.
Reconciliation
For financial reconciliation between Chargebee and Adyen:
- Use the Chargebee transaction field id_at_gateway, which maps to the pspReference in Adyen.
Follow these steps to reconcile transactions:
- Retrieve the id_at_gateway value from the Chargebee transaction details.
- Locate the corresponding pspReference in Adyen reports.
- Match transactions using this reference.
Limitations and important points
- Twint cannot be added as a payment method via the customer portal or directly in the Chargebee app. Customers must complete the payment through the checkout flow, Pay Now flow, or a custom checkout using Chargebee.js.
- Twint is exclusively available for CHF (Swiss Franc) transactions.
- Twint payments are immediately captured upon authorization. No separate capture step is required.
Was this article helpful?