1. Kushki One
  • 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. Kushki One

Cloud Services

In Cloud mode, your POS sends HTTP requests to Kushki's cloud infrastructure, which forwards the commands to the target terminal via push. Use this mode when your POS runs in the cloud or on a network that cannot route traffic directly to the terminal.
Beta — Early Access
Kushki ONE Cloud is currently in Beta for Chile 🇨🇱. Do not deploy to production without coordinating with the Kushki integration team.

Base URLs#

EnvironmentURL
Productionhttps://cloudt.kushkipagos.com
UAThttps://uat-cloudt.kushkipagos.com
All endpoints follow the pattern:
POST https://cloudt.kushkipagos.com/terminal/v1/{terminalSerial}/sync/{operation}
The terminalSerial is the serial number of the target SmartPOS terminal, obtained from the Device Management System (DMS).

Authentication#

All Cloud requests require two signed headers:
HeaderDescription
AuthorizationHMAC-SHA256 signature of the raw JSON request body, Base64-encoded. Key = your Business-Code
timestampCurrent Unix timestamp in milliseconds (13 digits) — must be within ±5 minutes of server time
ℹ️ Omit Authorization on requests with no body (e.g. Abort).

Payment operations#

OperationEndpointDescription
ChargePOST /sync/chargeOne-step authorization + capture
AuthorizationPOST /sync/authorizationReserve funds, capture later (Visa / Mastercard)
CapturePOST /sync/captureCollect reserved funds
Re-authorizationPOST /sync/re_authorizationExtend or increase a pre-auth
Post-tipPOST /sync/pos_tipAdd tip to an authorized transaction
VoidPOST /sync/voidCancel same-day transaction (cutoff: 23:59 local)
RefundPOST /sync/refundRefund a settled transaction
AbortPOST /sync/abortCancel a transaction in progress
Transaction SearchPOST /sync/transaction_searchQuery terminal transaction history

Charge#

Single-step payment — authorization and capture in one operation.
{
  "amount": {
    "subtotal_iva0": 10000,
    "subtotal_iva": 0,
    "iva": 0,
    "extra_taxes": {
      "airport_tax": 0,
      "iac": 0,
      "ice": 0,
      "travel_agency": 0
    }
  },
  "client_transaction_id": "c5a3f3be-9d6f-4d39-8af5-58dbb589af79",
  "metadata": {
    "reference": "ORD-20240317-001",
    "customer_email": "user@example.com"
  }
}
⚠️ Save transaction_reference from the response — required for void or refund.

Authorization (Pre-auth)#

Reserves funds without capturing. Use for hotels, gas stations, or open-tab scenarios.
{
  "amount": {
    "subtotal_iva0": 10000,
    "subtotal_iva": 0,
    "iva": 0
  },
  "client_transaction_id": "auth-20240317-001"
}

Capture#

Collects funds reserved by a prior authorization. Amount must be ≤ 110% of the authorized amount.
{
  "transaction_reference": "6f16659e-b711-4995-a9ae-161aecbd6521",
  "amount": {
    "subtotal_iva0": 10000,
    "subtotal_iva": 0,
    "iva": 0
  }
}

Void#

Cancels a same-day transaction before the processor cutoff. Wait at least 1 minute after the original transaction.
{
  "transaction_reference": "6f16659e-b711-4995-a9ae-161aecbd6521"
}

Refund#

Refunds a captured and settled transaction — can be executed days after the charge.
{
  "transaction_reference": "6f16659e-b711-4995-a9ae-161aecbd6521",
  "amount": {
    "subtotal_iva0": 10000,
    "subtotal_iva": 0,
    "iva": 0
  }
}

Transaction Search#

{
  "page": 1,
  "size": 10,
  "filters": {
    "last_four_digits": "9130",
    "start_date": 0,
    "end_date": 0,
    "transaction_reference": "",
    "transaction_type": ""
  }
}

Print operations#

OperationEndpointDescription
Create Print JobPOST /sync/print/jobQueue a print job on the terminal printer
Get Print Job StatusPOST /sync/print/job_statusPoll the status of a queued print job
Printing is asynchronous — the create endpoint returns 202 Accepted immediately. Supply a webhookUrl or poll for the result.

Create Print Job#

{
  "webhookUrl": "https://yoursite.com/print/notify",
  "commands": [
    { "type": "TEXT", "text": "MI COMERCIO CHILE", "align": "CENTER", "size": 32, "bold": true },
    { "type": "DIVIDER", "style": "SOLID" },
    { "type": "COLUMNS", "columns": [
        { "text": "Producto Premium", "width": 3 },
        { "text": "10.000", "width": 1, "align": "RIGHT" }
    ]},
    { "type": "DIVIDER", "style": "DOTTED" },
    { "type": "COLUMNS", "columns": [
        { "text": "TOTAL", "width": 3, "bold": true },
        { "text": "10.000", "width": 1, "align": "RIGHT", "bold": true }
    ]},
    { "type": "FEED", "lines": 2 },
    { "type": "CUT" }
  ]
}
Response:
{
  "print_job_id": "pj_a1b2c3d4e5f6",
  "status": "PENDING"
}

Get Print Job Status#

{
  "print_job_id": "pj_a1b2c3d4e5f6"
}
StatusDescription
PENDINGJob queued — not yet printed
COMPLETEDPrinted successfully
FAILEDPrinting failed

Available Endpoints#

Charge
One-step authorization + capture.
Authorization
Reserve funds for later capture.
Capture
Collect reserved funds from a prior authorization.
Re-authorization
Extend or increase a pre-authorization.
Post-tip
Add gratuity to an authorized transaction.
Void
Cancel a same-day transaction before cutoff.
Refund
Refund a settled transaction.
Abort
Cancel a transaction currently in progress on the terminal.
Transaction Search
Query terminal transaction history.
Create Print Job
Queue a print job. Returns immediately — result via webhook or polling.
Get Print Job Status
Poll the status of a queued print job.

Got a suggestion on this documentation? Contact us.
Modified at 2026-07-11 00:04:49
Previous
Kushki One
Next
Payment
Built with