Description (Bank Info All)
Show all the bank info without PAGINATION (GET)
End Point
https://api-h2h-staging.yedpay.com/v1/bankinfo/all
Variable
| # | Name | Type | Description |
|---|
Request Header
| # | Key | Value | Description |
|---|---|---|---|
| 1 | Authorization | Bearer {{access_token}} | Login Token |
Body
| # | Name | Type | Description |
|---|
Response
| # | Name | Type | Description |
|---|---|---|---|
| 1 | success | Boolean | Show selected bank information Success or Fail |
| 2 | data | Array | Include selected bank information(clearing code, branch code etc...) |
Success Response - data
| # | Name | Type | Description |
|---|---|---|---|
| 1 | institution_name | String | Name of the bank |
| 2 | clearing_code | String | Bank code of the bank |
| 3 | branch_name | String | Branch name of the bank branch |
| 4 | branch_code | String | Branch code of the bank branch |
Example Success Response
{
"success": true,
"data": [
{
"institution_name": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"clearing_code": "xxx",
"branch_name": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"branch_code": "xxx"
},
{
"institution_name": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"clearing_code": "xxx",
"branch_name": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"branch_code": "xxx"
},
]
}
Example Error Response
{
"success": false,
"message": "Unauthenticated.",
"status": 500
}
v1.89.5-20251216 © The Payment Cards Group Limited. All rights reserved.