1. Online Payments
  • API Docs Chile 🇨🇱
  • Online Payments
    • Release Notes
    • Card Payments
      • Request a card token
      • Create payment (tokenless)
      • Make a charge or deferred charge
      • Void a transaction
      • Refund a transaction
      • Request deferred options
      • Authorize payments
      • Preauthorization (tokenless)
      • Reauthorize payments
      • Capture an authorized payment
      • Verify Account
      • Validate OTP
      • Bin Info V2
      • Bin Info
      • Voucher
    • One-Click & Scheduled Payments
      • Request a recurring charge token
      • Create a recurring charge
      • Update recurring charge card data
      • Make an One-click payment
      • Cancel a recurring charge
      • Update a recurring charge
      • Add a temporary charge or discount
      • Authorize payments
      • Capture an authorized payment
      • Get recurring charge Info
    • Card Async
      • Request a card async token
      • Init Transaction
      • Authorize payments
      • Capture an authorized payment
      • Get Status
    • Async Card Recurring Charges
      • Request an async card recurring charge token
      • Init an async card recurring charge
      • Authorize payments
      • Capture an authorized payment
    • Chargebacks
      • Query chargebacks
      • Request chargeback export
    • Transfer In
      • Get Bank List
      • Request a Transfer In token
      • Init Transaction
      • Get Status
    • Transfer Out
      • Get Bank List
      • Get Bank List V2
      • Request a Transfer Out token
      • Init Transaction
      • Get Status
      • Balance for Payouts
    • Cash In
      • Request a cash in token
      • Init Transaction
      • Transaction Status
    • Smartlinks V2
      • Create a Smartlink
      • Get a Smartlink
      • Delete a smartlink
      • Update a Smartlink
    • Payment Button
      • Create a payment button
    • Analytics
      • Get transactions list v1
      • Get transactions list v2
    • Status
      • Get platform status
      • Get gateway status
    • Subscription Transactions
      • Get subscription transactions
    • Payment Credentials
      • Create a credential
      • Search credentials
      • Update credential
      • Regenerate a credential
      • Delete credential
      • Activate or deactivate
      • Advanced search
    • Settlement
      • Query settlement
  • API Raw Card Present Payments
    • Release Notes
    • Error Catalog
    • Test Data
    • Key Exchange Process
    • One-time payments
      • Single payment
    • Two-step-payments
      • Authorization and capture
    • Voids & Refunds
      • Refund a transaction
      • Void & Reverse
    • Card information
      • Get BIN Info
      • Bin Info V2
      • Request deferred options
    • Query Transactions
      • Transaction Search
    • Webhooks
      • Introduction
      • Good practices
      • Refunds
      • Card Payments
      • Check your webhooks
  • Kushki One
    • Cloud Services
      • Payment
        • Charge
        • Authorization (Pre-auth)
        • Capture
        • Re-authorization
        • Post-tip
        • Void
        • Refund
        • Abort
      • Search
        • Transaction Search
      • Print
        • Create Print Job
        • Get Print Job Status
    • Local Services
      • Payment
        • Charge
        • Authorization (Pre-auth)
        • Capture
        • Re-authorization
        • Post-tip
        • Void
        • Refund
        • Abort
      • Search
        • Transaction Search — Online
        • Transaction Search — Local
      • Print
        • Create Print Job
        • Get Print Job Status
        • Print Job Webhook (inbound — implemented by your POS)
  • Appian - Submerchant Register
    • Submerchant Validation in Batch
    • Query submerchant status by requestId/submerchantId
    • Get submerchantIds
    • Get credentials for submerchants
  • Schemas
    • RequestBodies
      • one-and-two-step-payment
    • documentType
    • Amount-cash-in
    • amount
    • Card
    • ChargebackListResponse
    • Channel
    • StatusComponent
    • SubscriptionTransactionsResponse
    • SettlementDateRangeRequest
    • AmountWithTaxes
    • PrintJobRequest
    • networkToken
    • extra_taxes
    • ChargebackItem
    • SubscriptionTransaction
    • SettlementTicketRequest
    • AmountCore
    • CommandText
    • webhooks
    • card
    • Amount-CL
    • webhooksItem
    • ErrorResponse400
    • SettlementResponse
    • ExtraTaxes
    • CommandColumns
    • headers
    • currency
    • Amount
    • card_details
    • ErrorResponse401
    • SettlementRecord
    • ColumnItem
    • Metadata
    • transactionType
    • enc_tlv
    • ErrorResponse403
    • ErrorResponse
    • TransactionResponse
    • CommandDivider
    • extraTaxes
    • Country
    • binInfo
    • Deferred
    • deferred
    • ErrorResponse500
    • payment_method
    • RawResponse
    • CommandFeed
    • SubscriptionUpdate
    • pos_details
    • CardData
    • CommandSpace
    • ContactDetails
    • Language
    • contact_details
    • sub_merchant
    • AmountWithTip
    • CommandCut
    • Subscription
    • metadata
    • LinkFailure
    • CommandImage
    • orderDetails
    • TransactionSearchRequest
    • CommandQR
    • Shipping Address
    • payment_submethod
    • CommandBarcode
    • Billing-Address
    • PrinterError
    • product
    • PrintJobStatus
    • threeDomainSecure
    • SubscriptionAdjustmentRequest
    • PrintWebhookPayload
    • webhooksChargeback
    • citMit
    • network
    • messageFields
    • UnexpectedErrorResponse
    • ExternalReferenceId
    • ExternalSubscriptionId
BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨Colombia 🇨🇴Chile 🇨🇱
BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨Colombia 🇨🇴Chile 🇨🇱
  1. Online Payments

Transfer Out

Transfer Out lets you send funds directly to a recipient's bank account (ACH) in Chile 🇨🇱 — for supplier payments, marketplace payouts, commissions, or any disbursement flow.

How it works#

1
Get the bank list
Call GET /payouts/transfer/v1/bankList (or the v2 endpoint) to retrieve the list of available destination banks. Display this list so the merchant or back-office operator can select the recipient's bank.
2
Request a Transfer Out token
Call POST /payouts/transfer/v1/tokens with the recipient's bank details and the disbursement amount. Returns a token.
{
  "documentType": "RUT",
  "documentNumber": "12345678-9",
  "accountType": "CC",
  "accountNumber": "00123456789",
  "bankId": "001",
  "totalAmount": 50000,
  "currency": "CLP",
  "name": "Catalina Fuentes",
  "mail": "user@example.com",
  "paymentDescription": "Pago proveedor"
}
Field reference:
FieldRequiredNotes
documentTypeOptionalRUT — the only value accepted for Chile
documentNumberOptionalRecipient's ID number
accountType✅See account types table below
accountNumber✅Recipient's bank account number
bankIdOptionalBank identifier from the bank list
totalAmount✅Disbursement amount in CLP (integer)
currency✅CLP
nameOptionalRecipient full name. No special characters allowed in Chile.
mailOptionalRecipient email address
paymentDescriptionOptionalDescription for the transfer. No special characters allowed in Chile.
⚠️ No special characters: Chile does not allow special characters in paymentDescription or name. Use only standard ASCII letters and numbers.
3
Init the disbursement
Call POST /payouts/transfer/v1/init with the token and amount. A successful response returns a ticketNumber and transactionReference.
{
  "token": "AbCDef123456Z7Ghi8901234jkLMNopQ",
  "amount": {
    "subtotalIva": 0,
    "subtotalIva0": 50000,
    "iva": 0
  },
  "webhooks": [
    {
      "events": ["approvedTransaction", "declinedTransaction"],
      "urls": ["https://yoursite.com/kushki/payout-notify"]
    }
  ],
  "fullResponse": "v2"
}
Response:
{
  "ticketNumber": "319228478889680318",
  "transactionReference": "6f16659e-b711-4995-a9ae-161aecbd6521",
  "status": "INITIALIZED"
}
4
Check disbursement status
Call GET /payouts/transfer/v1/transaction/{ticketNumber} to check the current status of the disbursement. The transfer may take time to process depending on the recipient bank.
{
  "ticketNumber": "319228478889680318",
  "transactionStatus": "APPROVAL",
  "totalAmount": 50000,
  "currency": "CLP",
  "bankId": "001",
  "documentType": "RUT",
  "documentNumber": "12345678-9"
}

Currency#

CurrencyCodeNotes
Chilean PesoCLPInteger amounts only — no decimal places

Account types#

ValueDescription
CCCuenta Corriente
CACuenta de Ahorro
CVCuenta Vista / RUT (Banco Estado)
ℹ️ CV — Banco Estado: Send the recipient's RUT without the check digit. For any other bank, send the standard bank account number.

Document types#

ValueDescription
RUTRol Único Tributario 🇨🇱 — the only document type accepted for Chile

Transaction status values#

StatusDescription
INITIALIZEDTransfer created — processing with the bank
APPROVALFunds successfully disbursed
PROCESSINGTransfer is being processed by the bank
DECLINEDTransfer rejected by the recipient bank

Check your payout balance#

Before initiating disbursements, verify you have sufficient balance in your Kushki payout wallet:
GET /wallet/v1/merchant/balance
{
  "currentBalance": 500000,
  "currency": "CLP",
  "balanceDate": 1748520000000
}
balanceDate is a Unix timestamp (milliseconds).
Insufficient balance
Transfer Out operations are funded from your Kushki wallet balance. Ensure your balance covers the disbursement before calling the token endpoint.

Webhooks#

Include a webhooks array in the init request to receive real-time disbursement notifications:
{
  "webhooks": [
    {
      "events": ["approvedTransaction", "declinedTransaction"],
      "urls": ["https://yoursite.com/kushki/payout-notify"]
    }
  ]
}

Authentication#


Using the API#

🟢 Production
🧪 Sandbox (UAT)
https://api.kushkipagos.com/

Available Endpoints#

Get Bank List
Retrieve available destination banks for payouts.
Get Bank List V2
Enhanced bank list with additional metadata.
Request a Transfer Out Token
Tokenize the recipient's bank details and disbursement amount.
Init Transaction
Initiate the bank transfer disbursement. Returns a ticketNumber for tracking.
Get Status
Check the current status of a disbursement by ticketNumber.
Merchant Balance
Get your current payout wallet balance in CLP.

Got a suggestion on this documentation? Contact us.
Modified at 2026-07-29 16:10:01
Previous
Get Status
Next
Get Bank List
Built with