Español
    • Español
    • English
    • Bienvenidos
    • CARD PRESENT PAYMENTS (API RAW) Copy
      • One-time payments
      • Two-step-payments
      • Voids & Refunds
      • Card information
      • Query Transactions
    • Online Payments
      • Card
        • Bin Info
        • Bin Info V2
        • Request deferred options
        • Request a card token
        • Make a charge or deferred charge
        • Create payment (tokenless)
        • Authorize payments
        • Capture an authorized payment
        • Reauthorize payments
        • Void a transaction
        • Refund a transaction
        • Voucher
        • Validate OTP
        • Verify Account
        • Preauthorization (tokenless)
      • One-Click & Scheduled Payments
        • Request a recurring charge token
        • Update recurring charge card data
        • Cancel a recurring charge
        • Update a recurring charge
        • Get recurring charge Info
        • Create a recurring charge
        • Authorize payments
        • Capture an authorized payment
        • Add a temporary charge or discount
        • Make an One-click payment
      • Card Async
        • Request a card async token
        • Authorize payments
        • Get Status
        • Capture an authorized payment
        • Init Transaction
      • Async Card Recurring Charges
        • Request an async card recurring charge token
        • Init an async card recurring charge
        • Capture an authorized payment
        • Authorize payments
        • Capture an authorized payment
        • Authorize payments
      • Chargebacks
        • Query chargebacks
        • Request chargeback export
      • Transfer In
        • Get Bank List
        • Init Transaction
        • Request a Transfer In token
        • 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
        • Delete a smartlink
        • Get a Smartlink
        • Update a Smartlink
      • Analytics
        • Get transactions list v1
        • Get transactions list v2
      • Gateway Status
        • Get gateway status
      • Payment Credentials
        • Create a credential
        • Search credentials
        • Update credential
        • Regenerate a credential
        • Delete credential
        • Activate or deactivate
        • Advanced search
      • Payment Button
        • Create a payment button
      • Platform Status
      • Subscription Transactions
    • Schemas
      • extraTaxes
      • Amount-cash-in
      • Amount
      • networkToken
      • currency
      • Metadata
      • documentType
      • Subscription
      • webhooks
      • headers
      • ContactDetails
      • Country
      • Language
      • threeDomainSecure
      • binInfo
      • Deferred
      • SubscriptionUpdate
      • SubscriptionAdjustmentRequest
      • transactionType
    BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨Colombia 🇨🇴Chile 🇨🇱
    BienvenidaPerú 🇵🇪México 🇲🇽Ecuador 🇪🇨Colombia 🇨🇴Chile 🇨🇱

    Subscription

    {
        "token": "AbCDef123456Z7Ghi8901234jkLMNopQ",
        "planName": "Premium",
        "periodicity": "daily",
        "contactDetails": {
            "firstName": "John",
            "lastName": "Doe",
            "secondLastName": "string",
            "email": "user@example.com",
            "documentType": "CC",
            "documentNumber": "string",
            "phoneNumber": "+593988734644"
        },
        "ignoreWarnings": true,
        "amount": {
            "currency": "CLP",
            "subtotalIva": 0,
            "subtotalIva0": 0,
            "iva": 0,
            "ice": 0,
            "extraTaxes": {
                "iac": 0,
                "tasaAeroportuaria": 0,
                "agenciaDeViaje": 0
            }
        },
        "startDate": "2018-09-29",
        "endDate": "2022-09-29",
        "language": "es",
        "retryConfiguration": "Three days in a row starting at startDate",
        "metadata": {
            "key0": "value0",
            "key1": "value1",
            "key2": "value2"
        }
    }
    Built with