> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/express/adyen-paypal.md).

# Adyen PayPal

Adyen PayPal completes the PayPal path inside an Adyen checkout widget in one step. Use it when the Flow reaches Adyen PayPal and you want to sign in and authorise without hand-building each click in the popup.

![Adyen PayPal Test Step](https://app.does.qa/screenshots/node/express_adyen_paypal.png)

## When to use it

* Finish a checkout Flow that offers PayPal through Adyen on a test or staging store.
* Pass PayPal credentials from [Values](/values/value-store.md) so the same Flow works across environments.
* Place the step after the checkout page shows the Adyen widget and PayPal option is available.

## Configure

### Basics

| Field               | What to set                                                           |
| ------------------- | --------------------------------------------------------------------- |
| **PayPal Email**    | PayPal account email as text and/or a [Value](/values/value-store.md) |
| **PayPal Password** | PayPal password as text and/or a [Value](/values/value-store.md)      |

### Advanced

| Field              | What to set                                          |
| ------------------ | ---------------------------------------------------- |
| **Status on fail** | [Failed Status](/test-step-options/failed-status.md) |

## Related

* [Adyen Widget](/test-steps/express/adyen-widget.md)
* [Express](/test-steps/express.md)

**Tags:** `express`, `adyen`, `paypal`, `rest`
