Kushki Developer Portal
  1. CARD
Kushki Developer Portal
  • Back to home
  • Chile 🇨🇱
  • Bienvenidos
  • ONLINE PAYMENTS
    • CARD
      • 1. Request a card token
        POST
      • 2. Make a charge or deferred charge
        POST
      • 3. Void a transaction
        DELETE
      • 4. Refund a transaction
        DELETE
      • 5. Request deferred options
        GET
      • 6. Authorize payments
        POST
      • 7. Capture an authorized payment
        POST
      • 8. Bin Info
        GET
      • 9. Bin Info V2
        GET
      • 10. Validate OTP
        POST
      • 11. Voucher
        GET
      • 5. Request deferred options
        GET
      • 8. Bin Info
        GET
      • 10. Validate OTP
        POST
      • 3. Void a transaction
        DELETE
      • 4. Refund a transaction
        DELETE
      • 6. Authorize payments
        POST
      • 1. Request a card token
        POST
      • 7. Capture an authorized payment
        POST
      • 11. Voucher
        GET
      • 2. Make a charge or deferred charge
        POST
      • 9. Bin Info V2
        GET
    • CASH IN
      • 1. Request a cash in token
      • 2. Init Transaction
      • 3. Transaction Status
      • 1. Request a cash in token
      • 2. Init Transaction
      • 3. Transaction Status
    • TRANSFER IN
      • 1. Get Bank List
      • 2. Request a Transfer In token
      • 3. Init Transaction
      • 4. Get Status
      • 1. Get Bank List
      • 4. Get Status
      • 2. Request a Transfer In token
      • 3. Init Transaction
    • TRANSFER OUT
      • 1. Get Bank List
      • 2. Request a Transfer Out token
      • 3. Init Transaction
      • 4. Get Status
      • 5. Wallet Balance
      • 2. Request a Transfer Out token
      • 1. Get Bank List
      • 5. Wallet Balance
      • 3. Init Transaction
      • 4. Get Status
    • ONE-CLICK & SCHEDULED PAYMENTS
      • 1. Request a recurring charge token
      • 2. Create a recurring charge
      • 3. Update recurring charge card data
      • 4. Make an One-click payment
      • 5. Cancel a recurring charge
      • 6. Update a recurring charge
      • 7. Add a temporary charge or discount
      • 8. Authorize payments
      • 9. Capture an authorized payment
      • 10. Get recurring charge Info
      • 3. Update recurring charge card data
      • 7. Add a temporary charge or discount
      • 10. Get recurring charge Info
      • 5. Cancel a recurring charge
      • 6. Update a recurring charge
      • 4. Make an One-click payment
      • 9. Capture an authorized payment
      • 8. Authorize payments
      • 2. Create a recurring charge
      • 1. Request a recurring charge token
    • PAYMENT BUTTON
      • 1. Create a payment button
      • 1. Create a payment button
    • SMARTLINKS V2
      • 1. Create a Smartlink
      • 2. Get a Smartlink
      • 3. Delete a Smartlink
      • 4. Update a Smartlink
      • 3. Delete a Smartlink
      • 4. Update a Smartlink
      • 1. Create a Smartlink
      • 2. Get a Smartlink
    • PAYMENT CREDENTIALS
      • 1. Create a credential
      • 2. Search credentials
      • 3. Advanced search
      • 4. Activate or deactivate
      • 5. Delete credential
      • 6. Update credential
      • 7. Regenerate a credential
      • 6. Update credential
      • 5. Delete credential
      • 4. Activate or deactivate
      • 2. Search credentials
      • 1. Create a credential
      • 3. Advanced search
      • 7. Regenerate a credential
    • COMMISSIONS
      • 1. Get Commission Configuration
      • 1. Get Commission Configuration
    • GATEWAY STATUS
      • 1. Get gateway status
      • 1. Get gateway status
    • ANALYTICS
      • 1. Get transactions list
      • 1. Get transactions list
    • ASYNC CARD RECURRING CHARGES
      • 1. Request a token
      • 2. Init an async card recurring charge
      • 3. Authorize payments
      • 4. Capture an authorized payment
      • 2. Init an async card recurring charge
      • 4. Capture an authorized payment
      • 1. Request a token
      • 3. Authorize payments
    • CARD ASYNC
      • 1. Request a card async token
      • 2. Init Transaction
      • 3. Authorize payments Copy
      • 4. Capture an authorized payment Copy
      • 5. Get Status
      • 4. Capture an authorized payment Copy
      • 5. Get Status
      • 3. Authorize payments Copy
      • 2. Init Transaction
      • 1. Request a card async token
  • CARD PRESENT PAYMENTS (API RAW)
    • Single payment
  1. CARD

2. Make a charge or deferred charge

POST
/card/v1/charges

Request

Header Params

Body Params application/json

Examples

Responses

🟢201
application/json
Body

