Obtener la BankAccount
get/transfer-clabe-account/{id_customer}
Path parameters
id_customerstring required
ID del customer asociado a la bank account
Headers
x-api-keystring
Llave única que identifica a la organización.
Response
200
Example response
{
"message": "OK",
"data": [
{
"account": "acc_example_account",
"clabe": "1982738495636634624"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.