GetAccountUiStatusResponse
idstringrequired
Partner UI session ID
This ID should be used to get the account creation status and to obtain the account ID
Possible values: non-empty
Example:
kjsd7bwu5expiresIninteger<int32>required
Partner UI session validity period in seconds
Example:
3600createdAtstring<date-time>required
Partner UI session creation date and time
Example:
2023-01-26T10:01:11.123expiresAtstring<date-time>required
Partner UI session expiry date and time
Example:
2023-01-26T10:21:11.123accountIdstringnullable
Account ID
Example:
5dshw36accountTypeIdstringnullabledeprecated
Account type ID
This field is deprecated and will be removed in the future. Use accountTypeIds instead.
Example:
amazonaccountTypeIdsstring[]nullable
Account type IDs
Example:
["amazon","paypal"]statusAccountUiStatus (string)required
Partner UI session status
Unopened- the UI form has not been opened yetOpened- the UI form has been openedExpired- the session has expiredCanceled- the session has been canceled by the userSuccess- the account has successfully been created or updated
Possible values: [Unopened, Opened, Canceled, Expired, Success]
GetAccountUiStatusResponse
{
"id": "kjsd7bwu5",
"expiresIn": 3600,
"createdAt": "2023-01-26T10:01:11.123",
"expiresAt": "2023-01-26T10:21:11.123",
"accountId": "5dshw36",
"accountTypeIds": [
"amazon",
"paypal"
],
"status": "Unopened"
}