# WellnessPay

<figure><img src="/files/DsPSxXpiTEpIIsetJ1AY" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
WellnessPay will work with Checkout Champ pages and landers that connect to Checkout Champ via Direct API. It will NOT work with Order Entry.
{% endhint %}

{% hint style="warning" %}
No credit card details are stored with WellnessPay.  The customer is redirected to WellnessPay to complete the checkout.

Subscription billing (recurring orders) is not supported.
{% endhint %}

**STEP 1**

To activate WellnessPay, go to **Checkout Champ | Gateways | Gateway Integrations** and select the WellnessPay tile. Click the <mark style="color:green;">+</mark> <mark style="color:green;"></mark><mark style="color:green;">**Activate**</mark> button.

<figure><img src="/files/NNk0CG9TNeDn5bhLZFhf" alt="" width="375"><figcaption></figcaption></figure>

**STEP 2**

Enter **apiKey** in the General Details Section of the Gateway Creation Screen. **apiKey** is obtained from your WellnessPay gateway account.

Enter **Title** and **Descriptor**

<figure><img src="/files/1vOCnjE8DHey6nfwHUsj" alt="" width="375"><figcaption></figcaption></figure>

Click the <mark style="color:green;">**Create Gateway**</mark> button to save your changes and create the gateway.

&#x20;

**STEP 3**

{% hint style="info" %}
This step can be ignored if using Checkout Champ hosted pages
{% endhint %}

The Checkout page must be secure HTTPS. A non-secured call to the WellnessPay gateway will be rejected.

Pass paySource=PREPAID and prepaidType=WELLNESS on the import order API call from your checkout page

One option is to use hidden input fields on the page

```
<input type="hidden" name='paySource' value="PREPAID">
<input type='hidden' name='prepaidType' value='WELLNESS'>
```

&#x20;

**STEP 4**

{% hint style="info" %}
This step can be ignored if using Checkout Champ hosted pages
{% endhint %}

The checkout page must handle standard 3DS processing

[Direct API 3DS Instructions](/crm/gateway-setup/direct-api-3ds-instructions.md)

***

### Checkout Champ Pages Only

Go to funnel Settings > Alternate Payment Methods > Wellness Pay.  Choose the WellnessPay gateway created in earlier steps.  Save.

<figure><img src="/files/zLYgiUFFBS0PFl89x08H" alt="" width="375"><figcaption></figcaption></figure>

There are 2 options on Checkout pages

Option 1 - button

Drag a WellnessPay button to the page.  Save the page.

<figure><img src="/files/0lH25REXmg8RkTwRebjb" alt="" width="375"><figcaption></figcaption></figure>

Return to the funnel canvas.  Select the WellnessPay button on an arrow leaving the page.  Then publish.

<figure><img src="/files/ajCJNArtXErevtTS8fKh" alt="" width="563"><figcaption></figcaption></figure>

Option 2 - radio

Add a radio button onto the checkout page's payment method selector.  Drag a Radio Button element from the Blocks Menu onto your Checkout Page

<figure><img src="/files/nnbLdqMKAHiMLMk9tin1" alt="" width="375"><figcaption></figcaption></figure>

Select the radio button.  Go to Settings.  Set Name to `payment_method` and Value to `WELLNESS`. This may also be used with a payment toggler.  Use Name `fk-payment-option-toggler`  instead.

<figure><img src="/files/b3MQOodVsz9Su258NTmT" alt="" width="375"><figcaption></figcaption></figure>

Save and publish.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.checkoutchamp.com/crm/gateway-setup/gateway-integrations/wellnesspay.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
