LogoLogo
  • OKP APIs
  • Getting Started with OKP
  • API Documentation
    • Deposits API
      • Technical and Security Aspects
        • Calculating the Signature
      • Endpoints
        • Deposit Creation Endpoint
          • Notifications
        • Transactional Account Endpoint
          • Understanding the Solution
        • PCI Deposit Creation Endpoint
        • Deposit Status Endpoint
        • Payment Methods Endpoint
        • Currency Exchange Endpoint
        • Crypto Exchange Endpoint
        • Country States Codes Endpoint
        • Refund Creation Endpoint
          • Notifications
        • Refund Status Endpoint
      • Payment Methods
        • 🌎America
          • 🇧🇷Brazil
            • PIX Biometric
      • API Codes
    • Cashouts API
      • Technical and Security Aspects
        • Calculating the Payload-Signature
      • Endpoints
        • Cashout Creation Endpoint
          • Notifications
        • Cashout Status Endpoint
        • Cashout Update Status Endpoint
        • Cashout Cancellation Endpoint
        • Cashout Bank Codes
      • Countries Validations
        • American Countries
          • 🇧🇷Brazil
      • API Codes
    • Subscriptions API
      • Technical and Security Aspects
        • Calculating the Signature
      • Subscription Creation Endpoints
        • OneShot Subscription Creation
        • PCI Subscription Creation Endpoint
        • Notifications
      • Subscription Cancellation Endpoint
      • Subscription Status Endpoint
    • Quickpay
      • Endpoints
        • Deposit creation endpoint
          • Notifications
        • Deposit status endpoint
    • Bank Account Validation
      • Technical and Security Aspects
        • Calculating the Signature
      • Endpoints
        • Bank Account Validation Endpoint
          • Pix Key Validation and Details Endpoint
      • API Codes
    • KYC API
      • Technical and Security Aspects
        • Calculating the Signature
      • KYC Endpoint
      • API Codes
  • Deposits Tools
    • Cards SDK
      • With User Interface
        • 🚀Color Customization
      • Without User Interface
    • Java SDK
    • PHP SDK
  • Knowledge Base
    • Deposits with Cards SDK
      • With User Interface
      • Without User Interface
    • Countries Specifications
  • PLUGINS
    • WooCommerce
      • Installation
      • Configuration
  • Status Page
Powered by GitBook
On this page
  • Required fields
  • Bank Account Validations
  • Account Types
  • Document Validations
  • Example Request
  • Bank Codes
  1. API Documentation
  2. Cashouts API
  3. Countries Validations
  4. American Countries

Chile

Check the requirements and validations made over the cashouts on Chile

Required fields

Field

Format

Description

login

String

Cashouts login

pass

String

Cashouts pass

external_id

String (max length: 100)

Transaction's ID on your end

document_id

Beneficiary's document ID

country

CL

currency

CLP / USD

amount

Number with up to 2 decimals

Cashout amount

bank_code

Code specifying the beneficiary's bank

bank_account

Beneficiary's bank account

account_type

Beneficiary's bank account type

beneficiary_name

String (max length: 100)

Beneficiary's name

Bank Account Validations

Bank name
Bank code
Format
Regex
Example

All

-

Numeric

^\d{6,16}$

1234567890

Account Types

The account_type is specified with only one character as described below.

account_type

Description

C

Checkings account

S

Savings account

V

Salary account

Document Validations

Example Request

{
    "login": "xxxxxxxx",
    "pass": "xxxxxxxx",
    "external_id": "30000000001",
    "country": "CL",
    "currency": "CLP",
    "amount": 100,
    "document_id": "56765869",
    "bank_account": "56687456",
    "bank_code": "001",
    "account_type": "C",
    "beneficiary_name": "User",
    "notification_url": "https://webhook.site/url",
    "type": "json"
}

Bank Codes

Bank

Code

Banco de Chile

001

Banco Edwards

001

Citi

001

Banco Internacional

009

Banco del Estado de Chile

012

Scotiabank Sud Americano

014

Banco Crédito e Inversiones

016

Corpbanca Bank

027

Banco Bice

028

HSBC Bank

031

Banco Santander- Santiago

037

Banco Itaú

039

ABN Amor Bank Chile

046

Banco Security

049

Banco Falabella

051

Deutsche Bank

052

Banco Ripley

053

Radobank Chile

054

Consorcio

055

Banco Penta

056

Banco Paris

057

BCI (Mach)

116

BBVA Banco Bhif

504

Banco del Desarrollo

507

See

See

See

See

See

See

to check document types and validations.

For the full and most up-to-date list of banks and its codes, please check the

🇨🇱
Cashout Bank Code endpoint.
bank codes
validations below
account type codes
Click here
document validations
country codes
currency codes