--- title: "Touch'n Go Drop-in integration" description: "Add Touch'n Go to an existing Drop-in integration." url: "https://docs.adyen.com/payment-methods/touchngo/web-drop-in" source_url: "https://docs.adyen.com/payment-methods/touchngo/web-drop-in.md" canonical: "https://docs.adyen.com/payment-methods/touchngo/web-drop-in" last_modified: "2026-05-24T12:54:31+02:00" language: "en" --- # Touch'n Go Drop-in integration Add Touch'n Go to an existing Drop-in integration. [View source](/payment-methods/touchngo/web-drop-in.md) This page explains how to add Touch'n Go to your existing Web Drop-in integration. ## Requirements Select the [server-side flow](/online-payments/build-your-integration) that your integration uses: ### Tab: Sessions flow | Requirement | Description | | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Integration type** | Make sure that you have built a Sessions flow [Web Drop-in integration](/online-payments/build-your-integration/sessions-flow?platform=Web\&integration=Drop-in). | | **Setup steps** | Before you begin, contact our [Support Team](https://ca-test.adyen.com/ca/ca/contactUs/support.shtml?form=other) to add Touch'n Go in your Customer Area. | ### Tab: Advanced flow | Requirement | Description | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | **Integration type** | Make sure that you have built an Advanced flow [Web Drop-in integration](/online-payments/build-your-integration/advanced-flow?platform=Web\&integration=Drop-in). | | **Setup steps** | Before you begin, contact our [Support Team](https://ca-test.adyen.com/ca/ca/contactUs/support.shtml?form=other) to add Touch'n Go in your Customer Area. | ## API reference You do not need to send additional fields for Touch'n Go. To see optional fields that you can send for all payment methods, choose the endpoint you integrated: * [/sessions](https://docs.adyen.com/api-explorer/Checkout/latest/post/sessions): This is the default with [Drop-in v5.0.0](/online-payments/build-your-integration/sessions-flow?platform=Web\&integration=Drop-in) or later. * [/payments](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments): If you implemented an [additional use case](/online-payments/build-your-integration). ## Drop-in configuration There are no configuration steps specific to Touch'n Go required for Drop-in. ## Test and go live Check the status of Touch'n Go test payments in your **Customer Area** > **Transactions** > **Payments**. To accept live Touch'n Go payments, you must contact our [Support Team](https://ca-test.adyen.com/ca/ca/contactUs/support.shtml?form=other) to add Touch'n Go in your live Customer Area. ## See also * [Web Drop-in integration guide](/online-payments/drop-in-web) * [Webhooks](/development-resources/webhooks) * [API Explorer](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/overview)