AccountField
Field ID
Used as the key for corresponding element of the accountFields dictionary
when calling the CreateAccount method
Possible values: non-empty
metadata-fieldUser visible name of the field.
Possible values: non-empty
Payment metadata fieldShort description of the field that can be displayed under or next to input fields.
Start dateDetailed description of the field.
Transactions are downloaded beginning from that dateWhether or not the field is required.
If true, the field shold be present in the accountFields dictionary
when calling the CreateAccount method
falseFor account types with an OAuth flow, this defines if the value must be provided during creation of the OAuth URL.
falseData type of the field.
Auth: Accounts of that type require OAuth2 authentication.Selection: The value of the field should be selected from thevaluesarray.
Possible values: [Text, Url, Auth, Password, Date, TextLine, Checkbox, Selection, File]
TextIf true, the value of the field is generated
when the account is created.
Used for API keys and other credentials. The partner software should store the generated values and use them for future calls as values of account fields, provided while creating or updating an account.
trueThe value of the field is read-only and cannot be changed.
trueOptional default value of the field that can be used to pre-fill the user input.
2021.11.29T00:00:00values object[]nullable
If type is Selection then this array contains the available values.
Human readable name of the selection value.
Market placeValue of the selection for API usage.
amazon.deMinimum value.
-100Maximum value.
100If type is Auth then the referenced fields are required
in order to obtain the redirect URL.
["start-date"]Whether the field is deprecated and should not be used anymore.
falseReason for the field deprecation and replacement.
{
"id": "metadata-field",
"name": "Payment metadata field",
"shortDescription": "Start date",
"description": "Transactions are downloaded beginning from that date",
"required": false,
"requiredDuringAuth": false,
"type": "Text",
"generated": true,
"readOnly": true,
"defaultValue": "2021.11.29T00:00:00",
"values": [
{
"name": "Market place",
"value": "amazon.de"
}
],
"minValue": "-100",
"maxValue": "100",
"isDeprecated": false,
"deprecationReason": "string"
}