Casso Developer
English (v2 new)
English (v2 new)
  • General
  • Connect to Casso via Webhook
    • Manual Webhook Setup
    • Xử lý sự kiện Webhook
  • Sử dụng API Casso
    • Chứng thực API
      • Tạo API Key thủ công
      • Tích hợp OAuth2
    • Danh sách API
      • API lấy thông tin user
      • API thiết lập webhook
      • API lấy giao dịch
      • API check giao dịch mới
  • Tài nguyên khác
    • Tích hợp xác nhận thanh toán
    • Change log
Powered by GitBook
On this page
  • Welcome to Casso Developer
  • Integration methods
  • Expected Plan

Was this helpful?

General

Specialized site for Developers

Welcome to Casso Developer

There is where you can find all the documentation, tutorials, and resources for programming your software integration with Casso.

Casso was born with the DNA of security, automation, and unlimited integration. We consider integration as the core value of our product. Therefore, we have developed Casso as providing a variety of ways to connect with other software systems, serving many different purposes.

Integration methods

Method

Description

  • Configure an additional webhook on the Casso interface.

  • Authentication Mechanism of OAuth 2 allows End-users to automatically authorize Developers to access their account information at Casso.

  • After the users complete the authorization process on the Developer's software, an Auth Code will be automatically generated.

The first two methods are for End-users: businesses and individuals who used Casso software to serve their revenue and expenditure management needs, and now need to integrate Casso into other software systems that enterprises are also using.

The OAuth 2 method is for enterprise software developers who want to integrate Casso to give users the option of linking Casso accounts into the software.

Expected Plan

Besides the above 3 built-in methods, we are also working on implementing the 4th method, which is developing a set of integrated libraries similar to Plaid for Vietnam, provided to software developers as source code libraries.

This set of libraries will help these partners develop the functionality of linking users' banks into their software, in a secure and simple way. Users will not need to create an account with Casso, just link banks right on the Developer's web and app. And Developers do not need to worry about the security of user accounts and data.

We expect to launch officially in early 2022. Please get in touch if you are interested in participating in our Beta Test program.

NextManual Webhook Setup

Last updated 10 months ago

Was this helpful?

Every time a bank account has a new transaction, Casso will transmit the transaction information into the configured webhook,

Use the API Key to call the Casso API. The API Key is similar to an Access token, the only difference is that only when the API Key is deleted will the API Key expire, .

Developers use this Authorization Code for calling Casso's Oauth 2.0 system to get the Access token. Then use the newly received Access token to call the Casso API, .

Manual Webhook Setup
see reference
Create Auth Code Manually
see reference
OAuth 2
see reference