Sandbox Assembly mode

 Sandbox overall schema

 

 

The 89C3 API sandbox can be used in two ways:

  • Via the Try-it of the 89c3-API portal (refer to the use case "How to test the API in sandbox / Try-it").
  • Directly via the AISP application by calling the APIs of the 89c3-API platform (sandbox assembly).

In sandbox assembly, there are 2 calls: :

  • The first to retrieve the authorization token.
  • The second to make the API call.

 

Explanations

The application consuming the APIs of the Sandbox will have to recover an access token via its authentication key from the AS (Authentication Server).

Thus the application will be able to consume the APIs thanks to its access token.

API calls can be chained: by retrieving a list of current accounts first then by executing a second request to obtain the balance of one of the accounts in the list by passing in parameter the "resourceId" retrieved from the result of the first request.

The data used to make the tests will come from the personalities which will allow to choose specific profiles according to the tests so as to better understand the results obtained.

If necessary, a pagination of the results will be made to facilitate readability and navigation links between the different results pages will be present (see the examples present in the use cases for obtaining accounts, balances and transactions), which implies that the consuming application can correctly manage this pagination.