XS2A.api.wizard

Navigate through the Wizard without xs2a.js

Instead of using the API key as password you have to use the token of the bank user for the Authentication. The payment service user meta data (psu) of the user on whose behalf the action is triggered should be send by the header parameters below. Authentication -> https://docs.xs2a.com/swagger/#section/Authentication

post/api/wizard

Headers

X-User-Ipstring IP

IP adress from users browser..

X-User-Portstring

The user port from users browser..

X-User-Acceptstring

Accepted MIME types by users browser..

X-User-Accept-Charsetstring

Accepted char set by users browser..

X-User-Accept-Encodingstring

Accepted encoding by users browser..

X-User-Accept-Languagestring

Accepted language by users browser..

X-User-User-Agentstring

User Agent from users browser..

Request body

keystring required

The wizard session key.

action'switch-login-tabs' | 'back' | 'poll' | 'change-language' | 'abort' | 'complete-bankcodes'

Valid values are: back (go back one step), switch-login-tabs (switch to another transport), poll (status polling), change-language (change the language) and abort (abort the transaction).

Example request

{
  "key": "ws_xxxxxxxxxxxxxxxx",
  "action": "back"
}

Response

Request successfully processed

OR

Changes

No recorded changes to this endpoint across all 1 revision of this API.