Authentication

To interact with the 3DS Server API, it is necessary to generate a token from the merchant; each request to the services requires this token.

This token will be sent in the HTTP header as a "Bearer Token", according to RFC 6750.

Example of a Bearer Token:

Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9...