Skip to content

Instantly share code, notes, and snippets.

@lezorich
Last active December 16, 2020 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lezorich/98b51b1a2c9ce3b193a095b03ce9d5f1 to your computer and use it in GitHub Desktop.
Save lezorich/98b51b1a2c9ce3b193a095b03ce9d5f1 to your computer and use it in GitHub Desktop.
Fintoc API BCI 360 example responses

Transferencia recibida

{
    "id": "BO381oEATXonG6bj",
    "amount": 59400,
    "post_date": "2020-04-17T00:00:00.000Z",
    "description": "Abono Cuenta BCI",
    "transaction_date": "2020-04-16T00:00:00.000Z",
    "currency": "CLP",
    "reference_id": null,
    "type": "transfer",
    "recipient_account": null,
    "sender_account": {
        "holder_id": "771806538",
        "holder_name": "Comercial y Producción SpA",
        "number": "1530108000",
        "institution": {
          "id": "cl_banco_de_chile",
          "name": "Banco de Chile",
          "country": "cl"
        }
    },
    "comment": null
}

Transferencia enviada

{
    "id": "BO381oEATXonG6bj",
    "amount": 59400,
    "post_date": "2020-04-17T00:00:00.000Z",
    "description": "Cargo Cuenta BCI",
    "transaction_date": "2020-04-16T00:00:00.000Z",
    "currency": "CLP",
    "reference_id": null,
    "type": "transfer",
    "recipient_account": {
        "holder_id": "771806538",
        "holder_name": "Comercial y Producción SpA",
        "number": null,
        "institution": null
    },
    "sender_account": null,
    "comment": null
}

Otro tipo de movimiento

{
    "id": "BO381oEATXonG6bj",
    "amount": 59400,
    "post_date": "2020-04-17T00:00:00.000Z",
    "description": "Abono Cuenta BCI",
    "transaction_date": null,
    "currency": "CLP",
    "reference_id": null,
    "type": "other",
    "recipient_account": null,
    "sender_account": null,
    "comment": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment