--- title: "PromptPay Drop-in integration" description: "Add PromptPay to an existing Drop-in integration." url: "https://docs.adyen.com/payment-methods/promptpay/android-drop-in" source_url: "https://docs.adyen.com/payment-methods/promptpay/android-drop-in.md" canonical: "https://docs.adyen.com/payment-methods/promptpay/android-drop-in" last_modified: "2026-05-23T12:56:20+02:00" language: "en" --- # PromptPay Drop-in integration Add PromptPay to an existing Drop-in integration. [View source](/payment-methods/promptpay/android-drop-in.md) This page explains how to add PromptPay to your existing Android 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 [Android Drop-in integration](/online-payments/build-your-integration/sessions-flow?platform=Android\&integration=Drop-in). | | **Setup steps** | Before you begin, [add PromptPay in your Customer Area](/payment-methods/add-payment-methods). | ### Tab: Advanced flow | Requirement | Description | | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Integration type** | Make sure that you have built an Advanced flow [Android Drop-in integration](/online-payments/build-your-integration/advanced-flow?platform=Android\&integration=Drop-in). | | **Setup steps** | Before you begin, [add PromptPay in your Customer Area](/payment-methods/add-payment-methods). | ## API reference ### Tab: Sessions flow When you [make the `/sessions` request](/online-payments/build-your-integration/sessions-flow?platform=Android\&integration=Drop-in\&version=latest#create-a-payment-session), PromptPay does not require any additional fields. ### Tab: Advanced flow When you [make the `/payments` request](/online-payments/build-your-integration/advanced-flow/?platform=Android\&integration=Drop-in\&version=latest#make-a-payment), PromptPay does not require any additional fields. ## Drop-in Configuration ### Tab: Sessions flow When you [configure](/online-payments/build-your-integration/sessions-flow?platform=Android\&integration=Drop-in\&version=latest#configure) Drop-in, PromptPay does not require any additional configuration. ### Tab: Advanced flow When you [configure](/online-payments/build-your-integration/advanced-flow/?platform=Android\&integration=Drop-in\&version=latest#configure) Drop-in, PromptPay does not require any additional configuration. ## Test and go live Test PromptPay payments with real payment details and small amounts. Check the status of your test PromptPay payments in your **Customer Area** > **Transactions** > **Payments**. To accept live PromptPay payments, you must contact our [Support Team](https://ca-test.adyen.com/ca/ca/contactUs/support.shtml?form=other) to add PromptPay in your live Customer Area. ## See also * [Android Drop-in integration guide](/online-payments/build-your-integration/sessions-flow/?platform=Android\&integration=Drop-in) * [Webhooks](/development-resources/webhooks) * [API Explorer](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/overview)