This section provides information how to submit account details to our database.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Account to create or update
External account identification number used to track activity regarding the specific account.
Unique account identification number used in performing operations.
Refers to the current condition or state of an account. ACTIVE - Account is in use. SUSPENDED - Account is restricted. CLOSED - Account is disabled.
ACTIVE, CLOSED, SUSPENDED External business entity indicator. Refers to the same value used for the customerExtId, which links an account to a customer. This identifier corresponds to the client's identifier in the financial institution.
Unique number of communication. It is used for risk assessment callback.
255International currency code.
Account opening date. Timestamp format: RFC 3339 (ISO 8601)
Name of the system requesting web service.
100The purpose of owning the account in question.
Categorizes accounts by their intended purposes and features. Values can be retrieved from the /classifier/accountType endpoint.
Element is used to indicate whether an account needs to be created or the existing account's data to be updated. If not provided, 'CREATE' is the default. When using 'UPDATE', all existing data for the account will be replaced by the new data provided.
CREATE, UPDATE Title of the bank with which the operations are happening.
Bank identifier code for account number. Mandatory if isOtherFinInstAccount is true.
It serves to specify the unique identifier for the business unit. Business units are logical groupings of users and data. Each business unit can have its own set of users, permissions, and data access rules. Value is taken from /classifier/businessUnit endpoint.âMandatory field for clients utilizing a multi-organizational solution. Omit this parameter unless instructed about it.
255Account closing date. Timestamp format: RFC 3339 (ISO 8601). Mandatory if accountStatus is CLOSED. if accountStatus: SUSPENDED, instead of closingDate field, suspensionReasons field could be provided. e.g. suspensionReasons:Security breach investigation in progress.
Declaring whether the account belongs to other financial institution. If true, the bic value needs to be provided.
A reason for suspension. Can only be provided if accountStatus is SUSPENDED.