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"
    }
  ]
}

RS Updated by Ryan Supawarapong 3 months ago Actions #1

  • Description updated (diff)
  • Assignee set to Ryan Supawarapong

RS Updated by Ryan Supawarapong 3 months ago Actions #2

  • Tracker changed from Bug to Sub-task
  • Subject changed from admin - page deposit -> get-user-bank-data got return empty list to admin - page deposit -> get-user-bank-data api

RS Updated by Ryan Supawarapong 3 months ago Actions #3

  • Description updated (diff)

RS Updated by Ryan Supawarapong 3 months ago Actions #4

  • Description updated (diff)

RS Updated by Ryan Supawarapong 3 months ago Actions #5

  • Description updated (diff)

RS Updated by Ryan Supawarapong 3 months ago Actions #6

  • Description updated (diff)

RS Updated by Ryan Supawarapong 3 months ago Actions #7

  • Description updated (diff)

RS Updated by Ryan Supawarapong 3 months ago Actions #8

  • Status changed from New to Testing

RS Updated by Ryan Supawarapong 3 months ago Actions #9

  • Subject changed from admin - page deposit -> get-user-bank-data api to [BE] admin - page deposit -> get-user-bank-data api

RS Updated by Ryan Supawarapong 3 months ago Actions #10

  • Status changed from Testing to Resolved
Actions

Also available in: PDF Atom