AuthenticationΒΆ
When authorizing against the Payments Platform one must provide a standard HTTP Authorization header in the following format:
Authorization: Bearer <token>
Bearer token is to be obtained through OIDC client credentials flow. Sample of the flow is available in next section.
client_id and client_secret values can be obtained through dashboard under Merchant details.