APIPaymentsCreate payment info for your org

Parameters

Name

Type

Req.

Returns

post
/org/payment
$ curl -X POST "https://api.zoo.dev/org/payment" \
	--header "Authorization: Bearer $TOKEN" \
	--header "Content-Type: application/json" \
	--data '{
  "address": {
    "city": "y5ipUTVmAAvFfr5HJbnY2ATsZrW",
    "country": "TU0C8FuxSHbR84YuljaAD",
    "state": "b0fhwHu",
    "street1": "4D8iDtJ0QG",
    "street2": "Y3gIT1wTYVEAx0wbsZEtbmO1pqv",
    "zip": "LrJGrqfpZYBBYVdV"
  },
  "name": "gLHGxmG",
  "phone": "+1-462-861-5508"
}'
201 Created
Response
{
  "address": {
    "city": "FxUSKf9KScEovIYs46mRV1Dq1Ys",
    "country": "T5y8mN",
    "state": "pxyBMl4z1DZEylgQEn8k",
    "street1": "0lsHVWBGw8NaruhJWhOMgiAXZ",
    "street2": "KeSq3eWWNgtTb0hkhOTl5u6hLqbDcS",
    "zip": ""
  },
  "balance": "7.20",
  "created_at": "2025-07-04T12:26:13.625Z",
  "currency": "RHBmLhXFcrVv2yV",
  "delinquent": true,
  "email": "4SY@LKDi0Vl9G.com",
  "id": "Dwyuk1MI1ghd",
  "metadata": {},
  "name": "zsF6m",
  "phone": "+1-110-199-6563"
}