# No Integration (Dashboard)

## Overview

**No Integration (Dashboard)** lets you send money without building an API integration.

Use the [Finpay dashboard](https://dashboard.finpay.id) to run **single transfers** or **batch transfers** (via file upload).

## When to use No Integration

Use this option when you:

* Want a no-code setup.
* Only need occasional payouts.
* Have an ops team that runs transfers manually.
* Want to start quickly before moving to API automation.

For automated payouts from your system, use [Core API (Host-to-Host)](/disbursement/integration-method/core-api-host-to-host.md).

## What you need before you start

* A Finpay Disbursement account with dashboard access.
* A configured destination list for your use case. See [Supported Disbursement Destination](/disbursement/supported-disbursement-destination.md).
* Sufficient balance in your disbursement account (top-up model).

## Getting started

{% stepper %}
{% step %}

### Set up your account

Register your business account and complete the required activation steps.
{% endstep %}

{% step %}

### Log in to the dashboard

Use the dashboard to access:

* [Single Disbursement](/disbursement/integration-method/no-integration-dashboard/single-disbursement.md)
* [Batch Disbursement](/disbursement/integration-method/no-integration-dashboard/bulk-disbursement.md)
  {% endstep %}

{% step %}

### Top up your disbursement balance

Disbursement uses a **top-up balance** model.

You maintain funds in your Finpay balance. Finpay holds the funds securely until you instruct a payout.
{% endstep %}

{% step %}

### Send transfers

* Use **Single Disbursement** for one-off transfers.
* Use **Batch Disbursement** to upload a file for bulk payouts.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
Batch transfers are done via spreadsheet upload. Follow the format shown in the dashboard.
{% 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://docs.finpay.id/disbursement/integration-method/no-integration-dashboard.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.
