UserUi
Possible values: [LoginOrRegistration, CreateAccount]
- LoginOrRegistration
- CreateAccount
An optional user ID to use for the user UI session.
An optional user ID to use for the user UI session.
User UI session ID
This ID should be used to get the user creation status
Possible values: non-empty
kjsd7bwu5Session secret needed to get the status of the session.
User UI session status
Possible values: [Unopened, Opened, Completed, Canceled, Expired]
SuccessUser UI session validity period in seconds
3600User UI session creation date and time
2023-01-26T10:01:11.123User UI session expiry date and time if the session is unopened or opened. Is null if the session is completed, canceled, or already expired.
2023-01-26T10:21:11.123Created user ID (available after user creation)
5dshw36user objectnullable
User ID
Possible values: non-empty
8fkjh5User name
Possible values: non-empty
User-123Registration date
2021-12-01T10:01:11.123Last transfer date
2021-12-01T10:01:11.123Last export date
2021-12-01T10:01:11.123User deletion date
2023-11-21T10:01:11.123If true, the user is deleted
falseIf true, the user is active
falseUser Email
partner@example.detoken object
Token ID
9fkgh6Token name
Token creation date and time
2022-12-21T10:01:11.123Token validity period in seconds
3600Token expiry date and time
2022-12-21T10:01:11.123If the value is true, the token has been revoked
If the value is true, the token has expired
If the value is true, the token is valid
The token is not valid if it is either revoked or expired. Only valid tokens can be used to access the API.
Scopes, delimited with space
Possible values: non-empty
partner:create user:createDate and time when the token was last used
2023-04-21T10:01:11.123Date and time when the token was revoked
2023-04-21T10:01:11.123Access token
Possible values: non-empty
zxMbx_TgwdYF1hgOVb8M5YOvxOukqfjzYOGRZcJiCjQuRGkVIBfjjV1HF5zKTGiY2aPn2cQTGaQOT8uo5uo7_QOXts1s5TREuRHc6a8X30RrGBTyqV9h26KJHcLKJbZCreated account ID (available after account creation)
5dshw36User UI URL
the user should open This URL.
Possible values: non-empty
https://customer-center.paydata-api.com/session/kjsd7bwu5{
"intent": "LoginOrRegistration",
"id": "kjsd7bwu5",
"secret": "string",
"status": "Success",
"expiresIn": 3600,
"createdAt": "2023-01-26T10:01:11.123",
"expiresAt": "2023-01-26T10:21:11.123",
"userId": "5dshw36",
"user": {
"id": "8fkjh5",
"name": "User-123",
"registration": "2021-12-01T10:01:11.123",
"lastTransfer": "2021-12-01T10:01:11.123",
"lastExport": "2021-12-01T10:01:11.123",
"deletedAt": "2023-11-21T10:01:11.123",
"isDeleted": false,
"isActive": false,
"email": "partner@example.de",
"token": {
"id": "9fkgh6",
"name": "string",
"createdAt": "2022-12-21T10:01:11.123",
"expiresIn": 3600,
"expiresAt": "2022-12-21T10:01:11.123",
"isRevoked": true,
"isExpired": true,
"isValid": true,
"scope": "partner:create user:create",
"lastUsedAt": "2023-04-21T10:01:11.123",
"revokedAt": "2023-04-21T10:01:11.123",
"accessToken": "zxMbx_TgwdYF1hgOVb8M5YOvxOukqfjzYOGRZcJiCjQuRGkVIBfjjV1HF5zKTGiY2aPn2cQTGaQOT8uo5uo7_QOXts1s5TREuRHc6a8X30RrGBTyqV9h26KJHcLKJbZ"
}
},
"accountId": "5dshw36",
"url": "https://customer-center.paydata-api.com/session/kjsd7bwu5"
}