Kushki Developer Portal
  1. ANALYTICS
Kushki Developer Portal
  • Back to home
  • Chile 🇨🇱
  • 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. Authorize payments
      • 7. Capture an authorized payment
      • 8. Bin Info
      • 9. Bin Info V2
      • 10. Validate OTP
      • 11. Voucher
      • 5. Request deferred options
      • 8. Bin Info
      • 10. Validate OTP
      • 3. Void a transaction
      • 4. Refund a transaction
      • 6. Authorize payments
      • 1. Request a card token
      • 7. Capture an authorized payment
      • 11. Voucher
      • 2. Make a charge or deferred charge
      • 9. Bin Info V2
    • 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
        GET
      • 1. Get transactions list
        GET
    • 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. ANALYTICS

1. Get transactions list

GET
/analytics/v1/transactions-list

Request

Query Params

Header Params

Responses

🟢200
application/json
Body

🟠400
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/analytics/v1/transactions-list?from={{from}}&to={{to}}' \
--header 'Private-Merchant-Id: {{CL-Private-Merchant-Id}}' \
--header 'Content-Type: application/json'
Response Response Example
200 - 200 - Transactions list
{
    "total": 48,
    "data": [
        {
            "acquirer_bank": "Transbank",
            "approval_code": "000000",
            "approved_transaction_amount": 5000,
            "bin_card": "545195",
            "buy_order": "24823332773",
            "card_holder_name": "John Doe",
            "card_type": "Credit",
            "consortium_name": null,
            "contact_details": {
                "document_number": "1234567890",
                "document_type": "RUT",
                "email": "user@example.com",
                "first_name": "John",
                "last_name": "Doe",
                "phone_number": "+563912345678"
            },
            "country": "Chile",
            "created": "2022-04-19T15:44:16.000Z",
            "credential_alias": "Merchant CL",
            "credential_id": "2ad22b9716704862a2bd827ec887c5b6",
            "credit_type": null,
            "currency_code": "CLP",
            "foreign_card": true,
            "ice_value": 0,
            "issuing_bank": "BANCO DE LA PRODUCCION S.A. (PRODUBANCO)",
            "iva_value": 0,
            "last_four_digits": "5480",
            "merchant_id": "20000000108297093000",
            "merchant_name": "Merchant CL",
            "metadata": {
                "contractID": "157AB"
            },
            "number_of_months": 3,
            "payment_brand": "Mastercard",
            "processor_id": "1000001037099579085016497235408",
            "processor_name": "Transbank Processor",
            "processor_type": "aggregator_formal",
            "public_credential_id": "4e3f2b826a4245a6ad51c8a364462bb8",
            "request_amount": 5000,
            "response_code": "000",
            "response_text": "Transaccion aprobada",
            "subtotal_iva": 0,
            "subtotal_iva0": 5000,
            "sync_mode": "online",
            "ticket_number": "243929596706694101",
            "transaction_id": "311907659913336884",
            "transaction_reference": "9eb0c02a-3c06-4125-83a0-c630aa0f29fa",
            "transaction_status": "APPROVAL",
            "transaction_type": "SALE",
            "card_country_code": "EC",
            "card_country": "Ecuador",
            "payment_method": "card",
            "social_reason": "",
            "merchant_category": "",
            "tax_id": "",
            "masked_credit_card": "545195XXXXXX5480",
            "security": {
                "ip": "187.190.197.231",
                "user_agent": "PostmanRuntime/7.29.0",
                "whitelist": false
            },
            "string_metadata": "{\"contractID\":\"157AB\"}",
            "order_details": {
                "shipping_details": {
                    "zipcode": "9200000",
                    "country": "Chile",
                    "phone": "+563912345678",
                    "address2": "Los Cerrillos",
                    "city": "Santiago",
                    "address1": "Av. Pedro Aguirre Cerda 6100",
                    "name": "John Doe",
                    "region": "Metropolitana"
                },
                "billing_details": {
                    "zipcode": "9200000",
                    "country": "Chile",
                    "phone": "+563912345678",
                    "address2": "Los Cerrillos",
                    "city": "Santiago",
                    "address1": "Av. Pedro Aguirre Cerda 6100",
                    "name": "John Doe",
                    "region": "Metropolitana"
                },
                "site_domain": "example.com"
            },
            "product_details": {
                "product": [
                    {
                        "quantity": 1,
                        "price": 2000,
                        "id": "198952AB",
                        "title": "eBook Digital Services",
                        "sku": "10101042"
                    },
                    {
                        "quantity": 1,
                        "price": 3000,
                        "id": "198953AB",
                        "title": "eBook Virtual Selling",
                        "sku": "004834GQ"
                    }
                ]
            },
            "recap": "24823332773"
        },
        {
            "acquirer_bank": "Transbank",
            "approval_code": "000000",
            "approved_transaction_amount": 5000,
            "bin_card": "545195",
            "buy_order": "21556779010",
            "card_holder_name": "John Doe",
            "card_type": "Credit",
            "consortium_name": null,
            "contact_details": {
                "document_number": "1234567890",
                "document_type": "RUT",
                "email": "user@example.com",
                "first_name": "John",
                "last_name": "Doe",
                "phone_number": "+563912345678"
            },
            "country": "Chile",
            "created": "2022-04-19T15:52:03.000Z",
            "credential_alias": "Merchant CL",
            
Modified at 2026-01-06 19:33:02
Previous
1. Get gateway status
Next
1. Get transactions list
Built with