Config API

Crea un banco pagador para un cliente

Lista de bancos y cuentas habilitadas

GET /hooks/config/banks

Parameters

Name Description
country Pais

Request

Headers

Content-Type: application/json
Authorization: <integration-token>
Host: example.org
Cookie: 

Route

GET /hooks/config/banks?country=ARG

Query Parameters

country: ARG

Response

Headers

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/"124d5639a5c05beec8cfcbdc36121c5a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 79918dac-f4aa-4f40-9e76-1c3165475104
X-Runtime: 0.033318
Vary: Origin
Content-Length: 1639

Status

200 OK

Body

{
  "data": [
    {
      "id": 4,
      "name": "HSBC",
      "country": "ARG",
      "account_type": "Cuenta coriente",
      "currency_id": "ars",
      "account_number": "6233250252",
      "metadata": {
        "extras": [
          {
            "key": "CBU",
            "value": "1500623500062332502528"
          },
          {
            "key": "Alias",
            "value": "PERNO.CANCHA.RATO"
          }
        ]
      },
      "country_name": "Argentina"
    },
    {
      "id": 5,
      "name": "HSBC",
      "country": "ARG",
      "account_type": "Cuenta de ahorro",
      "currency_id": "usd",
      "account_number": "6238094433",
      "metadata": {
        "extras": [
          {
            "key": "CBU",
            "value": "1500623500062380944332"
          },
          {
            "key": "Alias",
            "value": "NOCHE.PERNO.TABLA"
          }
        ]
      },
      "country_name": "Argentina"
    },
    {
      "id": 6,
      "name": "Santander",
      "country": "ARG",
      "account_type": "Cuenta coriente",
      "currency_id": "ars",
      "account_number": "042-017305/8",
      "metadata": {
        "extras": [
          {
            "key": "CBU",
            "value": "0720042720000001730586"
          },
          {
            "key": "Alias",
            "value": "CARNE.JAGUAR.PILAR"
          }
        ]
      },
      "country_name": "Argentina"
    },
    {
      "id": 7,
      "name": "Santander",
      "country": "ARG",
      "account_type": "Cuenta corriente",
      "currency_id": "usd",
      "account_number": "042-017306/5",
      "metadata": {
        "extras": [
          {
            "key": "CBU",
            "value": "0720042720000001730655"
          },
          {
            "key": "Alias",
            "value": "CARNE.PILAR.MORADO"
          }
        ]
      },
      "country_name": "Argentina"
    },
    {
      "id": 8,
      "name": "Patagonia",
      "country": "ARG",
      "account_type": "Cuenta coriente",
      "currency_id": "ars",
      "account_number": "160-160017434-000",
      "metadata": {
        "extras": [
          {
            "key": "CBU",
            "value": "0340160200160017434006"
          },
          {
            "key": "Alias",
            "value": "AUDIO.ALDEA.JARRON"
          }
        ]
      },
      "country_name": "Argentina"
    },
    {
      "id": 9,
      "name": "Patagonia",
      "country": "ARG",
      "account_type": "Cuenta de ahorros",
      "currency_id": "usd",
      "account_number": "160-160017434-000",
      "metadata": {
        "extras": [
          {
            "key": "CBU",
            "value": "0340160209160017434005"
          },
          {
            "key": "Alias",
            "value": "ALDEA.JARRON.AURA"
          }
        ]
      },
      "country_name": "Argentina"
    }
  ]
}