Project

General

Profile

Actions

Sub-task #236

open
NB RS

[BE] admin - page deposit -> get-user-bank-data api

Sub-task #236: [BE] admin - page deposit -> get-user-bank-data api

Added by nanon buaphet 3 months ago. Updated 3 months ago.

Status:
Resolved
Priority:
Normal
Start date:
03/24/2026
Due date:
% Done:

0%

Estimated time:

Description

https://uat-ico-admin.eliteconsulting.io/api/v1/transaction/bank/individual/get

the url above is for a different service.

Corporate Bank List

URL: /api/v1/transaction/bank/corporate/list
Type: Get

Individual Bank List

URL: /api/v1/transaction/bank/individual/list
Type: Get

Response Body

Field Type Required Description Example
response array Yes List of individual bank records [{...}]
xid string Yes Request ID for tracing the API request "x-request-id"
response[].customerCode string Yes Customer code for the bank account owner "90000001"
response[].bankName string Yes Bank name "Bangkok Bank"
response[].bankAccountNo string Yes Bank account number "1234567890"

Example body

{
  "xid": "x-request-id",
  "response": [
    {
      "customerCode": "90000001",
      "bankName": "Bangkok Bank",
      "bankAccountNo": "1234567890"
    }
  ]
}
Actions

Also available in: PDF Atom