/auth
endpoint with the Request-Id
, Redirect-URL
and payments
scope. Service will return an authorizationLink
.accounts_basic
scope if you want to bypass the account selection step as well. Please keep in mind that account information scopes are not enabled by default.authorizationLink
. After the successful authorization, the client will be redirected back to your Redirect-URL
with the code
, requestId
and status=success
query parameters. If authorization does not succeed, you will receive a requestId
and a status=failure
.https://redirect.kevin.eu/authorization.html?requestId=your-guid&code=my-authorization-code&status=success
/auth/token
endpoint. A token can then be used to create payments and skip the login part./auth/token
endpoint to get a new valid token./pis/payment
endpoint with an Authorization
header. You will receive a confirmLink
. An access token will allow you to skip the login part./ais/accounts
endpoint with an access token and providing one of the bank accounts in the payment initiation request.accounts_basic
scope. Account information scopes are note enabled by default. You can check your project settings to see whether you have access.