---
title: "E-Wallet Account Inquiry API"
method: POST
path: "/emoney/account-inquiry"
---

# E-Wallet Account Inquiry API

`POST /emoney/account-inquiry`

The following endpoint can be used to check validity of e-wallet account and account name information

## Headers

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

## Request body

- object
  - `customerNumber` string, required — The account number of the recipient. *Supported format: (628...) OR (08...)
  - `amount` object, required — JSON object with keys: value and currency. Example: {"value": "20000.00", "currency": "IDR"}. You can specify the value as 1, if you don't want to validate amount during validation
    - `value` string, required — String representing value of the transaction : "20000.00".
    - `currency` string, required — Currency of the transaction: "IDR"
  - `partnerReferenceNo` string, required — Unique transaction identifier on merchant system which assigned to each transaction
  - `additionalInfo` object, required — JSON object with keys: platformCode (bank code of the e-wallet), deviceId, and channel. example: {"platformCode": "gopay", "deviceId": "1234567", "channel": "mobilephone"}
    - `platformCode` string, required — The bank code of the account. E-wallet Name- Platform Code Pair: Dana - dana, Gopay - gopay ,Shopeepay - shopeepay, LinkAja - linkaja, OVO - ovo
    - `deviceId` string — device id of the request source
    - `channel` string — channel of the request source

## Response `200`

200

- object
  - `additionalInfo` object
    - `deviceId` string
    - `channel` string
    - `platformCode` string
  - `amount` object
    - `currency` string
    - `value` string
  - `customerName` string
  - `customerNumber` string
  - `responseCode` string
  - `responseMessage` string

## Other responses

- `202` — 202
- `400` — 400
- `401` — 401
- `409` — 409
- `500` — 500
- `504` — 504

---

[API](https://skmtc.net/durianpay/apis/durianpay-api.md) · [All operations](https://skmtc.net/durianpay/apis/durianpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/durianpay/durianpay-api/revisions/ffc0e7e8a227/schema)
