⌨️Get bank name API
Gets the bank name for a bank code.
Gets the bank name for a bank code.
GET
https://api.iamport.kr/banks/{bank_standard_code}
Path Parameters
Name | Type | Description |
---|---|---|
bank_standard_code * | String | Bank code |
code
* integer
Response code
0: success, Not 0: check the message
message
* string
Response message
A non-zero code includes a message like 'Invalid payment info'.
response
(Array[StandardCodeAnnotation], optional)
code
*
string
Institution code (from KFTC)
name
*
string
Institution name (from KFTC)
Swagger Test Link
Last updated