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

Payment Credentials

Payment Credentials lets you manage the API keys (credentials) for your merchant account in Chile 🇨🇱 — without logging into the Kushki Console. Each credential consists of a public_credential_id (used for client-side tokenization) and a private_credential_id (used for server-side charges).
Master credential required
All endpoints on this page require your Private-Merchant-Id header to belong to a main (master) credential — not a regular slave credential. Master credentials are available on demand — contact your Kushki account manager to obtain one.

Endpoints at a glance#

OperationMethodEndpoint
Create credentialPOST/payment-credentials/v1/credential
Search credentialsPOST/payment-credentials/v1/credential/search
Advanced searchPOST/payment-credentials/v1/credential/suggestions
Activate / DeactivatePATCH/payment-credentials/v1/credential/status/{credentialId}
Update credentialPATCH/payment-credentials/v1/credential/{credentialId}
Regenerate credentialPATCH/payment-credentials/v1/credential/recover/{public_credential_id}
Delete credentialDELETE/payment-credentials/v1/credential/{credentialId}

Create a credential#

POST /payment-credentials/v1/credential — generates a new public/private key pair for a merchant.
{
  "merchant_id": "20000000109815430000",
  "alias": "Producción Chile",
  "enable": true,
  "hidden": false
}
Response 201:
{
  "credential_id": "45fe3a3ebe464ebb100f2aa344b6a095",
  "public_credential_id": "4da3fc210f0013bb2abfac6cfbabed65",
  "private_credential_id": "c381037a5bfb00f2bd0ee899eb85f11a",
  "alias": "Producción Chile"
}
FieldRequiredDescription
merchant_id✅The merchant account to create the credential for
aliasOptionalHuman-readable label for the credential
enableOptionaltrue to create the credential as active (default: true)
hiddenOptionaltrue to hide the credential from the Kushki Console
metadataOptionalCustom key-value metadata

Search credentials#

POST /payment-credentials/v1/credential/search — paginated list of credentials for a merchant.
{
  "merchantId": "20000000109815430000",
  "limit": 20,
  "offset": 0,
  "filter": {
    "alias": "Producción Chile"
  }
}
Response:
{
  "total": 3,
  "data": [...]
}
FieldRequiredDescription
merchantId✅Merchant to search credentials for
limit✅Max results per page
offsetOptionalPagination offset (0-based)
filterOptionalFilter by alias, merchantId, privateCredentialId, publicCredentialId, or credentialId

Advanced search#

POST /payment-credentials/v1/credential/suggestions — retrieve credential details by keyword (alias, ID fragment, etc.).
{
  "merchantId": "20000000109815430000",
  "searchTerm": "Producción"
}
Returns { "total": N, "data": [...] }.

Activate or deactivate#

PATCH /payment-credentials/v1/credential/status/{credentialId} — enable or disable a credential.
{
  "action": "DEACTIVATE"
}
action valueEffect
ACTIVATERe-enables the credential
DEACTIVATEDisables the credential — transactions using this key will be rejected

Update a credential#

PATCH /payment-credentials/v1/credential/{credentialId} — update the alias or metadata of a credential.
{
  "merchantId": "20000000109815430000",
  "alias": "Nuevo alias",
  "metadata": {
    "env": "production"
  }
}

Regenerate a credential#

PATCH /payment-credentials/v1/credential/recover/{public_credential_id} — generates a new public and private key pair for the credential. The old keys are replaced automatically across all integrations that are using them.
⚠️ Key rotation: After calling this endpoint, all integrations using the old public_credential_id or private_credential_id will receive new keys automatically. Plan for a brief transition window.
No request body required.

Delete a credential#

DELETE /payment-credentials/v1/credential/{credentialId} — permanently removes a credential. Deleted credentials cannot be recovered.

Authentication#

All Payment Credentials endpoints use the standard Private-Merchant-Id header — but its value must be a main (master) credential's private key, not a regular slave credential:

Using the API#

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

Available Endpoints#

Create Credential
Generate a new public/private key pair for a merchant account.
Search Credentials
Paginated list of credentials for a merchant, with optional filters.
Advanced Search
Find credentials by keyword — alias, ID fragment, or other term.
Activate / Deactivate
Enable or disable a credential by its ID.
Update Credential
Update the alias or custom metadata of an existing credential.
Regenerate Credential
Rotate keys — generates new public and private IDs for a credential.
Delete Credential
Permanently remove a credential. This action cannot be undone.

Got a suggestion on this documentation? Contact us.
Modified at 2026-07-31 19:57:17
Previous
Get subscription transactions
Next
Create a credential
Built with