Step 1: Create Access Token

In this step, Fintech is creating a JWT token to access the consent flow.
Token includes Callback URL. Token must be signed with the signing key which is provided by Mastercard Developers when a project is created. Token lasts for 15 minutes.

Callback URL - URL redirect to Fintech when the consent flow finishes.

Check the API reference guide for detailed description on JWT token fields