# Re:amaze

This article is a guide to connect your Re:amaze account with CheckoutChamp.

{% hint style="info" %}
Re:amaze CheckoutChamp Integration Documentation
{% endhint %}

***

### Step 1: Add an API User for Re:amaze <a href="#re-amaze-step1-addanapiuserforre-amaze" id="re-amaze-step1-addanapiuserforre-amaze"></a>

Follow the instructions here to add an API User in CheckoutChamp. Take note of the loginId and password for Step &#x32;**.**

[Create An API User](/crm/admin-setup/create-a-user/create-an-api-user.md)

After creating the user go back to edit and save the user again

{% hint style="info" %}
The user must have only “REAMAZE” listed in the **IP Whitelist** field. Do not list any other IP addresses.
{% endhint %}

{% hint style="info" %}
The user must have access to the following endpoints:

* Update Order
* Query Orders
* Refund Order
* Cancel Order
* Query Customers
* Add Customer Note
* Update Customer
* Query Purchase
  {% endhint %}

### Step 2: Configure Re:amaze <a href="#re-amaze-step2-configurere-amaze" id="re-amaze-step2-configurere-amaze"></a>

**Login to Re:amaze and navigate to Settings → Custom Module**

Enter the following for **Custom module url**. Replace {loginId} and {password} with the credentials from Step 1.

<https://api.checkoutchamp.com/plugin/reamaze/?loginId={loginId}\\&password={password}>

<figure><img src="/files/t423eZPZmLG82u1HBCQ6" alt=""><figcaption></figcaption></figure>

### Step 3: Test Re:amaze <a href="#re-amaze-step3-testre-amaze" id="re-amaze-step3-testre-amaze"></a>

Orders are retrieved from CheckoutChamp based on the email address used in the ticket.

<figure><img src="/files/9nnHjuq3UeRPkLNU4ZFh" alt=""><figcaption></figcaption></figure>

&#x20;


---

# 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/plugins/data-sources/re-amaze.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.
