ACB ONE API
Asia Commercial Bank (Vietnam) — Username/password login, profile, balance, and transactions.
Overview
Base URL: https://api.openbankinggateway.com — all responses use the unified {code, data} envelope.
Session flow: complete the login endpoints to receive a gateway token, then pass it as token= to every authenticated endpoint.
Transparency: the raw upstream fintech JSON is included under data.upstream on every response — success and error alike.
Fill in the parameters on any endpoint below and hit Send request to call the live gateway, or copy the curl example to run it from your terminal.
Discovery
/api/acb/check-userCheck if username exists (phone required)
| Parameter | In | Value |
|---|---|---|
phone* | query |
Auth
/api/acb/loginLogin with username and password
| Parameter | In | Value |
|---|---|---|
phone* | query | |
password* | query |
Account
/api/acb/profileUser profile information (token required)
| Parameter | In | Value |
|---|---|---|
token* | query |
/api/acb/balanceAccount balance (token required)
| Parameter | In | Value |
|---|---|---|
token* | query |
/api/acb/transaction-historyTransaction history with pagination (token required)
| Parameter | In | Value |
|---|---|---|
token* | query | |
pageNum* | query | |
pageSize* | query |