get https://apisandbox.delbank.com.br/baas/api/v1/customers//bank-accounts
Endpoint that returns bank account data: account number and apikey for each account linked to this document
Return example
[
{
"number": "34681",
"branch": "0001",
"type": "CURRENT",
"status": "ACTIVE",
"apiKey": "PJPyJ2xGmyB9oDHyNIUwNOt1dgpgolBwcE16ybaKD5o0zFAEYTafkABQ40Y/pF",
"holder": {
"document": "87122911535",
"name": "Joao Joealmo",
"email": "[email protected]",
"type": "NATURAL"
},
"bank": {
"code": "0435",
"name": "DELCRED SCD S.A.",
"nameFantasy": "DELBANK",
"ispbCode": "38224857"
}
}
]