Kushki Developer Portal
  1. SMARTLINKS V2
Kushki Developer Portal
  • Back to home
  • Ecuador 🇪🇨
  • Bienvenidos
  • ONLINE PAYMENTS
    • CARD
      • 1. Request a card token
      • 2. Make a charge or deferred charge
      • 3. Void a transaction
      • 4. Refund a transaction
      • 5. Request deferred options
      • 6. Bin Info
      • 7. Bin Info V2
      • 8. Validate OTP
      • 7. Bin Info V2
      • 1. Request a card token
      • 4. Refund a transaction
      • 8. Validate OTP
      • 3. Void a transaction
      • 2. Make a charge or deferred charge
      • 5. Request deferred options
      • 6. Bin Info
    • 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. Get recurring charge Info
      • 7. Add a temporary charge or discount
      • 4. Make an One-click payment
      • 3. Update recurring charge card data
      • 6. Update a recurring charge
      • 5. Cancel a recurring charge
      • 1. Request a recurring charge token
      • 8. Get recurring charge Info
      • 2. Create a recurring charge
    • TRANSFER IN
      • 1. Get Bank List
      • 2. Request a Transfer In token
      • 3. Init Transaction
      • 4. Get Status
      • 4. Get Status
      • 2. Request a Transfer In token
      • 3. Init Transaction
      • 1. Get Bank List
    • CASH IN
      • 1. Request a cash in token
      • 2. Init Transaction
      • 3. Transaction Status
      • 4. Update a cash in transaction
      • 5. Delete a cash in transaction
      • 1. Request a cash in token
      • 3. Transaction Status
      • 5. Delete a cash in transaction
      • 2. Init Transaction
      • 4. Update a cash in transaction
    • SMARTLINKS V2
      • 1. Create a Smartlink
        POST
      • 2. Get a Smartlink
        GET
      • 3. Delete a Smartlink
        DELETE
      • 4. Update a Smartlink
        PATCH
      • 3. Delete a Smartlink
        DELETE
      • 1. Create a Smartlink
        POST
      • 2. Get a Smartlink
        GET
      • 4. Update a Smartlink
        PATCH
    • ANALYTICS
      • 1. Get transactions list
      • 1. Get transactions list
    • GATEWAY STATUS
      • 1. Get gateway status
      • 1. Get gateway status
    • COMMISSIONS
      • 1. Get Commission Configuration
      • 1. Get Commission Configuration
    • 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
      • 1. Create a credential
      • 7. Regenerate a credential
      • 3. Advanced search
      • 6. Update credential
      • 5. Delete credential
      • 4. Activate or deactivate
      • 2. Search credentials
    • PAYMENT BUTTON
      • 1. Create a payment button
      • 1. Create a payment button
  1. SMARTLINKS V2

4. Update a Smartlink

PATCH
/smartlink/v2/smart-link/{{smartlinkId}}

Request

Header Params

Body Params application/json

Examples

Responses

🟠400
application/json
Body

🟢204
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PATCH '/smartlink/v2/smart-link/{{smartlinkId}}' \
--header 'Private-Merchant-Id: {{EC-Private-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "publicMerchantId": "{{EC-Public-Merchant-Id}}",
    "merchantName": "Mi Comercio",
    "paymentConfig": {
        "paymentType": "unique",
        "amount": {
            "currency": "USD",
            "subtotalIva": 0,
            "subtotalIva0": 2000,
            "iva": 0,
            "ice": 0
        },
        "paymentMethod": [
            "cash",
            "credit-card",
            "transfer"
        ]
    },
    "generalConfig": {
        "productName": "Plan Hogar",
        "description": "<p>Cobertura completa</p>",
        "productImage": "https://kushki-static.s3.amazonaws.com/smartlinks/product-image.png",
        "brandLogo": "https://kushki-static.s3.amazonaws.com/smartlinks/logo.png",
        "executionLimit": 0,
        "showTimer": false,
        "enabled": true,
        "termsAndConditions": "",
        "promotionalText": ""
    },
    "styleAndStructure": {
        "structure": "checkout",
        "primaryColor": "#00E6B2",
        "secondaryColor": "#ca0fea"
    },
    "contact": {
        "email": "soporte@soporte.com",
        "phoneNumber": "+593912345678"
    },
    "formConfig": [
        {
            "label": "Nombres y apellidos",
            "type": "input",
            "split": false,
            "required": true,
            "disabled": false,
            "name": "nombresyapellidos",
            "placeholder": "Nombres y apellidos",
            "value": ""
        },
        {
            "split": true,
            "name": "documentodeid",
            "disabled": false,
            "label": "Documento de Id.",
            "placeholder": "Documento de Id.",
            "type": "input",
            "required": false
        },
        {
            "split": true,
            "name": "email",
            "disabled": false,
            "label": "E-mail",
            "placeholder": "E-mail",
            "type": "input",
            "required": false
        }
    ],
  "version": "V2"
}'
Response Response Example
400 - 400 - WCH001 - Cuerpo de la petición inválido
{
    "code": "WCH001",
    "message": "Cuerpo de la petición inválido."
}
Modified at 2026-01-06 19:33:02
Previous
3. Delete a Smartlink
Next
3. Delete a Smartlink
Built with