> ## Documentation Index
> Fetch the complete documentation index at: https://primer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Alipay+ via Onerway

> Let customers securely make payments using AliPay+ via Onerway on your website or mobile application.

AliPay+ is a suite of solutions that allow businesses to accept cross-border payment methods, such as localised e-wallets from other Asian countries.

| One off payment | Refunds |
| --------------- | ------- |
| ✓               | ✓       |

## Get started with AliPay+

### Before you begin

If this is your first payment method, make sure to follow the [Get started guide](/get-started/overview) to begin processing payments with Primer.

### Configure in the Dashboard

1. **Add Onerway to your Dashboard**
   Go to the Integrations section of the Dashboard and look for Onerway.
   Follow the instructions to connect your Onerway processor account to your Primer Dashboard.

2. **Activate Alipay+ on the Checkout**

* Access the Dashboard and navigate to the Checkout section.

* Look for the option to enable payment methods and locate "AliPay+ via Onerway."

* During checkout, users will see the button labeled "AliPay+" to proceed with their payment securely.The customer will select the APM from the checkout and then will be redirected to a screen where they will be able to scan a QR code to complete the payment.

* Navigate to the Workflow section.\
  Choose AliPay+ via Onerway from the available APM's in the method drop-down menu.
  Set up authorise step

### Prepare the client session

AliPay+  leverages the following parameters to process a payment.

Pass them when creating the client session.

| Parameter Name                                                                                                                                                                                                                    | Required | Description                                                                                                                 |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------- |
| [currencyCode](/api-reference/v2.4/api-reference/client-session-api/create-a-client-session#response-currency-code)                                                                                                               | ✓        | 3-letter currency code in [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format, e.g. `USD` for US dollars |
| [order](/api-reference/v2.4/api-reference/client-session-api/create-a-client-session#response-order) <br /> ↳ [lineItems](/api-reference/v2.4/api-reference/client-session-api/create-a-client-session#response-order-line-items) | ✓        | Details of the line items in the order                                                                                      |

## Add AliPay+ via Onerway into your website or mobile app

<CardGroup>
  <Card title="Drop-in UI" href="/connections/payment-methods/alipay-plus/onerway-dropin">
    Use our customizable drop-in UI to quickly add payment methods to your checkout.
  </Card>

  <Card title="Headless Checkout" href="/connections/payment-methods/alipay-plus/onerway-headless">
    Have the freedom to build your own UI using our headless checkout.
  </Card>
</CardGroup>
