1. Online Payments
  • API Docs Colombia 🇨🇴
  • Online Payments
    • Release Notes
    • Card Payments
      • Request a card token
      • Make a charge or deferred charge
      • Create payment (tokenless)
      • 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
      • BIN info V2
    • One-Click & Scheduled Payments
      • Request a recurring charge token
      • Create a recurring charge
      • Make an One-click payment
      • Update recurring charge card data
      • Cancel a recurring charge
      • Update a recurring charge
      • Add a temporary charge or discount
      • Authorize payments
      • Capture an authorized payment
      • Get recurring charge Info
    • 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
      • Delete a cash in transaction
      • Update a cash in transaction
    • Cash-out
      • Request a cash out token
      • Init Transaction
      • Transaction Status
      • Update a cash out transaction
      • Delete a cash out transaction
    • Smartlinks-v2
      • Create a Smartlink
      • Get a Smartlink
      • Update a Smartlink
      • Delete a smartlink
    • Analytics
      • Get transactions list v1
      • Get transactions list v2
    • Gateway-status
      • Get gateway status
      • Get platform status
    • Payment Credentials
      • Create a credential
      • Search credentials
      • Advanced search
      • Delete credential
      • Regenerate a credential
      • Activate or deactivate
      • Update credential
    • Payment Button
      • Create a payment button
    • Settlement
      • Query settlement
    • Subscription Transactions
      • Get subscription transactions
  • Kushki One
    • Cloud Services
      • Payment
        • Charge
        • Authorization (Pre-auth)
        • Capture
        • Re-authorization
        • Post-tip
        • Void
        • Refund
        • Abort
        • 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
        • Transaction Search — Online
        • Transaction Search — Local
      • Print
        • Create Print Job
        • Get Print Job Status
        • Print Job Webhook (inbound — implemented by your POS)
  • API RAW CARD PRESENT PAYMENTS
    • Release Notes
    • Error Catalog
    • The Amount Object
    • Key Exchange Process
    • Test data
    • Card Information
      • Get BIN Info
      • Balance inquiries
      • BIN info V2
      • Request deferred options
    • One-time Payments
      • Single payment
    • Two-step Payments
      • Authorization and capture
    • Voids & Refunds
      • Void & Reverse
      • Refund a transaction
    • Query Transactions
      • Transaction Search
    • Webhooks
      • Introduction
      • Good Practices
      • Webhooks-Card Payments
      • Webhooks-Refunds
      • Check your webhooks
  • 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
    • SubscriptionTransactionsResponse
    • Card
    • Channel
    • Amount-cash-in
    • ChargebackListResponse
    • SettlementDateRangeRequest
    • AmountWithTaxes
    • PrintJobRequest
    • card
    • SubscriptionTransaction
    • networkToken
    • ChargebackItem
    • SettlementTicketRequest
    • AmountCore
    • CommandText
    • amount
    • ErrorResponse
    • currency
    • webhooksItem
    • ErrorResponse400
    • SettlementResponse
    • ExtraTaxes
    • CommandColumns
    • extra_taxes
    • Amount
    • ErrorResponse401
    • SettlementRecord
    • ColumnItem
    • pos_details
    • extraTaxes
    • ErrorResponse403
    • TransactionResponse
    • CommandDivider
    • card_details
    • Deferred
    • Country
    • payment_method
    • ErrorResponse500
    • RawResponse
    • CommandFeed
    • enc_tlv
    • Metadata
    • CardData
    • CommandSpace
    • contact_details
    • ContactDetails
    • AmountWithTip
    • CommandCut
    • deferred
    • sub_merchant
    • documentType
    • Subscription
    • LinkFailure
    • CommandImage
    • metadata
    • orderDetails
    • Language
    • TransactionSearchRequest
    • CommandQR
    • Shipping Address
    • payment_submethod
    • CommandBarcode
    • Billing-Address
    • PrinterError
    • product
    • SubscriptionUpdate
    • PrintJobStatus
    • threeDomainSecure
    • SubscriptionAdjustmentRequest
    • PrintWebhookPayload
    • webhooks
    • headers
    • webhooksChargeback
    • citMit
    • network
    • binInfo
    • messageFields
    • UnexpectedErrorResponse
    • transactionType
    • ExternalReferenceId
    • ExternalSubscriptionId
BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨Colombia 🇨🇴
Chile 🇨🇱
BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨Colombia 🇨🇴
Chile 🇨🇱
  1. Online Payments

SUBSCRIPTION TRANSACTIONS

The Subscription Transactions API returns the complete details of a subscription alongside the list of transactions charged against it. Use it to inspect billing history, audit individual charges, and build customer-facing payment dashboards.

Get Subscription Transactions#

GET /data/v1/subscription/{subscriptionId}
Pass the subscriptionId as a path parameter. All other parameters are optional.

Path parameter#

ParameterRequiredDescription
subscriptionId✅Unique identifier of the subscription. Returned as subscriptionId when the subscription is created via POST /subscriptions/v1/card.

Query parameters#

ParameterDefaultDescription
start5 days before the requestStart of the date range filter (YYYY-MM-DD). Only transactions created on or after this date are returned.
endMoment of the requestEnd of the date range filter (YYYY-MM-DD). Only transactions created on or before this date are returned.
size100Maximum number of transactions to return. Must be a positive integer.
Example request:
GET /data/v1/subscription/177493387604666666?start=2026-01-01&end=2026-03-31&size=50
Private-Merchant-Id: <your-private-key>

Response structure#

The response combines two sections: subscription metadata (static details about the subscription) and a transactions array (the charges executed within the requested date range).

Subscription metadata fields#

Plan and schedule
FieldDescription
subscription_codeUnique subscription identifier (same as subscriptionId)
plan_nameName of the plan associated with the subscription
active_indicatortrue if the subscription is currently active
periodicity_typeCharge frequency — see values below
day_of_monthDay of the month configured for the charge. -2 for on-demand (custom) subscriptions
day_of_weekDay of the week for weekly charges. "-" when not applicable
monthMonth configured for the charge. "-" when not applicable
start_timestampUnix timestamp (seconds) of the subscription's configured start date
create_timestampUnix timestamp (seconds) of when the subscription was created
last_charge_timestampUnix timestamp (seconds) of the most recent charge
periodicity_type values:
ValueDescription
dailyEvery day
weeklyOnce a week
biweeklyEvery two weeks
monthlyOnce a month
threefortnightsEvery three fortnights
bimonthlyEvery two months
quarterlyEvery three months
fourmonthsEvery four months
halfyearlyEvery six months
yearlyOnce a year
customOn-demand — charged manually via API
Card details
FieldDescription
card_holder_nameFull name of the cardholder
card_typecredit, debit, or prepaid
last_four_digit_codeLast four digits of the registered card
expiry_month / expiry_yearCard expiration (MM / YY format)
bin_info_object.binFirst 6 digits of the card (BIN)
bin_info_object.brandCard network brand (e.g., VISA, MASTERCARD)
bin_info_object.bankName of the card-issuing bank
bin_info_object.info.typeCard type from BIN database (credit, debit, prepaid)
bin_info_object.info.countryIssuing country — alpha3 code and name
bin_info_object.originalBinFullLengthFull 8-digit BIN where available
bin_info_object.validBin8Whether the 8-digit BIN was resolved successfully
Amount configuration
FieldDescription
amount_object.currencyAlways COP for Colombia
amount_object.subtotalIvaSubtotal subject to VAT
amount_object.subtotalIva0Subtotal not subject to VAT
amount_object.ivaVAT amount
amount_object.iceICE tax amount
Contact and merchant
FieldDescription
contact_details_object.emailEmail address of the subscription owner
contact_details_object.firstName / lastNameName of the subscription owner
merchant_codeUnique identifier of the merchant who owns the subscription
merchant_country_nameCountry of the merchant
provider_namePayment provider (always kushki)
reference_transaction_codeReference code of the initial card validation transaction
metadata_objectCustom key-value metadata attached at subscription creation

transactions array fields#

