Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

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.