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": "m",
    "country": "nJo9lo8bGtf8XqJFqujyi",
    "state": "s1hqUOVqseJchP53AvlSA",
    "street1": "n2qAeIuOhgh9hsrzjwursIyw1",
    "street2": "Yb2gIauE",
    "zip": "mBdBVDylRm2s8S1"
  },
  "name": "Jb2nNaMRR",
  "phone": "+1-639-898-5024"
}'
201 Created
Response
{
  "address": {
    "city": "XP5LXIiYaSG8",
    "country": "xPTNfxQc2zrgB",
    "state": "h1",
    "street1": "D38ZvJp",
    "street2": "Xh",
    "zip": "PNqbArBBA2XgtV0"
  },
  "balance": "81.97",
  "created_at": "2024-10-21T17:59:37.541Z",
  "currency": "QDhQ9W0NrXFnBCb",
  "delinquent": false,
  "email": "c8vyN@Xo15O.com",
  "id": "Hw",
  "metadata": {},
  "name": "ifd3RcM4eEOXyXq459osr3N",
  "phone": "+1-163-219-3866"
}