Bank Accounts
Create CO Bank Transfer bank account
Register a Colombian CO Bank Transfer (PSE) bank account for a client.
POST
Creates a new Colombian CO Bank Transfer bank account (COP) for the specified client. Supports both individual and business clients via mutually exclusive holder name fields. Requires an API key with access level 3 or higher.Documentation Index
Fetch the complete documentation index at: https://docs.cryptomate.me/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
Unique identifier of the client.
Body
Name of the bank.
User-friendly alias for the account.
Account holder’s first name. Required for individual clients; mutually exclusive with
business_name.Account holder’s last name. Required for individual clients; mutually exclusive with
business_name.Business name. Required for business clients; mutually exclusive with
bank_holder_first_name + bank_holder_last_name.Colombian bank account number.
Colombian bank code. See List Colombian bank codes for accepted values.
Colombian account sub-type. One of
checking, savings, electronic_deposit. See List CO account types.Colombian document type identifier. Common values:
cc (Cédula de Ciudadanía), ce (Cédula de Extranjería), nit (business tax ID), rut (worker registration).Document number of the account holder.
Phone number of the account holder in E.164 format (e.g.,
+573001234567).Account holder’s address with
street_line_1, street_line_2, city, postal_code, state, country.state uses ISO 3166-2 codes that identify country subdivisions in the format {COUNTRY}-{SUBDIVISION} (e.g., COL-DC for Bogotá D.C.).Response
See Create US bank account for the shared field list. CO Bank Transfer accounts exposebank_code, co_account_type, document_type, document_number, phone_number, and business_name when applicable. The type is CO_BANK_TRANSFER and the currency is COP.

