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

Smartlinks V2

Smartlinks V2 lets you generate a hosted payment URL that you share with your customers in Chile 🇨🇱. No frontend integration required — Kushki hosts the payment form. Customers open the link, fill in any custom fields, select a payment method, and pay.
Smartlinks support:
Fixed amounts — you set the price, the customer pays that exact amount
Open amounts — the customer enters the amount at checkout (useful for donations, invoices, top-ups)
Payment types — one-time, subscription, or mixed (one-time + subscription option)
Payment methods — credit card, bank transfer, cash (Payvalida), and Card Async (Transbank)

How it works#

1
Create a Smartlink
Call POST /smartlink/v2/smart-link with your configuration. Returns a smartLinkUrl ready to share.
Fixed amount — one-time payment:
{
  "publicMerchantId": "20000000109815430000",
  "merchantName": "mi-comercio-chile",
  "paymentConfigType": "fixed",
  "paymentConfig": {
    "paymentType": "unique",
    "paymentMethod": ["credit-card", "transfer", "cash"],
    "amount": {
      "subtotalIva": 0,
      "subtotalIva0": 10000,
      "iva": 0,
      "currency": "CLP"
    }
  },
  "generalConfig": {
    "productName": "Producto de ejemplo",
    "description": "Descripción del producto",
    "productImage": "https://yoursite.com/product.jpg",
    "brandLogo": "https://yoursite.com/logo.png",
    "executionLimit": 100,
    "showTimer": false,
    "enabled": true,
    "termsAndConditions": "https://yoursite.com/terms"
  },
  "styleAndStructure": {
    "structure": "checkout",
    "buttonStyle": "round",
    "primaryColor": "#1A4CFF"
  },
  "contact": {
    "email": "user@example.com",
    "phoneNumber": "+56912345678"
  },
  "formConfig": [
    {
      "name": "nombres",
      "label": "Nombre completo",
      "placeholder": "Nombre completo",
      "type": "input",
      "split": false,
      "required": true,
      "disabled": false
    }
  ],
  "language": "es"
}
Response:
{
  "smartLinkUrl": "https://pay.kushkipagos.com/smartlink/abc123xyz"
}
2
Share the URL with your customer
Send the smartLinkUrl via email, SMS, WhatsApp, or embed it as a button on your site. The customer opens it in their browser — no app or SDK required.
3
Customer completes payment
The customer fills in any custom form fields, selects their payment method, and completes the transaction. Kushki handles the entire payment flow.
4
Get, update, or delete the Smartlink
Use GET /smartlink/v2/smart-link/{smartlinkId} to retrieve the current configuration, PATCH to update fields (e.g., disable the link or change the execution limit), and DELETE to permanently remove it.

Payment configuration types#

paymentConfigTypeDescription
fixedYou define the amount — customer pays exactly that
openCustomer enters the amount at checkout

Payment methods#

ValueDescription
credit-cardCredit or debit card
transferBank transfer (ACH)
cashCash at Payvalida collection points
card-asyncCard Async via Transbank / Webpay
subscriptionRecurring card payments

Payment types#

ValueDescription
uniqueSingle one-time payment
subscriptionRecurring subscription payments
mixedOffers both one-time and subscription options to the customer

Form field types#

Custom fields in formConfig can be any of these types:
TypeDescription
inputFree-text input (name, email, etc.)
selectDropdown list of options
dateDate picker
areaMulti-line text area
checkboxMulti-select checkboxes
radioSingle-choice radio buttons

Open amount configuration#

For paymentConfigType: "open", use the paymentConfig object (note the trailing space — this is a separate property):
{
  "paymentConfigType": "open",
  "paymentConfig ": {
    "paymentType": "unique",
    "paymentMethod": ["credit-card", "transfer"],
    "currency": "CLP",
    "taxEnabled": false,
    "minAmount": 1000,
    "maxAmount": 100000
  }
}
FieldDescription
currencyCLP or UF — see Currency
taxEnabledWhether to apply IVA at checkout
taxPercentageIVA rate (if taxEnabled: true)
defaultAmountPre-filled amount suggestion
minAmountMinimum amount the customer can enter
maxAmountMaximum amount the customer can enter

General configuration fields#

FieldRequiredDescription
productName✅Product or service name
description✅Short description shown at checkout
productImage✅URL of the product image
brandLogo✅URL of your brand logo
executionLimit✅Max number of times this link can be used
showTimer✅Show a countdown timer on the payment page
enabled✅true to activate the link
termsAndConditions✅URL to your T&C page
expirationDateOptionalUnix timestamp — link expires after this date
buyButtonTextOptionalCustom text for the pay button

Style and structure#

FieldOptionsDescription
structurecheckout, coverPage layout
coverModelleft, center, rightImage position (cover layout only)
buttonStylesquare, semi, roundPay button corner style
primaryColorHex colorMain brand color
secondaryColorHex colorSecondary brand color

Currency#

CurrencyCodeNotes
Chilean PesoCLPInteger amounts only — no decimal places
Unidad de FomentoUFIndexed currency unit

Language#

Set the checkout page language with the language field:
ValueLanguage
esSpanish
enEnglish
brPortuguese

Authentication#


Using the API#

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

Available Endpoints#

Create Smartlink
Generate a hosted payment URL with your product config, branding, form fields, and payment methods.
Get Smartlink
Retrieve the current configuration and status of a Smartlink by its ID.
Update Smartlink
Modify an existing Smartlink — enable/disable it, update the execution limit, or change config fields.
Delete Smartlink
Permanently remove a Smartlink. This action cannot be undone.

Got a suggestion on this documentation? Contact us.
Modified at 2026-07-31 16:18:28
Previous
Transaction Status
Next
Create a Smartlink
Built with