Our Apis
Fund Confirmation 1.4.2
OverView
The fund confirmation API enables you to check if a given transaction amount can be covered by one given Arkea payment service user.
Test It !
The sandbox page describes how to obtain an access-token for a particular use case. Once you have the access-token you will be able to quickly test the API in the API Reference section below.
- Under "API Reference" , expand the endpoint description you want to test and click on “Try it out”
- Fill the fields of the request and body (if any)
- the access-token has to be specified in the Authorization header (Bearer scheme)
For instance : "Bearer ygzVxruT52IkFZw5GOAYAq82ZFaH" - Signature and X-Request-ID headers are not used out of the production mode and they won’t be any in the response
But because the header is specified as "required" in OpenAPI specification you will have to specify any value
- the access-token has to be specified in the Authorization header (Bearer scheme)
- Click on “Execute” to send the request
The API can off course be used with same access-token outside this page with or without a mutual TLS connection.
Go Live !
The production mode is available, you can see how it works here
Functional details
Implementation notes
STET version compatibility: 1.4.2 (partial - see below).