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": "GUo1ClSDh2MuV8OuZw0KUZN",
    "country": "l1EIbc1y8xxc30ydApc9kSatR5S",
    "state": "zDuQufJZs0K9h58WRba2LnDQK8j",
    "street1": "v",
    "street2": "ecJDS3zaOe2GIfYJznYvS",
    "zip": "O1B2XzNOmR3i"
  },
  "name": "Che301",
  "phone": "+1-924-809-3336"
}'
201 Created
Response
{
  "address": {
    "city": "tu3ojDTvUeNOWHJq1LFtHkmQ6",
    "country": "OviUkdHncYfvoTs2C4bMEdOSOJ",
    "state": "5Zo9mvyrJMu7NDy3dXrk0OY",
    "street1": "sN46rpB",
    "street2": "a4tVix02eYiacoU1tPGcBRR",
    "zip": "Qxa5YNyXsxdbpV067sc4QGYlo6n4Lh"
  },
  "balance": "99.41",
  "created_at": "2025-06-13T18:06:20.251Z",
  "currency": "vMBhPy",
  "delinquent": true,
  "email": "oWa79H@.com",
  "id": "LFzyL6eooaHY3se7Yd17xUcDicv",
  "metadata": {},
  "name": "VMah0SAUEsJBZJadFGc",
  "phone": "+1-879-252-4745"
}