1. Card
Español
  • Español
  • English
  • Bienvenidos
  • Online Payments
    • Card
      • Request a card token
        POST
      • Make a charge or deferred charge
        POST
      • Void a transaction
        DELETE
      • Request deferred options
        GET
      • Validate OTP
        POST
      • Refund a transaction
        DELETE
      • Bin Info
        GET
      • Bin Info V2
        GET
    • One Click Charges
      • Overview
      • Request a recurring charge token
      • Create a recurring charge
      • Make an One-click payment
      • Cancel a recurring charge
      • Add a temporary charge or discount
      • Get recurring charge Info
      • Update a recurring charge
      • Update recurring charge card data
    • Transfer in
      • Overview
      • Get Bank List
      • Request a Transfer In token
      • Init Transaction
      • Get Status
    • Cash in
      • Overview
      • Request a cash in token
      • Init Transaction
      • Transaction Status
      • Update a cash in transaction
      • Delete a cash in transaction
    • Chargebacks
      • Overview
      • Query chargebacks
      • Request chargeback export
    • Smartlinks
      • Overview
      • Create a Smartlink
      • Update a Smartlink
      • Get a Smartlink
      • Delete a smartlink
      • Get a Smartlink
      • Delete a Smartlink
      • Update a Smartlink
      • Create a Smartlink
    • Payment Button
      • Overview
      • Create a payment button
    • Payment Credentials
      • Overview
      • Regenerate a credential
      • Activate or deactivate
      • Update credential
      • Search credentials
      • Delete credential
      • Create a credential
      • Advanced search
    • Gateway Status
      • Overview
      • Get gateway status
    • Analytics
      • Overview
      • Get transactions list v2
      • Get transactions list v1
    • Commissions
      • Commissions
      • Get Commission Configuration
BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨
Colombia 🇨🇴Chile 🇨🇱
BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨
Colombia 🇨🇴Chile 🇨🇱
  1. Card

Request deferred options

GET
/card/v1/deferred/{bin}
Returns an object with deferred options available for your customers. The deferred options are shown depending on the credit card bin. The bin corresponds to the first six or eight digits of the credit card number.
DANGER
This service is only available for credit cards.
Got a suggestion on this documentation? Contact Us.

Request

Path Params

Header Params

Responses

🟢200
application/json
OK
Body

🟠400
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-uat.kushkipagos.com/card/v1/deferred/' \
--header 'Public-Merchant-Id;'
Response Response Example
200 - Ecuador
[
    {
        "months": [
            "3",
            "6",
            "12"
        ],
        "monthsOfGrace": [
            "1",
            "2"
        ],
        "name": "Diferido Cuota Fija sin intereses",
        "type": "04"
    },
    {
        "months": [
            "3",
            "6",
            "9"
        ],
        "monthsOfGrace": [],
        "name": "Diferido Cuota Fija con intereses",
        "type": "01"
    },
    {
        "months": [
            "3",
            "6"
        ],
        "monthsOfGrace": [
            "1",
            "2",
            "3"
        ],
        "name": "Diferido con meses de gracia sin intereses",
        "type": "05"
    }
]
Modified at 2026-04-17 20:20:15
Previous
Void a transaction
Next
Validate OTP
Built with