Description
Customer account list is retrieved with this API. Use this API if you need to ask customer to select an account.
How it Works
Sample Request
GET {API_HOST}/api/v1/customer-accounts/
Headers:
X-IBM-client-id: {YOUR_CLEINT_ID}
X-IBM-client-secret: {YOUR_CLEINT_SECRET}
Authorization: Bearer {access_token}
Content-Type: application/json
Sample Response
{
"data": [
{
"branch_name": "BAŞKENT/ANKARA",
"branch_code": 4299,
"number": "****982",
"account_id": 42869084,
"overdraft_protection": false
},
{
"branch_name": "BAŞKENT/ANKARA",
"branch_code": 4299,
"number": "****181",
"account_id": 22869084,
"overdraft_protection": true
}
]
}