Each item in the transactions array represents one charge executed under the subscription.
Transaction identifiers
FieldDescription
ticket_codeUnique Kushki ticket number for this charge
transaction_codeUnique transaction identifier assigned by Kushki
reference_transaction_codeUUID-based reference code
recap_codeReconciliation code
subscription_codeThe subscription this transaction belongs to
approval_codeAuthorization code returned by the issuer
response_codeProcessor response code. "000" = successful
response_descriptionHuman-readable processor response (e.g., "Transacción aprobada")
Transaction details
FieldDescription
create_timestampUnix timestamp (milliseconds) of when the transaction was created
transaction_typeType of transaction (e.g., SALE)
transaction_status_typeAPPROVED, DECLINED, INITIALIZED, VOIDED, or REFUNDED
subscription_trigger_typeonDemand (manually triggered) or scheduled (automatic)
payment_method_typePayment method — always CARD for subscription charges
payment_submethod_typePayment sub-method (e.g., CARD VPC)
payment_brand_nameCard brand (e.g., Visa, Mastercard)
sync_mode_typeProcessing mode — online or offline
kushki_info_origin_typeAlways SUBSCRIPTION for subscription charges
Amount
FieldDescription
currency_codeAlways COP for Colombia
request_amountAmount requested for this transaction
approved_transaction_amountTotal amount approved
subtotal_iva_amountSubtotal subject to VAT
subtotal_iva0_amountSubtotal not subject to VAT
iva_valueVAT applied to this transaction
ice_valueICE tax applied to this transaction
Card and cardholder
FieldDescription
card_holder_nameCardholder name at the time of the transaction
card_typecredit, debit, or prepaid
last_four_digit_codeLast four digits of the card used
bin_codeBIN of the card used
card_country_codeISO 3166-1 alpha-2 code of the card's issuing country
card_country_nameFull name of the card's issuing country
foreign_card_indicatortrue if the card was issued outside Colombia
prepaid_indicatortrue if the card is a prepaid card
issuing_bank_nameName of the card-issuing bank
acquirer_bank_nameName of the acquiring bank
Contact and merchant
FieldDescription
contact_detail.emailCardholder email at the time of the transaction
contact_detail.first_name / last_nameCardholder name
contact_detail.phoneCardholder phone in E.164 format
contact_emailPrimary contact email (same as contact_detail.email)
merchant_codeMerchant identifier
merchant_nameMerchant display name
country_nameCountry where the transaction was processed
processor_namePayment processor that handled the transaction
processor_typeProcessing model (e.g., aggregator_formal, acquirer)
metadata_objectCustom metadata attached at charge time (may include fraudData)
subscription_metadata_objectMetadata stored at the subscription level

Example Response#

{
  "active_indicator": true,
  "subscription_code": "177493387604666666",
  "plan_name": "Plan mensual Colombia",
  "periodicity_type": "monthly",
  "day_of_month": 5,
  "card_holder_name": "Carlos Pérez",
  "card_type": "credit",
  "last_four_digit_code": "4321",
  "expiry_month": "09",
  "expiry_year": "27",
  "amount_object": {
    "currency": "COP",
    "subtotalIva0": 50000,
    "subtotalIva": 0,
    "iva": 0,
    "ice": 0
  },
  "contact_details_object": {
    "email": "carlos.perez@example.com",
    "firstName": "Carlos",
    "lastName": "Pérez"
  },
  "create_timestamp": 1760313600,
  "last_charge_timestamp": 1774459991,
  "merchant_code": "20000000106913436000",
  "merchant_country_name": "Colombia",
  "transactions": [
    {
      "ticket_code": "754812488659082161",
      "transaction_code": "526505389111678151",
      "transaction_status_type": "APPROVED",
      "transaction_type": "SALE",
      "subscription_trigger_type": "scheduled",
      "currency_code": "COP",
      "approved_transaction_amount": 50000,
      "request_amount": 50000,
      "iva_value": 0,
      "card_holder_name": "Carlos Pérez",
      "card_type": "credit",
      "last_four_digit_code": "4321",
      "payment_brand_name": "Visa",
      "response_code": "000",
      "response_description": "Transacción aprobada",
      "approval_code": "123456",
      "create_timestamp": 1774459991000
    }
  ],
  "pagination": null
}

Authentication#

⚠️ Keep this credential secure. Never expose your Private-Merchant-Id in client-side or frontend code.

Using the API#

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

Available Endpoints#

Get Subscription Transactions
Returns the full details of a subscription and the list of transactions charged within the requested date range.

Got a suggestion on this documentation? Contact us.
Modified at 2026-07-11 00:04:34
Previous
Query settlement
Next
Get subscription transactions
Built with