Bank account
Retrieve one
Returns a bank accounts given it's id
get/v1/banking/bank_accounts/{bank_account_id}
Path parameters
bank_account_idstring required
The id of the bank account
Parameters
#/paths/~1v1~1banking~1bank_keys/get/parameters/0 — unresolved $ref
Response
Body of the searched bank account.
Example response
{
"bank_id": "cl_banco_de_chile",
"type": "Banking::Cl::BancoDeChile::Account",
"number": "0011223344",
"rut": "77989372K",
"email": "pagos@cardda.com",
"name": "pagos cardda",
"bank_errors": [
{
"banking_entity_type": "Banking::BankEntity"
}
]
}