Project

General

Profile

Sub-task #236

Updated by Ryan Supawarapong 3 months ago

~~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     | JSON Key          | Example        | 
 |---------------|--------|-----------------|--------------| 
 | CustomerCode    | string | customerCode      | "90000001"     | 
 | BankName        | string | bankName          | "Bangkok Bank" | 
 | BankAccountNo | string | bankAccountNo     | "1234567890" |

Back