All OAuth2 APIs for authorisation process

BerlinGroup Token

Method
Description

POST

createTokenUsingPOST

https://api-dailybanking-sandbox.axabank.be/berlingroup/v1/token

Exchange the authorisation code provided in the authorisation response for an access token. Make sure to use for this request a body encoded as x-www-form-urlencode

BerlinGroup Authorisation

Method
Description

GET

authorizeUsingGET

https://api-dailybanking-sandbox.axabank.be/berlingroup/authorize/{authorization-id}

OAuth2 Authorize request. See How To Build your authorize URL for more information

GET

cancelAuthorizeUsingGET

https://api-dailybanking-sandbox.axabank.be/berlingroup/authorization/cancel/authorize/{authorization-id}

OAuth2 Cancellation Authorize request. See How To Build your authorize URL for more information