API → PaymentsCreate payment info for your user
Parameters
Name
Type
Req.
Returns
- 201 Created
successful creation
Name
Type
Req.
body
objectoptionalObject Properties
post
/user/payment$ curl -X POST "https://api.zoo.dev/user/payment" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"address": {
"city": "j",
"country": "vKWvmJvnly3inx3o8HJ",
"state": "VaaCL",
"street1": "DvMojUiKIV0G",
"street2": "bKUXuT0N",
"zip": "ohM"
},
"name": "h",
"phone": "+1-524-154-2586"
}'
201 Created
Response{
"address": {
"city": "74gfXeTVAFgvaM",
"country": "IJhNxek8BVB8BuZE7a0VotA02mIz8p",
"state": "G",
"street1": "Nzqp06nzzS",
"street2": "mB5LHJSsOOq0aye2hsH18c03bppsrB",
"zip": ""
},
"balance": "51.43",
"created_at": "2025-07-07T14:49:07.548Z",
"currency": "5xJvhC04BAt4ivdJ",
"delinquent": false,
"email": "lpF7jsPZ@PTB.com",
"id": "IptHn1YcLbroMbCpPO5STW",
"metadata": {},
"name": "KzXkKdGAs7aEshnYvUTSANrQ",
"phone": "+1-516-529-7741"
}