added

Release 46

Deployed to Production on 02/05/2024.

❗️

Reminder about OAuth 2.0

Just a friendly reminder: Sikoia's API has migrated to the OAuth 2.0. protocol. For details on this migration, refer to our Authentication guide. API key usage will be deprecated on July 31st, 2024; you can find the deprecation announcement here.

👍

New Endpoint

  • New delete OB token endpoint: You asked and we listened! Introducing a new endpoint that enables you to effortlessly delete an existing open banking connection: DELETE/v2/openbanking/{bank_connection_id}

📘

Improvements

  • Enhanced Income & Employer Verification: Exciting news! Our Income & Employer Verification solution now supports bank statements and open banking data. Easily verify an individual's income and employer details using payslips, bank statements, and/or open banking data. Dive into the details in our API guides.
  • New Field Added to Banking API Responses: We've simplified tracking by adding a document_id field to our banking API responses. Now, it's a breeze to identify which document was used to create an account connection ID, especially when connecting through a bank statement document. Look out for the document_id in responses from the following endpoints:
    • GET v2/openbanking/{bank_connection_id}
    • GET v2/{entity_type}/{entity_id}/openbanking
    • GET v2/{entity_type}/{entity_id}/bankaccounts
    • GET v2/bankaccounts/{account_connection_id}
    • GET v2/bankaccounts/{account_connection_id}/balances
    • GET v2/bankaccounts/{account_connection_id}/transactions
    • GET v2/transactions-classification/{request_id}