Sign up
    Docs
    • 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
    • KCL language reference
    • KCL standard library
    • KCL Samples
    • Tutorials
    • Glossary
    • FAQ

    API → PaymentsCreate a payment intent for your org
    hidden

    Parameters

    No parameters

    Returns

    • 201 Created

      successful creation

      Name

      Type

      Req.

      body

      object
      optional
      Object Properties
      • client_secret

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