1. Online Payments
  • API Docs Chile 🇨🇱
  • Online Payments
    • Release Notes
    • Card Payments
      • Request a card token
      • Create payment (tokenless)
      • Make a charge or deferred charge
      • Void a transaction
      • Refund a transaction
      • Request deferred options
      • Authorize payments
      • Preauthorization (tokenless)
      • Reauthorize payments
      • Capture an authorized payment
      • Verify Account
      • Validate OTP
      • Bin Info V2
      • Bin Info
      • Voucher
    • One-Click & 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
      • Authorize payments
      • Capture an authorized payment
      • Get recurring charge Info
    • Card Async
      • Request a card async token
      • Init Transaction
      • Authorize payments
      • Capture an authorized payment
      • Get Status
    • Async Card Recurring Charges
      • Request an async card recurring charge token
      • Init an async card recurring charge
      • Authorize payments
      • Capture an authorized payment
    • Chargebacks
      • Query chargebacks
      • Request chargeback export
    • Transfer In
      • Get Bank List
      • Request a Transfer In token
      • Init Transaction
      • Get Status
    • Transfer Out
      • Get Bank List
      • Get Bank List V2
      • Request a Transfer Out token
      • Init Transaction
      • Get Status
      • Balance for Payouts
    • Cash In
      • Request a cash in token
      • Init Transaction
      • Transaction Status
    • Smartlinks V2
      • Create a Smartlink
      • Get a Smartlink
      • Delete a smartlink
      • Update a Smartlink
    • Payment Button
      • Create a payment button
    • Analytics
      • Get transactions list v1
      • Get transactions list v2
    • Status
      • Get platform status
      • Get gateway status
    • Subscription Transactions
      • Get subscription transactions
    • Payment Credentials
      • Create a credential
      • Search credentials
      • Update credential
      • Regenerate a credential
      • Delete credential
      • Activate or deactivate
      • Advanced search
    • Settlement
      • Query settlement
  • API Raw Card Present Payments
    • Release Notes
    • Error Catalog
    • Test Data
    • Key Exchange Process
    • One-time payments
      • Single payment
    • Two-step-payments
      • Authorization and capture
    • Voids & Refunds
      • Refund a transaction
      • Void & Reverse
    • Card information
      • Get BIN Info
      • Bin Info V2
      • Request deferred options
    • Query Transactions
      • Transaction Search
    • Webhooks
      • Introduction
      • Good practices
      • Refunds
      • Card Payments
      • Check your webhooks
  • Kushki One
    • Cloud Services
      • Payment
        • Charge
        • Authorization (Pre-auth)
        • Capture
        • Re-authorization
        • Post-tip
        • Void
        • Refund
        • Abort
      • Search
        • Transaction Search
      • Print
        • Create Print Job
        • Get Print Job Status
    • Local Services
      • Payment
        • Charge
        • Authorization (Pre-auth)
        • Capture
        • Re-authorization
        • Post-tip
        • Void
        • Refund
        • Abort
      • Search
        • Transaction Search — Online
        • Transaction Search — Local
      • Print
        • Create Print Job
        • Get Print Job Status
        • Print Job Webhook (inbound — implemented by your POS)
  • Appian - Submerchant Register
    • Submerchant Validation in Batch
    • Query submerchant status by requestId/submerchantId
    • Get submerchantIds
    • Get credentials for submerchants
  • Schemas
    • RequestBodies
      • one-and-two-step-payment
    • documentType
    • Amount-cash-in
    • amount
    • Card
    • ChargebackListResponse
    • Channel
    • StatusComponent
    • SubscriptionTransactionsResponse
    • SettlementDateRangeRequest
    • AmountWithTaxes
    • PrintJobRequest
    • networkToken
    • extra_taxes
    • ChargebackItem
    • SubscriptionTransaction
    • SettlementTicketRequest
    • AmountCore
    • CommandText
    • webhooks
    • card
    • Amount-CL
    • webhooksItem
    • ErrorResponse400
    • SettlementResponse
    • ExtraTaxes
    • CommandColumns
    • headers
    • currency
    • Amount
    • card_details
    • ErrorResponse401
    • SettlementRecord
    • ColumnItem
    • Metadata
    • transactionType
    • enc_tlv
    • ErrorResponse403
    • ErrorResponse
    • TransactionResponse
    • CommandDivider
    • extraTaxes
    • Country
    • binInfo
    • Deferred
    • deferred
    • ErrorResponse500
    • payment_method
    • RawResponse
    • CommandFeed
    • SubscriptionUpdate
    • pos_details
    • CardData
    • CommandSpace
    • ContactDetails
    • Language
    • contact_details
    • sub_merchant
    • AmountWithTip
    • CommandCut
    • Subscription
    • metadata
    • LinkFailure
    • CommandImage
    • orderDetails
    • TransactionSearchRequest
    • CommandQR
    • Shipping Address
    • payment_submethod
    • CommandBarcode
    • Billing-Address
    • PrinterError
    • product
    • PrintJobStatus
    • threeDomainSecure
    • SubscriptionAdjustmentRequest
    • PrintWebhookPayload
    • webhooksChargeback
    • citMit
    • network
    • messageFields
    • UnexpectedErrorResponse
    • ExternalReferenceId
    • ExternalSubscriptionId
BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨Colombia 🇨🇴Chile 🇨🇱
BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨Colombia 🇨🇴Chile 🇨🇱
  1. Online Payments

Subscription Transactions

The Subscription Transactions endpoint lets you query the full transaction history charged under a specific subscription in Chile 🇨🇱. Use it for reconciliation, support, and billing audits — without needing to log into the Kushki Console.
ℹ️ This endpoint is available for both Acquirer and Aggregator integration models.

Quick start#

GET /data/v1/subscription/{subscriptionId}?start=2026-05-01&end=2026-05-31&size=50
ParameterInRequiredDescription
subscriptionIdpath✅Unique subscription identifier — returned when creating a subscription
startqueryOptionalStart date — YYYY-MM-DD. Defaults to 5 days before the request
endqueryOptionalEnd date — YYYY-MM-DD. Defaults to the moment the request is made
sizequeryOptionalMax transactions to return. Default: 100

Response structure#

A successful response returns the subscription's details and a transactions array with all charges in the requested date range.
{
  "active_indicator": true,
  "subscription_code": "1725484000756000",
  "plan_name": "Plan mensual",
  "periodicity_type": "custom",
  "amount_object": {
    "currency": "CLP",
    "subtotalIva0": 10000,
    "subtotalIva": 0,
    "iva": 0,
    "ice": 0
  },
  "card_holder_name": "Catalina Fuentes",
  "card_type": "credit",
  "last_four_digit_code": "9969",
  "expiry_month": "06",
  "expiry_year": "27",
  "contact_details_object": {
    "email": "user@example.com",
    "firstName": "Catalina",
    "lastName": "Fuentes"
  },
  "bin_info_object": {
    "bank": "BANCO SANTANDER CHILE",
    "bin": "521892",
    "brand": "MASTERCARD",
    "info": {
      "country": {
        "alpha3": "CHL",
        "name": "Chile"
      },
      "type": "credit"
    }
  },
  "merchant_code": "20000000109815430000",
  "merchant_country_name": "Chile",
  "create_timestamp": 1760313600,
  "start_timestamp": 1760313600,
  "last_charge_timestamp": 1760313600,
  "transactions": [
    {
      "_id": "491915787351730000",
      "approved_transaction_amount": 10000,
      "currency_code": "CLP",
      "response_code": "000",
      "response_description": "Transacción aprobada",
      "card_holder_name": "Catalina Fuentes",
      "card_type": "credit",
      "card_country_code": "CL",
      "card_country_name": "Chile",
      "payment_brand_name": "Mastercard",
      "payment_method_type": "CARD",
      "processor_name": "MC Processor",
      "subscription_trigger_type": "onDemand",
      "transaction_status_type": "APPROVED",
      "transaction_type": "SALE",
      "create_timestamp": 1774459991000
    }
  ]
}

Subscription fields#

FieldDescription
active_indicatortrue if the subscription is currently active
subscription_codeUnique identifier for the subscription
plan_nameName of the subscription plan
periodicity_typeBilling cycle — daily, weekly, biweekly, monthly, threefortnights, bimonthly, quarterly, fourmonths, halfyearly, yearly, or custom (on-demand)
amount_objectSubscription charge amount and currency
card_holder_nameName of the cardholder on the subscription
card_typecredit, debit, or prepaid
last_four_digit_codeLast 4 digits of the card
expiry_month / expiry_yearExpiration month (MM) / year (YY) of the registered card
contact_details_objectCustomer contact info (email, name)
bin_info_objectCard BIN metadata — bank, brand, card type, issuing country
create_timestampUnix timestamp (seconds) when the subscription was created
start_timestampUnix timestamp when the first charge was made
last_charge_timestampUnix timestamp of the most recent charge
day_of_monthDay of the month the subscription charges (if monthly)
metadata_objectCustom metadata attached to the subscription

Transaction fields#

Each item in the transactions array represents a single charge:
FieldDescription
_idInternal transaction ID
approved_transaction_amountAmount charged in CLP
currency_codeCLP
response_codeProcessor response code (000 = approved)
response_descriptionHuman-readable response message
card_holder_nameCardholder name as it appears on the transaction
card_typecredit, debit, or prepaid
card_country_codeISO 3166-1 alpha-2 code of the card's issuing country
payment_brand_nameCard network (Mastercard, Visa, etc.)
payment_method_typeCARD
processor_nameName of the acquiring processor
approval_codeBank authorization code
subscription_trigger_typeHow the charge was triggered — onDemand (one-click) or scheduled (automatic recurring)
transaction_status_typeFinal transaction status — APPROVED, DECLINED, INITIALIZED, VOIDED, or REFUNDED
transaction_typeSALE, PREAUTHORIZATION, CAPTURE, VOID, or REFUND
create_timestampUnix timestamp (milliseconds) of the transaction
merchant_nameMerchant name for the charge
metadata_objectCustom metadata attached to the transaction

Authentication#


Using the API#

🟢 Production
🧪 Sandbox (UAT)
https://api.kushkipagos.com/

Available Endpoints#

Get Subscription Transactions
Retrieve the details and full transaction history of a subscription, filtered by date range.

Got a suggestion on this documentation? Contact us.
Modified at 2026-07-31 19:51:27
Previous
Get gateway status
Next
Get subscription transactions
Built with