Endpoints para bancos (configuracion)
Retorna informacion sobre un banco.
Content-Type: application/json Authorization: Bearer <token> Host: example.org Cookie:
GET /internal/admin/config/banks/11
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json; charset=utf-8 ETag: W/"f423abd0e5570cf2c9bca4d445727dad" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: b08db408-9ddd-43c5-a44c-a2cca059377c X-Runtime: 0.037210 Vary: Origin Content-Length: 282
200 OK
{
"data": {
"id": 11,
"name": "AgrÃcola",
"country": "SLV",
"account_type": "Cuenta corriente",
"currency_id": "usd",
"account_number": "005670014853",
"metadata": {
"extras": [
{
"key": "NIT",
"value": "0614-300821-103-2"
},
{
"key": "Titular",
"value": "SAIL NET S.A DE C.V"
}
]
},
"country_name": "El Salvador"
}
}