API → PaymentsGet balance for your user

Parameters

No parameters

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/user/payment/balance
$ curl "https://api.zoo.dev/user/payment/balance" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-04-25T16:39:49.611Z",
  "id": "0b3ad7d4-9b5f-4c6e-9f85-62019022c600",
  "map_id": "c60f427b-92b2-472e-bb59-3a0c39ef2033",
  "modeling_app_enterprise_price": {
    "interval": "month",
    "price": "73.58",
    "type": "flat"
  },
  "monthly_credits_remaining": "54.81",
  "pre_pay_cash_remaining": "99.86",
  "pre_pay_credits_remaining": "23.79",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 9,
      "description": "TlIbqOiy7T1Of8gBdQqaY",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": "2W2FowOJZ6EBwZhCApW7qkQHiyseBQIw3hn7QgP7OFt0Qe9FrMVRKtWp2DVLkVDpIi"
        }
      ],
      "name": "free",
      "pay_as_you_go_credits": "28.92",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "password_protected"
      ],
      "support_tier": "community",
      "training_data_behavior": "always",
      "type": {
        "saml_sso": true,
        "type": "organization"
      },
      "zoo_tools_included": [
        "diff_chrome_extension"
      ]
    }
  },
  "subscription_id": "770xe",
  "total_due": "19.73",
  "updated_at": "2025-04-25T16:39:49.611Z"
}