1. Smartlinks
  • Developer Docs Ecuador 🇪🇨
  • Online Payments
    • Release Notes
    • Card Payments
      • Request a card token
      • Make a charge or deferred charge
      • Refund a transaction
      • Void a transaction
      • Request deferred options
      • Validate OTP
      • Bin Info V2
      • Bin Info
    • One Click and 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
      • Get recurring charge Info
    • Chargebacks
      • Query chargebacks
      • Request chargeback export
    • Subscription Transactions
      • Get subscription transactions
    • Transfer in
      • Request a Transfer In token
      • Init Transaction
      • Get Status
    • Cash in
      • Request a cash in token
      • Init Transaction
      • Update a cash in transaction
      • Transaction Status
      • Delete a cash in transaction
    • Smartlinks
      • Create a Smartlink
        POST
      • Update a Smartlink
        PATCH
      • Get a Smartlink
        GET
      • Delete a smartlink
        DELETE
    • Analytics
      • Get transactions list v1
      • Get transactions list v2
    • Status
      • Get gateway status
      • Get platform status
    • Commissions
      • Get Commission Configuration
    • Payment Credentials
      • Create a credential
      • Search credentials
      • Activate or deactivate
      • Delete credential
      • Update credential
      • Regenerate a credential
      • Advanced search
    • Payment Button
      • Create a payment button
    • Settlement
      • Query settlement
  • Appian - Submerchant Register
    • Submerchant Validation in Batch
    • Query submerchant status by requestId/submerchantId
    • Get submerchantIds
    • Get credentials for submerchants
  • Schemas
    • threeDomainSecure
    • webhooks
    • Card-old
    • Channel
    • Amount-cash-in
    • ChargebackListResponse
    • StatusComponent
    • SettlementDateRangeRequest
    • SubscriptionTransactionsResponse
    • Card
    • currency
    • networkToken
    • ChargebackItem
    • ErrorResponse
    • SettlementTicketRequest
    • SubscriptionTransaction
    • Subscription
    • Amount
    • ErrorResponse400
    • SettlementResponse
    • extraTaxes
    • Country
    • ErrorResponse401
    • SettlementRecord
    • Language
    • Deferred
    • ErrorResponse403
    • Metadata
    • payment_method
    • ErrorResponse500
    • ContactDetails
    • documentType
    • orderDetails
    • Shipping Address
    • Billing-Address
    • payment_submethod
    • SubscriptionUpdate
    • product
    • SubscriptionAdjustmentRequest
    • threeDomainSecure
    • webhooks
    • headers
    • webhooksChargeback
    • citMit
    • network
    • binInfo
    • messageFields
    • UnexpectedErrorResponse
    • ExternalReferenceId
    • transactionType
BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨
Colombia 🇨🇴Chile 🇨🇱
BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨
Colombia 🇨🇴Chile 🇨🇱
  1. Smartlinks

Get a Smartlink

GET
/smartlink/v2/smart-link/{smartlinkId}
Get the Smartlink information that can be used to render the form in a website hosted by Kushki.

Request

Path Params

Header Params

Responses

🟢200
application/json
Bodyapplication/json

🟠400
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api-uat.kushkipagos.com/smartlink/v2/smart-link/' \
--header 'Private-Merchant-Id;'
Response Response Example
200 - Smartlink found
{
    "paymentConfig": {
        "mixedOptions": {
            "numberOfFees": 13,
            "periodicity": "weekly",
            "subscriptionDay": 28
        },
        "paymentMethod": [
            "cash",
            "credit-card",
            "transfer"
        ],
        "amount": {
            "currency": "USD",
            "subtotalIva0": 0,
            "iva": 211.09,
            "subtotalIva": 1111
        },
        "subscriptionOptions": {
            "periodicity": "weekly",
            "planName": "Subscription-SmartLink",
            "amount": {
                "currency": "USD",
                "subtotalIva0": 0,
                "iva": 422.18,
                "subtotalIva": 2222
            },
            "terms": "T&C suscripcion",
            "startDate": "2020-03-15"
        },
        "paymentType": "mixed"
    },
    "executionCount": 0,
    "version": "V2",
    "formConfig": [
        {
            "split": true,
            "icon": "bold",
            "name": "nombresyapellidos",
            "disabled": false,
            "label": "Nombres y apellidos",
            "placeholder": "Nombres y apellidos",
            "type": "input",
            "required": false,
            "selected": false
        },
        {
            "split": true,
            "icon": "bold",
            "name": "email",
            "disabled": false,
            "label": "E-mail",
            "placeholder": "E-mail",
            "type": "input",
            "required": false,
            "selected": false
        },
        {
            "split": true,
            "icon": "server",
            "name": "listadeseleccion",
            "options": [
                "Opcion 1",
                "Opcion 2",
                "Opcion 3"
            ],
            "index": 3,
            "disabled": false,
            "label": "Lista de selección",
            "type": "select",
            "required": false,
            "selected": false
        },
        {
            "split": true,
            "icon": "check-circle",
            "name": "seleccionmultiple",
            "options": [
                "Opcion 1",
                "Opcion 2"
            ],
            "index": 3,
            "disabled": false,
            "label": "Selección múltiple",
            "type": "checkbox",
            "required": false,
            "selected": false
        },
        {
            "split": true,
            "icon": "calendar",
            "name": "fecha",
            "index": 4,
            "disabled": false,
            "label": "Fecha",
            "type": "date",
            "required": false,
            "selected": false
        },
        {
            "split": true,
            "icon": "bold",
            "name": "areadetexto",
            "index": 4,
            "disabled": false,
            "label": "Área de texto",
            "placeholder": "Área de texto",
            "type": "area",
            "required": false,
            "selected": false
        }
    ],
    "generalConfig": {
        "productImage": "https://kushki-static.s3.amazonaws.com/smartlinks/product-image.png",
        "showTimer": true,
        "buyButtonText": "pago",
        "description": "<p>Descipción</p>",
        "executionCount": 0,
        "executionLimit": 999,
        "promotionalText": "promocional",
        "brandLogo": "https://kushki-static.s3.amazonaws.com/smartlinks/logo.png",
        "enabled": true,
        "productName": "nombre producto",
        "expirationDate": 1585717199999,
        "termsAndConditions": "tyc smartlink"
    },
    "created": 1585715919666,
    "publicMerchantId": "20000000100338110000",
    "merchantName": "CLINICA OFTALMOLOGICA",
    "styleAndStructure": {
        "primaryColor": "#00E6B2",
        "coverModel": "left",
        "structure": "cover",
        "buttonStyle": "square",
        "secondaryColor": "#023366"
    },
    "id": "4RUvloWDA",
    "merchantId": "20000000100338110000",
    "subscriptionTotalAmount": 2644.18,
    "totalAmount": 1322.09,
    "paymentConfigType": "fixed",
    "source": "console"
}
Modified at 2026-07-23 17:50:43
Previous
Update a Smartlink
Next
Delete a smartlink
Built with