API → PaymentsCreate 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": "1jNgCZSL1Yf",
    "country": "FsqObeFEx97XvQLb1Qly8joq4bZ",
    "state": "oKqU",
    "street1": "4pkuUz7HKvZZ6ctOS0",
    "street2": "NKlioQlCwIO3bvCcTK",
    "zip": "q"
  },
  "name": "F7SatlmXb3eEJV3txsO9s",
  "phone": "+1-520-331-3802"
}'
201 Created
Response
{
  "address": {
    "city": "yk44sBS3ErqH",
    "country": "1P3QxYWd4RkNPW2dMqlRoN1cNHof2",
    "state": "Jfn5KGonb",
    "street1": "yn",
    "street2": "U",
    "zip": "JQakvoB5KyhR"
  },
  "balance": "92.28",
  "created_at": "2025-01-09T18:26:27.716Z",
  "currency": "0o8kekugL57sRUR9rOKalaF2w0",
  "delinquent": true,
  "email": "JIL0PGM@Av.com",
  "id": "aDww3Lh2eZBTiSQHG9KByQJD",
  "metadata": {},
  "name": "9BRiaOHQC2q",
  "phone": "+1-315-234-6440"
}