Falcon API

Falcon's RESTful embedded-finance API for card issuance, lending, and program management. All responses are JSON; authentication is a JWT bearer token obtained from a client-id/client-secret login, with per-tenant routing via an x-tenant-id header and AES request/response encryption. Versioned with a one-part major scheme (v1, v2, v3, v5).

API entry from apis.yml

apis.yml Raw ↑
name: Falcon API
description: Falcon's RESTful embedded-finance API for card issuance, lending, and program management.
  All responses are JSON; authentication is a JWT bearer token obtained from a client-id/client-secret
  login, with per-tenant routing via an x-tenant-id header and AES request/response encryption. Versioned
  with a one-part major scheme (v1, v2, v3, v5).
humanURL: https://docs.falconfs.com/reference
baseURL: https://credituat.falconfs.com
tags:
- Payments
- Credit Cards
- Card Issuing
- Lending
properties:
- type: Documentation
  url: https://docs.falconfs.com/docs/quick-start
- type: APIReference
  url: https://docs.falconfs.com/reference
- type: Authentication
  url: https://docs.falconfs.com/reference/authentication