# Add Beneficiaries

## Add Beneficiaries

Go to the “Beneficiaries” section on the website or chatbot, click “Add Beneficiary,” and complete the form:

* **Part 1:** Enter beneficiary details such as first name, last name, country, city, postal code, address, email, mobile number, and relationship with the beneficiary.
* **Part 2:** Select at least one payment channel—Bank Account, Mobile Wallet/Mobile Money, Crypto Wallet, or InstaPay Wallet ID.

This ensures seamless transactions to your chosen recipients.

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

{% tabs %}
{% tab title="Bank Account" %}
**Bank Account Type**: Choose either “IBAN” or “SWIFT/BIC Code.”

* **IBAN**: Enter the IBAN without spaces, and hit "Backspace" to auto-fill the bank details.
* **SWIFT/BIC Code**: Enter the SWIFT code and hit "Backspace" to auto-fill details. Manually enter the bank account number.
  {% endtab %}

{% tab title="Mobile Money / Mobile Wallet" %}

* **Mobile Money Provider**: Select from the drop-down list of supported providers.
* **Wallet Name**: Assign a label for the wallet, especially if the beneficiary has multiple accounts.
* **Wallet Number**: Enter the beneficiary’s phone number linked to the selected provider.
  {% endtab %}

{% tab title="Crypto Wallet" %}

* **Crypto Currency**: Select the cryptocurrency type (e.g., BTC, ETH).
* **Wallet Address**: Enter the beneficiary’s crypto wallet address accurately.
  {% endtab %}

{% tab title="InstaPay Account" %}
**Wallet ID**: Enter the beneficiary’s InstaPay Wallet ID for direct transfers within the InstaPay platform.
{% endtab %}
{% endtabs %}


---

# 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://guide.insta-pay.ch/step-by-step-guide/add-beneficiaries.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.
