# BitPay

{% hint style="danger" %}
BitPay does not support rebills. BitPay does not support an Auth/Capture model.
{% endhint %}

{% hint style="warning" %}
Upsells are supported on BitPay. However the process requires the consumer to repeat the entire checkout flow with their BitPay wallet. 1-click upsells are not possible with cryptocurrency.
{% endhint %}

<figure><img src="/files/YRonXMkZtS0MFyN4nebR" alt="" width="225"><figcaption></figcaption></figure>

Go to **Gateways** → **Gateway Integrations** and select BitPay. Click on **+ Activate**.

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

Enter **token** from your BitPay account

* Login to BitPay Account > Payment Tools > API Tokens (Under the Integration Resources)
* Click “Add New Token”
* Enter your token label
* Do not check "Require Authentication"
* Click "Add Token"<br>

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

BitPay processing on your checkout page requires the same script handling as standard 3DS processing. Follow instructions in this document.

[Basic 3DS Instructions](/konnektive-crm/gateway-setup/basic-3ds-instructions.md)

{% hint style="warning" %}
Additional considerations:

* All cryptocurrency transactions are stored in the campaign (fiat) currency
* All refunds must be initiated at BitPay. When the refund completes at BitPay it will be updated in CRM.
* If customers do not complete a transaction with 15 minutes the transaction will be expired (and declined)
  {% endhint %}


---

# 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.konnektive.com/konnektive-crm/gateway-setup/gateways/bitpay.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.
