--- title: "Cash App Afterpay Component integration" description: "Add Cash App Afterpay to an existing Components integration." url: "https://docs.adyen.com/payment-methods/cash-app-afterpay/android-component" source_url: "https://docs.adyen.com/payment-methods/cash-app-afterpay/android-component.md" canonical: "https://docs.adyen.com/payment-methods/cash-app-afterpay/android-component" last_modified: "2026-09-09T12:56:34+02:00" language: "en" --- # Cash App Afterpay Component integration Add Cash App Afterpay to an existing Components integration. This page explains how to add Cash App Afterpay to your existing Android Components integration. This page is for **v5.0.0**, released in October 2023. If you are using an earlier version, use [the guide for earlier versions](/payment-methods/cash-app-afterpay/android-component/earlier-versions) instead. ## 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 Components integration](/online-payments/build-your-integration/sessions-flow?platform=Android\&integration=Components). The minimum required version is 5.0.0. | | **Setup steps** | Before you begin, [add Cash App Afterpay 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 Components integration](/online-payments/build-your-integration/advanced-flow?platform=Android\&integration=Components). The minimum required version is 5.0.0. | | **Setup steps** | Before you begin, [add Cash App Afterpay 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=Components#create-a-payment-session), Cash App Afterpay 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=Components#make-a-payment), Cash App Afterpay does not require any additional fields. ## Cash App Afterpay Configuration ### Tab: Sessions flow When you [configure](/online-payments/build-your-integration/sessions-flow?platform=Android\&integration=Components#configure) the Component, Cash App Afterpay does not require any additional configuration. ### Tab: Advanced flow When you [configure](/online-payments/build-your-integration/advanced-flow?platform=Android\&integration=Components#configure) the Component, Cash App Afterpay does not require any additional configuration. ### Tab: Sessions flow After adding configuration to the Component, [create the checkout session](/online-payments/build-your-integration/sessions-flow?platform=Android\&integration=Components#create-the-checkout-session). ### Tab: Advanced flow After adding configuration, [launch and show the Component](/online-payments/build-your-integration/advanced-flow?platform=Android\&integration=Components#launch-and-show). ## Test and go live To test Cash App Afterpay payments, you need a test shopper account in the Afterpay sandbox environment. To create a test account: 1. Go to . 2. Enter a real email address and select **Continue**. You will get confirmations of payments and refunds like any other shopper on this email address. 3. From the drop-down menu, select the country/region for which you want to create a test shopper account: **US**. 4. Enter any mobile telephone number that is formatted correctly, and select **Continue**. Check the input box for hints on the format. The phone number will not be used. 5. When you are prompted to enter your SMS verification code, enter **111111**. 6. Follow the instructions on your screen to complete your profile, accept the terms and conditions, and select **Continue**. To test payments, add a test card to your Afterpay test shopper account.\ You can use the card details provided in the Afterpay [developer documentation](https://developers.afterpay.com/afterpay-online/docs/customer-accounts), or use one of the Adyen [test cards](/development-resources/test-cards-and-credentials/test-card-numbers). Use CVV 000 to simulate authorised payments, or CVV 051 to simulate refused payments. You can check the status of test payments in your [Customer Area](https://ca-test.adyen.com/) > **Payments** > **Payment list**. Before you can accept live Cash App Afterpay payments, you need to [submit a request for Cash App Afterpay](/payment-methods/add-payment-methods) in your [live Customer Area](https://ca-live.adyen.com/). ## See also * [Android Components integration guide](/online-payments/build-your-integration/sessions-flow?platform=Android\&integration=Components) * [Webhooks](/development-resources/webhooks) * [API Explorer](https://docs.adyen.com/api-explorer/Checkout/latest/overview)