https://api.khipu.com/
User identification with access to the bank's account (RUN, DNI).
Account password for the website.
https://api.khipu.com/v1/cl/banking/business/consorcio.cl/token
curl -i -X POST \
https://api.khipu.com/v1/cl/banking/business/consorcio.cl/token \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"Username": "11.111.111-1",
"Password": "wxyz1234!@#$"
}'
Successful operation. Returns a JSON object with the token for the account in the Data
field.
Unique identifier of the operation.
Operation status. OK
means that the service was executed successfully even if it does not return Data. ERROR
indicates that something happened that prevented the successful completion of the process.
If the authentication challenge was successful, it includes the link for the account.
This field can be used to display relevant information specific to the response, for instance indicating that the Data
field is incomplete.
Object with the error details, used when Status=ERROR
. If Status=OK
this field will be null. You can read a complete explanation of this object visiting this link
Indicates how to treat this specific error code, based on the type of error.
{ "OperationId": "6baf6c19-e485-463b-ae24-a821b025c8a4", "Status": "OK", "Data": { "AccountLink": "dFyRCVYNM0aGb1LSR/0B8e+eSVr1Zf1xj9YHmMVoiZWk28XtWEyIxEbGXnr1EdvS+QBPzjweau7tbf5QlDv97IQ2jwfUB==" }, "AdditionalInformation": null, "Error": null, "LifeSpan": null }