HiTechPAY API Docs
API ExplorerMini AppSDK
API ExplorerMini AppSDK
  1. Payment Gateway
  • Order
    • Create a new order
      POST
    • Query status of an order
      POST
  • Refund
    • Refund for a transaction
      POST
    • Query for refund status
      POST
  • Tokenization
    • Create new binding for the tokenization
      POST
    • Query for the payment tokenization of a binding
      POST
    • Create new binding for the agreement
      POST
    • Unbind an agreement
      POST
    • Query for the payment token of a binding
      POST
    • Query the balance of a specific user before paying
      POST
    • Request for agreement pay
      POST
    • Query the basic user info
      POST
    • Hybrid payment
      POST
  • Disbursement
    • Query user account info
      POST
    • Topup for a user
      POST
    • Query merchant's account balance
      POST
  • Payment Gateway
    • List supported banks
      POST
  • ZOD
  1. Payment Gateway

List supported banks

Sandbox
https://sb-openapi.hitechpay.vn/v2
Sandbox
https://sb-openapi.hitechpay.vn/v2
POST
https://sb-openapi.hitechpay.vn/v2
/api/getlistmerchantbanks
Last modified:2025-12-04 09:52:20
Returns a list of supported banks.

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sb-openapi.hitechpay.vn/v2/api/getlistmerchantbanks?appid&reqtime&mac' \
--header 'Content-Type: application/x-www-form-urlencoded'
Response Response Example
{
  "returncode": 0,
  "returnmessage": "string",
  "banks": {
    "36": [
      {
        "bankcode": "string",
        "name": "string",
        "displayorder": 0,
        "pcmid": 0,
        "minamount": 0,
        "maxamount": 0
      }
    ],
    "37": [
      {
        "bankcode": "string",
        "name": "string",
        "displayorder": 0,
        "pcmid": 0,
        "minamount": 0,
        "maxamount": 0
      }
    ],
    "38": [
      {
        "bankcode": "string",
        "name": "string",
        "displayorder": 0,
        "pcmid": 0,
        "minamount": 0,
        "maxamount": 0
      }
    ],
    "39": [
      {
        "bankcode": "string",
        "name": "string",
        "displayorder": 0,
        "pcmid": 0,
        "minamount": 0,
        "maxamount": 0
      }
    ],
    "41": [
      {
        "bankcode": "string",
        "name": "string",
        "displayorder": 0,
        "pcmid": 0,
        "minamount": 0,
        "maxamount": 0
      }
    ]
  }
}
Modified at 2025-12-04 09:52:20
Previous
Query merchant's account balance
Built with