> ## 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.

# Confo+ via Worldline SIPS

> Let customers securely make payments using Confo+ via Worldline SIPS on your website or mobile application.

| One-Off Payment | Refunds |
| --------------- | ------- |
| ✓               | ✓       |

## Get started with Confo+ via Worldline SIPS

### 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 Confo+ payment method to your Worldline SIPS account**\
   Go to your Worldline SIPS account and add the payment method Confo+.

2. **Add Worldline SIPS to your Dashboard**\
   Go to the [Connections](/connections/payment-methods) section of the Dashboard and look for [Worldline SIPS](/connections/).
   Follow the instructions to connect your Worldline SIPS processor account to your Primer Dashboard.

3. **Activate Confo+ on the Checkout**\
   Go to the [Checkout](/checkout) section of the Dashboard and activate the Confo+ payment method.
   Then go to the settings view of Confo+, and make sure that Confo+ is properly set up to use your Worldline SIPS processor account.

4. **Configure a Workflow to process payments made with Confo+**\
   Go to the [Workflow](/workflows) make sure your Worldline SIPS processor is used to process payments made with Confo+.
   Set up the **Authorization** step only.

### Prepare the client session

Confo+ via Worldline SIPS 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 of the order                                                                                      |

## Add Confo+ via Worldline SIPS into your website or mobile app

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

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