--- title: "Trustly Drop-in integration" description: "Learn how to accept Trustly payments." url: "https://docs.adyen.com/payment-methods/trustly/web-drop-in" source_url: "https://docs.adyen.com/payment-methods/trustly/web-drop-in.md" canonical: "https://docs.adyen.com/payment-methods/trustly/web-drop-in" last_modified: "2026-05-24T12:54:31+02:00" language: "en" --- # Trustly Drop-in integration Learn how to accept Trustly payments. [View source](/payment-methods/trustly/web-drop-in.md) This page explains how to add Trustly to your existing Web Drop-in integration. ## Requirements | Requirement | Description | | -------------------- | ------------------------------------------------------------------------------------------------------ | | **Integration type** | Make sure that you have built your [Web Drop-in integration](/online-payments/build-your-integration). | | **Setup steps** | Before you begin, [add Trustly in your test Customer Area](/payment-methods/add-payment-methods). | ## Import resources for v6 If you are using Web Drop-in v6, import the resources you need for Trustly: ```js import { AdyenCheckout, Trustly} from '@adyen/adyen-web' ``` ## API reference You do not need to send additional fields for Trustly. 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 Trustly required for Drop-in. ## Test and go live Trustly provides a [test environment](https://docs.trustly.com/get-started/adyen). For **Login ID/Personal number** values, you can enter any digits, following the format `YYMMDD-XXXX` (for example: **111111-1111**). You can check the status of Trustly test payments in your [Customer Area](https://ca-test.adyen.com/) > **Transactions** > **Payments**. Before you can accept live Trustly payments, you need to submit a request for Trustly in your [live Customer Area](https://ca-live.adyen.com/). ## 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)