Account Types
An account type is a set of information about a specific Payment Service Provider and contains information about required credentials, available transactions fields(./fields.md) and more.
To get information about account types, users and partners can use
- the GetAccountTypes method, to get a list of all available account types;
- the GetAccountType method, to get detailed info about the parameters, required to create the account.
It is recommended to use the accountFields
array of the metadata returned by this method to dynamically build
the user interface for the crentials for the selected account type. Each account type should not be hard-coded.
You may also use our Account UI for account creation to avoid creating your own user interfaces.
📄️ Account Type Errors
Explanation of account type errors.
📄️ Account Fields
Explanation of the account fields.
📄️ List of account types
List of available account types.