...
Code Block |
---|
{ "typ": "JWT", "alg": "PS256", "kid": "e4ce77c498e77000a25aa7b40e4a83f9" } . { "iss": "s6BhdRkqt3", "aud": "https://server.example.com", "response_type": "code", "redirect_uri": "https://openbanking.tpp1.ae/simple-redirect-url", "scope": "accounts", "state": "2616df22-899e-468b-b7af-927145b067cc", "authorization_details": [ { "Typetype": "https://www.openfinance.ae/urn:openfinanceuae:account-access-consent:v1.0-draft2", "Dataconsent": { "ConsentId": "399e0065-9907-42cc-82b9-1ec4f273e3e9", "CreationDateTime": "2024-03-27T15:27:13+0300", "ConsentStatus": "Authorized", "ConsentStatusUpdateDateTime": "2024-03-27T16:27:13+0300", "Permissions": [ "ReadAccountsBasic", "ReadAccountsDetail", "ReadBalances", "ReadBeneficiariesBasic", "ReadBeneficiariesDetail", "ReadTransactionsBasic", "ReadTransactionsDetail", "ReadTransactionsCredits", "ReadTransactionsDebits", "ReadScheduledPaymentsBasic", "ReadScheduledPaymentsDetail", "ReadDirectDebits", "ReadStandingOrdersBasic", "ReadStandingOrdersDetail" ], "AuthorizationExpirationTimeWindow": "720:00:00", "ExpirationDateTime": "2024-03-28T15:27:13+0300", "TransactionFromDateTime": "2024-03-25T12:19:24+0300", "TransactionToDateTime": "2024-03-27T12:19:24+0300", "AccountType": ["UAEOF.Retail"], "AccountSubType": ["CurrentAccount"], "ConsentPurpose": ["Account Aggregation", "E-Statement"] } } ] } |
...
Code Block |
---|
{ "typ": "JWT", "alg": "PS256", "kid": "e4ce77c498e77000a25aa7b40e4a83f9" } . { "iss": "s6BhdRkqt3", "iat": 1669393154, "exp": 1669393496, "nbf": 1669393154, "aud": "https://server.example.com", "response_type": "code", "redirect_uri": "https://openbanking.tpp1.ae/simple-redirect-url", "scope": "accounts", "state": "2616df22-899e-468b-b7af-927145b067cc", "authorization_details": [ { "Typetype": "https://www.openfinance.ae/urn:openfinanceuae:account-access-consent:v1.0-draft2", "Dataconsent": { "ConsentId": "399e0065-9907-42cc-82b9-1ec4f273e3e9", "CreationDateTime": "2024-03-27T15:27:13+0300", "ConsentStatus": "Authorized", "ConsentStatusUpdateDateTime": "2024-03-27T16:27:13+0300", "Permissions": [ "ReadAccountsBasic", "ReadAccountsDetail", "ReadBalances", "ReadBeneficiariesBasic", "ReadBeneficiariesDetail", "ReadTransactionsBasic", "ReadTransactionsDetail", "ReadTransactionsCredits", "ReadTransactionsDebits", "ReadScheduledPaymentsBasic", "ReadScheduledPaymentsDetail", "ReadDirectDebits", "ReadStandingOrdersBasic", "ReadStandingOrdersDetail" ], "AuthorizationExpirationTimeWindow": "720:00:00", "ExpirationDateTime": "2024-03-28T15:27:13+0300", "TransactionFromDateTime": "2024-03-25T12:19:24+0300", "TransactionToDateTime": "2024-03-27T12:19:24+0300", "AccountType": ["UAEOF.Retail"], "AccountSubType": ["CurrentAccount"], "ConsentPurpose": ["Account Aggregation", "E-Statement"] }, "Subscription": { "Webhook": { "Url": "https://api.tpp1.com/webhook/callbackUrl", "IsActive": false } } } ] } |
...