Sign up
      Docs
      • Zoo Design Studio
      • Zoo Developer Tools
        • API
          • Authentication
          • Errors
          • ML
          • Modeling
          • API Calls
          • API Tokens
          • File
          • Meta
          • Orgs
          • Payments
            • Get payment info about your org.
            • Update payment info for your org.
            • Create payment info for your org.
            • Delete payment info for your org.
            • Get balance for your org.
            • List invoices for your org.
            • List payment methods for your org.
            • Get the subscription for an org.
            • Update the subscription for an org.
            • Create the subscription for an org.
            • Get payment info about your user.
            • Update payment info for your user.
            • Create payment info for your user.
            • Delete payment info for your user.
            • Get balance for your user.
            • List invoices for your user.
            • List payment methods for your user.
            • Get the subscription for a user.
            • Update the user's subscription.
            • Create the subscription for a user.
          • Service Accounts
          • Shortlinks
          • Unit
          • Users
        • CLI
        • Tutorials
      • KCL Language Reference
      • KCL Standard Library
      • KCL Samples
      • Glossary
      • FAQ

      API → PaymentsCreate a payment intent for your user
      hidden

      Parameters

      No parameters

      Returns

      • 201 Created

        successful creation

        Name

        Type

        Req.

        body

        object
        optional
        Object Properties
        • client_secret

          string
          optional
      post
      /user/payment/intent
      $ curl -X POST "https://api.zoo.dev/user/payment/intent" \
      	--header "Authorization: Bearer $TOKEN"
      201 Created
      Response
      {
        "client_secret": "gaFvztC2dzTNjyHy8k5PQjYvE7e"
      }