Logo Blue Finalse
Console 
  Français   English


C#


  • GETTING STARTED
  • Authentication
  • Hello World
  • Pricing
  • Rate Limit
  • USE CASES
  • FPay UI Integration
  • Custom UI Integration
  • Interoperability  New
  • Payment links and QRCodes
  • Third Parties Money  New
  • Audit & Dashboard  New
  • REFERENCES
  • Attempt
  • AuthAccess
  • Deposit
  • FundRequest
  • QuasiTransfer
  • Transaction
  • Transfer
  • Wallet
Logo Blue FinalseLogo Blue Finalse
Javascript
Console 
  Français   English
  • GETTING STARTED
  • Authentication
  • Hello World
  • Pricing
  • Rate Limit
  • USE CASES
  • FPay UI Integration
  • Custom UI Integration
  • Interoperability  New
  • Payment links and QRCodes
  • Third Parties Money  New
  • Audit & Dashboard  New
  • REFERENCES
  • Attempt
  • AuthAccess
  • Deposit
  • FundRequest
  • QuasiTransfer
  • Transaction
  • Transfer
  • Wallet

Getting Started

Introduction  

The Finalse API is built around the RESTful concept. We will use GET,  PUT,  POST,   DELETE  HTTP methods to express intent whenever possible. For security reasons  , we will return JSON objects in all responses from the API.
Because all client/server exchanges must be authenticated and cryptographically signed, we have designed SDKs to simplify the developer experience and allow you to focus on your  core business : you therefore avoid the management and configuration of encryption rules and the setting of numerous security options which reduces your time to market.

Information
In order to ensure maximum security of interactions with FPay, we only accept https requests with TLS 1.2  and TLS 1.3 protocols and we support cipher suites to ensure  perfect forward secrecy . The various SDKs and the CLI will do the necessary in a transparent way for you provided that your operating system is sufficiently up to date and includes the required cryptographic primitives.
We have also provided you with an impressive number of functions and objects that will prevent you from making careless mistakes, which are subtle and often difficult to detect.
Note
If you are using a typed programming language such as Scala, C#, Java or Typescript, you will realise that our engineers have used specific compiler rules of the language to the maximum extent to make it extremely difficult to misuse our API.
We sincerely hope you enjoy the simplicity of our platform.

Versioning  

The evolution of the versions will be done via the urls. If there are 2 different versions at any given time, for example version v1 and version v2, then this means that version v1 will be available until version v3 is released. Once v3 is deployed, only v2 and v3 will be available online.
You will be notified 2 months before the release of any new version and you will be provided with an appropriate migration kit and guidance.
Our philosophy is to provide you with an unparalleled developer experience, so we will constantly strive to make changes that are backwards compatible. Therefore, in most cases, you will have new features available to you without having to refactor the existing code.

Thanks to Finalse's elastic, cloud native and massively distributed architecture, all updates will be deployed without any down time.

Happy Coding  

Because Simple API combines to make powerful Services, we can't wait to see what kind of valuable service you will build with Finalse.

Simple molecules combine to make powerful chemicals.
Simple cells combine to make powerful life-forms.
Simple electronics combine to make powerful computers

Scott Adams

Welcome to Great Usability
Welcome to Simplicity
Welcome to Finalse

GETTING STARTED
  • Introduction
  • Versioning
  • Happy Coding