🟠400
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/card/v1/charges' \
--header 'Private-Merchant-Id: {{CL-Private-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
  "token": "{{token}}",
  "amount": {
    "subtotalIva": 0,
    "subtotalIva0": 5000,
    "ice": 0,
    "iva": 0,
    "currency": "CLP",
    "extraTaxes": {
        "iac": 0,
        "tasaAeroportuaria": 0,
        "agenciaDeViaje": 0
    }
  },
  "metadata": {
    "contractID": "157AB"
  },
  "contactDetails": {
    "documentType": "RUT",
    "documentNumber": "1234567890",
    "email": "user@example.com",
    "firstName": "John",
    "lastName": "Doe",
    "phoneNumber": "+563912345678"
  },
  "orderDetails": {
    "siteDomain": "example.com",
    "shippingDetails": {
      "name": "John Doe",
      "phone": "+563912345678",
      "address1": "Av. Pedro Aguirre Cerda 6100",
      "address2": "Los Cerrillos",
      "city": "Santiago",
      "region": "Metropolitana",
      "country": "Chile",
      "zipcode": "9200000"
    },
    "billingDetails": {
      "name": "John Doe",
      "phone": "+563912345678",
      "address1": "Av. Pedro Aguirre Cerda 6100",
      "address2": "Los Cerrillos",
      "city": "Santiago",
      "region": "Metropolitana",
      "country": "Chile",
      "zipcode": "9200000"
    }
  },
  "productDetails": {
    "product": [
      {
        "id": "198952AB",
        "title": "eBook Digital Services",
        "price": 2000,
        "sku": "10101042",
        "quantity": 1
      },
      {
        "id": "198953AB",
        "title": "eBook Virtual Selling",
        "price": 3000,
        "sku": "004834GQ",
        "quantity": 1
      }
    ]
  },
  "fullResponse": true
}'
Response Response Example
201 - 201 - Single Charge fullResponse true- Successful request
{
    "ticketNumber": "163948346954319314",
    "details": {
        "token": "c76f25038ff942eaa2644e26448dabb5",
        "orderDetails": {
            "siteDomain": "example.com",
            "shippingDetails": {
                "name": "John Doe",
                "phone": "+563912345678",
                "address1": "Av. Pedro Aguirre Cerda 6100",
                "address2": "Los Cerrillos",
                "city": "Santiago",
                "region": "Metropolitana",
                "country": "Chile",
                "zipcode": "9200000"
            },
            "billingDetails": {
                "name": "John Doe",
                "phone": "+563912345678",
                "address1": "Av. Pedro Aguirre Cerda 6100",
                "address2": "Los Cerrillos",
                "city": "Santiago",
                "region": "Metropolitana",
                "country": "Chile",
                "zipcode": "9200000"
            }
        },
        "productDetails": {
            "product": [
                {
                    "id": "198952AB",
                    "title": "eBook Digital Services",
                    "price": 2000,
                    "sku": "10101042",
                    "quantity": 1
                },
                {
                    "id": "198953AB",
                    "title": "eBook Virtual Selling",
                    "price": 3000,
                    "sku": "004834GQ",
                    "quantity": 1
                }
            ]
        },
        "fullResponse": true,
        "ip": "187.191.8.203",
        "maskedCardNumber": "545195XXXXXX5480",
        "secureId": "132c0f44-8171-45a9-83ac-1250398896d0",
        "secureService": "KushkiOTP",
        "currencyCode": "CLP",
        "buyOrder": "23853379864",
        "approvedTransactionAmount": 5000,
        "acquirerBank": "Transbank",
        "subtotalIva": 0,
        "subtotalIva0": 5000,
        "created": 1657328254000,
        "responseCode": "000",
        "transactionType": "SALE",
        "approvalCode": "000000",
        "transactionStatus": "APPROVAL",
        "syncMode": "online",
        "merchantId": "20000000108297093000",
        "processorType": "aggregator_formal",
        "transactionId": "516022711824635721",
        "metadata": {
            "contractID": "157AB"
        },
        "responseText": "Transacción aprobada",
        "cardHolderName": "John Doe",
        "lastFourDigits": "5480",
        "binCard": "545195",
        "paymentBrand": "Master Card",
        "cardType": "credit",
        "iceValue": 0,
        "requestAmount": 5000,
        "ivaValue": 0,
        "merchantName": "Merchant CL",
        "processorName": "Transbank Processor",
        "processorBankName": "0032~BANCO INTERNACIONAL",
        "transactionReference": "747df639-8a66-4e99-b1fa-4a143b348ae6",
        "issuingBank": "BANCO DE LA PRODUCCION S.A. (PRODUBANCO)",
        "contactDetails": {
            "documentType": "RUT",
            "documentNumber": "1234567890",
            "email": "user@example.com",
            "firstName": "John",
            "lastName": "Doe",
            "phoneNumber": "+563912345678"
        },
        "country": "Chile",
        "foreignCard": true,
        "socialReason": "Merchant CL",
        "categoryMerchant": "Medium",
        "binInfo": {
            "bank": "BANCO DE LA PRODUCCION S.A. (PRODUBANCO)",
            "type": "credit"
        },
        "cardCountry": "Ecuador",
        "rules": []
    },
    "transactionReference": "747df639-8a66-4e99-b1fa-4a143b348ae6"
}
Modified at 2026-01-06 19:33:02
Previous
11. Voucher
Next
9. Bin Info V2
Built with