CreateTestAccountTypeEventRequest
accountType objectnullable
Account type model for test AccountTypeUpdated events.
Account type ID
The value is used as the accountTypeId parameter for the CreateAccount method
Possible values: non-empty
amazonerrors object[]nullable
List of errors currently active on the account type.
Type or general classification of the error.
AccountCredentialsInvalidError message.
Original error message from the PSP.
Whether a user action is required to resolve the error.
trueIf the error is temporary.
falsewarnings object[]nullable
List of warnings currently active on the account type.
Type or general classification of the error.
AccountCredentialsInvalidError message.
Original error message from the PSP.
Whether a user action is required to resolve the error.
trueIf the error is temporary.
falseAccount type state
Ok, Degraded, Down, Maintenance or Disabled
Array of webhook IDs
Notifications will be sent to the URLs of these webhooks
The webhooks should be subscribed to the AccountTypeUpdated event
If not specified or empty, the notifications will be sent to all active webhooks subscribed to the AccountTypeUpdated event
["8guvhke4"]{
"accountType": {
"id": "amazon",
"errors": [
{
"Message": "Authentication with the payment provider is currently not possible",
"Type": "LoginFailure",
"IsUserActionRequired": false
}
],
"warnings": [
{
"type": "AccountCredentialsInvalid",
"message": "string",
"providerMessage": "string",
"isUserActionRequired": true,
"isTemporary": false
}
],
"state": "string"
},
"webhookIds": [
"8guvhke4"
]
}