Formance Stack API: Open, modular foundation for unique payments flows
This API is documented in OpenAPI format.
Formance Stack offers one forms of authentication:
- OAuth2 OAuth2 - an open protocol to allow secure authorization in a simple and standard method from web, mobile and desktop applications.
- GetVersions - Show stack version information
Show stack version information
using formance;
using formance.Models.Components;
var sdk = new Formance(security: new Security() {
ClientID = "<YOUR_CLIENT_ID_HERE>",
ClientSecret = "<YOUR_CLIENT_SECRET_HERE>",
});
var res = await sdk.GetVersionsAsync();
// handle response
Models.Requests.GetVersionsResponse
Error Type | Status Code | Content Type |
---|---|---|
formance.Models.Errors.SDKException | 4XX, 5XX | */* |