Kushki Developer Portal
  1. ONE-CLICK & SCHEDULED PAYMENTS
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
        POST
      • 2. Create a recurring charge
        POST
      • 3. Update recurring charge card data
        PUT
      • 4. Make an One-click payment
        POST
      • 5. Cancel a recurring charge
        DELETE
      • 6. Update a recurring charge
        PATCH
      • 7. Add a temporary charge or discount
        PUT
      • 8. Get recurring charge Info
        GET
      • 7. Add a temporary charge or discount
        PUT
      • 4. Make an One-click payment
        POST
      • 3. Update recurring charge card data
        PUT
      • 6. Update a recurring charge
        PATCH
      • 5. Cancel a recurring charge
        DELETE
      • 1. Request a recurring charge token
        POST
      • 8. Get recurring charge Info
        GET
      • 2. Create a recurring charge
        POST
    • 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
      • 2. Get a Smartlink
      • 3. Delete a Smartlink
      • 4. Update a Smartlink
      • 3. Delete a Smartlink
      • 1. Create a Smartlink
      • 2. Get a Smartlink
      • 4. Update a Smartlink
    • 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. ONE-CLICK & SCHEDULED PAYMENTS

4. Make an One-click payment

POST
/subscriptions/v1/card/{{subscriptionId}}

Request

Header Params

Body Params application/json

Examples

Responses

🟢201
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/subscriptions/v1/card/{{subscriptionId}}' \
--header 'Private-Merchant-Id: {{EC-Private-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "language": "es",
    "amount": {
        "subtotalIva": 0,
        "subtotalIva0": 900,
        "ice": 0,
        "iva": 0,
        "currency": "USD"
    },
    "metadata": {
        "customerId": "123"
    },
    "contactDetails": {
        "documentType": "RUC",
        "documentNumber": "123456789",
        "email": "user@example.com",
        "firstName": "John",
        "lastName": "Doe",
        "phoneNumber": "+593912345678"
    },
    "orderDetails": {
        "siteDomain": "tuebook.com",
        "shippingDetails": {
            "name": "John Doe",
            "phone": "+593912345678",
            "address": "Eloy Alfaro 139 y Catalina Aldaz",
            "city": "Quito",
            "region": "Pichincha",
            "country": "Ecuador",
            "zipCode": "170402"
        },
        "billingDetails": {
            "name": "John Doe",
            "phone": "+593912345678",
            "address": "Eloy Alfaro 139 y Catalina Aldaz",
            "city": "Quito",
            "region": "Pichincha",
            "country": "Ecuador",
            "zipCode": "170402"
        }
    },
    "productDetails": {
        "product": [
            {
                "id": "198952AB",
                "title": "eBook Digital Services",
                "price": 6990000,
                "sku": "10101042",
                "quantity": 1
            },
            {
                "id": "198953AB",
                "title": "eBook Virtual Selling",
                "price": 9990000,
                "sku": "004834GQ",
                "quantity": 1
            }
        ]
    },
    "fullResponse": "v2"
}'
Response Response Example
{
    "ticketNumber": "523053022697017605",
    "details": {
        "recap": "437252",
        "approvedTransactionAmount": 900,
        "requestAmount": 900,
        "responseCode": "000",
        "approvalCode": "000000",
        "syncMode": "online",
        "merchantId": "20000000108850614000",
        "processorId": "1000001076909072431416575785292",
        "cardHolderName": "John Doe",
        "binCard": "445652",
        "merchantName": "Tu comercio",
        "processorName": "Datafast Processor",
        "processorBankName": "0032~BANCO INTERNACIONAL",
        "transactionId": "637623269453038415",
        "lastFourDigits": "9860",
        "binInfo": {
            "type": "credit"
        },
        "paymentBrand": "VISA",
        "subtotalIva": 0,
        "subtotalIva0": 900,
        "currencyCode": "USD",
        "ivaValue": 0,
        "cardCountry": "United States of America",
        "created": 1657654809,
        "fullResponse": true,
        "transactionStatus": "APPROVAL",
        "transactionType": "SALE",
        "acquirerBank": "Banco Internacional",
        "rules": []
    },
    "transactionReference": "85c57e6d-97e8-4bd4-8e36-e083b3bde80d"
}
Modified at 2026-01-06 19:33:02
Previous
3. Update recurring charge card data
Next
5. Cancel a recurring charge
Built with