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

# Wix

> Integrate HitPay payment gateway into your Wix store

## Account Setup

Before you begin integrating HitPay payments into your Wix store, you need to set up your HitPay account and ensure some prerequisites are met:

1. If you haven't already, create an account on [HitPay](/setup/account_creation).
2. Ensure that you have the necessary payment methods [activated](payments/payments#how-to-activate-payment-methods) in your HitPay account.
3. Make sure the payment methods you want to offer are [enabled](/payments/payments#how-to-enable-payment-methods) in your Wix sales channel.

## Integration Guide

Follow these steps to seamlessly integrate HitPay payments into your Wix store:

1. Login to your Wix dashboard
2. Navigate to **Settings > Accept Payments** in the Wix Admin Dashboard:
   <img src="https://mintcdn.com/hitpay/Xc8eVgaY1nmZMXnF/images/wix/settings.png?fit=max&auto=format&n=Xc8eVgaY1nmZMXnF&q=85&s=11d67c79b3994d8a0ef466648025dc5f" alt="Settings Wix" width="1440" height="809" data-path="images/wix/settings.png" />
3. Scroll down and click **See More Payment Options**
   <img src="https://mintcdn.com/hitpay/Xc8eVgaY1nmZMXnF/images/wix/settings-more.png?fit=max&auto=format&n=Xc8eVgaY1nmZMXnF&q=85&s=544e2bc583728efec90e86ac7da4500c" alt="More" width="1440" height="809" data-path="images/wix/settings-more.png" />
4. Click **Connect** next to HitPay
   <img src="https://mintcdn.com/hitpay/Xc8eVgaY1nmZMXnF/images/wix/hitpay-connect.png?fit=max&auto=format&n=Xc8eVgaY1nmZMXnF&q=85&s=7d95b408f029e1883280335ef86b316e" alt="Continue" width="1440" height="809" data-path="images/wix/hitpay-connect.png" />
5. Enter API Keys and Salt Values under Account Information and click on Connect. You may get API keys from **Developers > API and Salt Keys.**
   <img src="https://mintcdn.com/hitpay/Xc8eVgaY1nmZMXnF/images/wix/hitpay-keys.png?fit=max&auto=format&n=Xc8eVgaY1nmZMXnF&q=85&s=02561c003cf22d3b529e34ae388042b7" alt="Wix Keys" width="1440" height="809" data-path="images/wix/hitpay-keys.png" />
   You're done! Your HitPay integration is now live.

<Warning>
  Please note: There will be a 0.2% surcharge in the fees when payments are processed using this plugin, in addition to the existing pricing.
</Warning>

## Selecting Payment Methods

Enable/disable the payment methods for your Wix Checkout by updating your Integration Settings for Wix. Login to the hitpay dashboard and select the methods under **Integrations > Wix Payments App**

<img src="https://mintcdn.com/hitpay/Xc8eVgaY1nmZMXnF/images/wix/wix-integrations.png?fit=max&auto=format&n=Xc8eVgaY1nmZMXnF&q=85&s=cfab5d3c9852eb0c8c120c9495ef79a6" alt="Wix Keys" width="1440" height="809" data-path="images/wix/wix-integrations.png" />

### Reconciling Orders between Wix and HitPay

Navigate to **Finances > Payments** in the Wix Dashboard and click on the download CSV button. Upon downloading the CSV, you will find the HitPay payment reference ID under the column Provider Payment ID. You can match the above ID with Plugin Reference column which can be located from the downloaded Transactions Report by going to **Sales and Reports > Transactions** in the HitPay Dashboard.

<img src="https://mintcdn.com/hitpay/Xc8eVgaY1nmZMXnF/images/wix/wix-recon.png?fit=max&auto=format&n=Xc8eVgaY1nmZMXnF&q=85&s=06fe37d7a69267475bd8ae23b7ff8499" alt="Wix Keys" width="1440" height="809" data-path="images/wix/wix-recon.png" />

### Refunds

Refunds are fully integrated into the Wix dashboard, so you can directly proceed to refund an order from the Wix dashboard, and it will automatically refund the payment back to the customer.

<Info>
  Refunds will only be successful if they meet the criteria of the payment method used. Click [Here](https://docs.hitpayapp.com/payments/refund#refund-process) for more details.
  If the refund fails, please try to refund directly from the Hitpay dashboard under "Transactions > Select > Refund" to know the exact error.
</Info>

<Warning>
  If you initiate a refund from the **Hitpay dashboard**, your Wix order will **not** be refunded. You need to manually update your order in Wix.
</Warning>

**Steps to Refund an Order in Wix**

1. Log in to your Wix Admin.
2. Navigate to "Orders" in the dashboard.
3. Select the order you wish to refund.
4. Click the "Refund" button within the order details.
5. Specify refund details, including items and amount.
6. Choose the refund method (original payment or store credit).
7. Check and ensure the order status is updated to "Refunded" or similar.
8. Monitor the refund status for completion.

## FAQs

<AccordionGroup>
  <Accordion title="Does HitPay send an email after the Wix order is confirmed">
    No, HitPay does not send an email confirmation to your customer if the payment is made through Wix. This is because Wix, by default, sends an email to your customer with the order details. To avoid sending duplicate emails, HitPay does not send an additional email to your customers. As a merchant, you will receive a payment alert email.
  </Accordion>

  <Accordion title="Can I update the payment logos on my Wix checkout page?">
    No, you cannot update the payment logo on your Wix checkout page as it's a limitation imposed by Wix.
  </Accordion>

  <Snippet file="checkout-faq.mdx" />
</AccordionGroup>
