1. Settlement
  • 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
        POST
  • 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. Settlement

Query settlement

POST
/merchant-settlement/v1/settlement
Availability
This functionality is available for the following models: ☑ Acquirer ☑ Aggregator
Retrieves merchant settlement records on demand. Supports two query modes:
By date range — include startDate and endDate in the request body to retrieve a paginated list of settlement records for the specified period.
By ticket number — include a ticketNumber in the request body to retrieve the settlement record associated with a specific transaction. When using this mode, include the switch query parameter to specify the payment channel. Returns a single record in the data array.

Default Behavior (Date Range Mode)#

page defaults to 1.
limit defaults to 100 records per page.

Date Range Limit#

6-Month Lookback Limit
Queries are limited to a maximum lookback of 6 months from the current date.
Requests with a startDate older than 6 months will not return results — no error is thrown.
Make sure your startDate falls within the allowed window before sending the request.

Request

Query Params

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200
application/json
OK
Bodyapplication/json

🟠400
🟠401
🟠404
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location 'https://api-uat.kushkipagos.com/merchant-settlement/v1/settlement?switch=ecommerce' \
--header 'private-merchant-id;' \
--header 'Content-Type: application/json' \
--data '{
    "startDate": "2026-01-01",
    "endDate": "2026-01-31",
    "page": 1,
    "limit": 50
}'
Response Response Example
200 - GL - Response (date range)
{
    "data": [
        {
            "payment_date": "2026-05-15",
            "day": "13",
            "month": "5",
            "country": "Chile",
            "currency_code": "CLP",
            "merchant_id": "20000000109815430000",
            "merchant_name": "MI COMERCIO CHILE",
            "processor_type": "AGGREGATOR_FORMAL",
            "credential_alias": "Produccion Chile",
            "created": "2026-05-13",
            "transaction_status": "APPROVED",
            "ticket_number": "821773035999295672",
            "sale_ticket_number": "",
            "payment_method": "CARD",
            "buy_order": "",
            "recap": "319228478889680318",
            "document_number": "12345678-9",
            "transaction_type": "SALE",
            "bin_card": "521892",
            "card_brand": "MASTERCARD",
            "card_type": "CREDIT",
            "foreign_card": "FALSE",
            "number_of_months": "0",
            "issuing_bank": "BANCO SANTANDER CHILE",
            "approval_code": "676300",
            "cash_pin": "",
            "payment_point": "",
            "min_fee_amount": "0.00000",
            "approved_transaction_amount": "10000",
            "subtotal_iva": "0",
            "subtotal_iva0": "10000",
            "iva_value": "0",
            "ice_value": "0",
            "variable_fee": "285",
            "variable_percentage": "2.85000",
            "static_amount": "0",
            "kushki_commission": "285",
            "iva_kushki_commission": "0",
            "kushki_amount": "285",
            "metadata": "",
            "fraud_retention": "0",
            "adjustment": "0",
            "wallet": "0",
            "fund_release": "0",
            "commission_msi": "0",
            "iva_msi": "0",
            "pay_amount": "9715"
        },
        {
            "payment_date": "2026-05-15",
            "day": "13",
            "month": "5",
            "country": "Chile",
            "currency_code": "CLP",
            "merchant_id": "20000000109815430000",
            "merchant_name": "MI COMERCIO CHILE",
            "processor_type": "AGGREGATOR_FORMAL",
            "credential_alias": "Produccion Chile",
            "created": "2026-05-13",
            "transaction_status": "APPROVED",
            "ticket_number": "821775714399469940",
            "sale_ticket_number": "",
            "payment_method": "CARD",
            "buy_order": "",
            "recap": "319228478889680318",
            "document_number": "12345678-9",
            "transaction_type": "SALE",
            "bin_card": "521892",
            "card_brand": "MASTERCARD",
            "card_type": "CREDIT",
            "foreign_card": "FALSE",
            "number_of_months": "0",
            "issuing_bank": "BANCO SANTANDER CHILE",
            "approval_code": "676300",
            "cash_pin": "",
            "payment_point": "",
            "min_fee_amount": "0.00000",
            "approved_transaction_amount": "10000",
            "subtotal_iva": "0",
            "subtotal_iva0": "10000",
            "iva_value": "0",
            "ice_value": "0",
            "variable_fee": "285",
            "variable_percentage": "2.85000",
            "static_amount": "0",
            "kushki_commission": "285",
            "iva_kushki_commission": "0",
            "kushki_amount": "285",
            "metadata": "",
            "fraud_retention": "0",
            "adjustment": "0",
            "wallet": "0",
            "fund_release": "0",
            "commission_msi": "0",
            "iva_msi": "0",
            "pay_amount": "9715"
        }
    ],
    "total": 2,
    "page": 1,
    "limit": 50
}
Modified at 2026-07-10 20:43:50
Previous
Settlement
Next
API Raw Card Present Payments
Built with