---
title: "POST /snap/v1.1/emoney/bank-account-inquiry"
method: POST
path: "/snap/v1.1/emoney/bank-account-inquiry"
tags: ["ACCOUNT INQUIRY"]
---

# POST /snap/v1.1/emoney/bank-account-inquiry

`POST /snap/v1.1/emoney/bank-account-inquiry`

## Headers

- `X-EXTERNAL-ID` string, required
- `X-PARTNER-ID` string, required
- `X-SIGNATURE` string, required
- `X-TIMESTAMP` string, required
- `CHANNEL-ID` string, required

## Request body

- PostinquiryBankRequest
  - `partnerReferenceNo` string — Transaction identifier on service consumer system, generated by Doku partner
  - `customerNumber` string, required — Customer phone number with 62 or 0 prefix
  - `amount` AmountRequestDTO, required
    - `value` string, required
    - `currency` string, required
  - `beneficiaryAccountNumber` string, required — Destination account number
  - `additionalInfo` BankAccountInquiryAdditionalInfoReqDTO
    - `channelCode` string — 07 = Bank Deposit, 11 = BI-FAST
    - `beneficiaryBankCode` string, required — BI bank code
    - `beneficiaryAccountName` string, required — Beneficiary account name
    - `senderCountryCode` string, required — Two-letter ISO 3166-2 country code

## Response `200`

Transfer bank processed

- PostinquiryBankResponse
  - `responseCode` string
  - `responseMessage` string
  - `referenceNo` unknown
  - `partnerReferenceNo` string
  - `beneficiaryAccountNumber` string
  - `beneficiaryAccountName` string
  - `beneficiaryBankCode` string
  - `beneficiaryBankShortName` string
  - `beneficiaryBankName` string
  - `amount` AmountRequestDTO
    - `value` string, required
    - `currency` string, required
  - `sessionId` string
  - `additionalInfo` InquiryAdditionalInfoResDTO
    - `senderCountryCode` string — Two-letter ISO 3166-2 country code
    - `forexRate` string
    - `forexOriginCurrency` string
    - `feeAmount` string
    - `feeCurrency` string
    - `beneficiaryAmount` string
    - `referenceNumber` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/doku/apis/direct-debit-core-system-notify-binding-to-merchant-emoney-o.md) · [All operations](https://skmtc.net/doku/apis/direct-debit-core-system-notify-binding-to-merchant-emoney-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doku/direct-debit-core-system-notify-binding-to-merchant-emoney-o/revisions/7887174f57bc/schema)
