Create Account

This endpoint allows creating a new account with specified parameters.

The accountType parameter defines the type of account being created. It can take the following values:

  • CHECKING
    A standard checking account, typically used for regular transactions and deposits.

  • CARD_PREPAID
    A prepaid card account, allowing users to load funds onto a card and spend within a set limit. This type is useful for controlled spending without linking to a traditional bank account.

  • BANK_ACCOUNT_VIRTUAL
    A virtual bank account, offering similar functionalities to a bank account without a physical branch. This type is commonly used for online transactions and may support various digital services.

Note: If accountType is not specified, it defaults to CHECKING.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!