> For the complete documentation index, see [llms.txt](https://docs.doku.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.doku.com/payouts/domestic-payouts/bank-account-validation.md).

# Bank Account Validation

## Overview

Bank Account Validation is a DOKU Payout feature designed to secure your payouts by verifying the beneficiary's bank or e-Wallet account beforehand. By confirming the account is active and retrieving the registered account name, this service helps you eliminate failed transactions and prevent misdirected funds.

The process is seamless and automated. When you submit an account number, DOKU Payout system instantly cross-checks it with the destination bank. If the account is valid, the system retrieves the verified account name, giving you total confidence that your funds will reach the right person.

To start using this service, refer to the Kirim DOKU integration documentation at <https://developers.doku.com/payout/kirim-doku>, where Bank Account Validation is available as the Account Inquiry API.

***

## How It Works

In general, the bank account validation flow is as follows:

1. **Request**

&#x20;     Merchants send an account validation (inquiry) request to the DOKU Payout system.

2. **Routing**

&#x20;     The DOKU Payout system instantly forwards this request to the destination bank.

3. **Verification**

&#x20;     The bank verifies the account number and returns the registered account details.

4. **Response**

&#x20;     The DOKU Payout system delivers the verified information back to the merchant's system, ensuring the account is ready for payout.

***

## FAQ

<details>

<summary>What does Bank Account Validation do?</summary>

It verifies a beneficiary’s bank or e-Wallet account before initiating a payout. By confirming the account is active and retrieving the registered name, it ensures your funds reach the correct destination.

</details>

<details>

<summary>Why should I validate an account before a payout?</summary>

Pre-validating accounts significantly reduces failed transfers and prevents misdirected funds. It makes your overall disbursement process much more secure, efficient, and reliable.

</details>

<details>

<summary>How does the validation flow work?</summary>

The process is fast and automated:

1. You send an inquiry to the Kirim DOKU system.
2. We instantly route the request to the destination bank.
3. The bank confirms the status, and we pass the verified account details back to your system.

</details>

<details>

<summary>What information is returned when an account is valid?</summary>

The system returns the exact registered name of the account holder. This allows you to confidently verify the recipient before transferring any funds.

</details>

<details>

<summary>How do I get started with Bank Account Validation?</summary>

Simply reach out to your dedicated DOKU Account Manager or our Sales team. They will provide you with all the necessary onboarding and integration details.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.doku.com/payouts/domestic-payouts/bank-account-validation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
