Falcon is a B2B Open API platform for life cycle management of Savings Accounts right from customer on-boarding, bank KYC, card issuance & control, UPI, reporting, and enterprise management. Details of APIs under each of these headings have been provided in this document.

API Traits

There are some traits that are used throughout the Falcon API which developers needs to ensure are being followed.

User Id

User Id identifies the user performing certain operations within the Falcon APIs. The majority of the APIs have *UserId** within the Header during the call.

curl --location --request GET 'http://openqa.tab.kitecash.in/falcon/v1/card/83f1492f-d00a-4417-bfbf-7de7e13507f9' \
--header 'Authorization: Basic c2ltYmE6c2ltYmE=' \
--header 'UserId: 9824c2dc-65ac-417a-a11c-43e47e8dfa7a' \
--header 'Content-Type: application/json'