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": "1fXedPrdcJnB7O7fdQVzn",
"country": "I1XahISF82q",
"state": "rCOhV6qfuK2",
"street1": "GQNXlBNCqqHbbQ8qoNRdlAbOr",
"street2": "sKSIv7NR6Qw",
"zip": "kwIhqaj4QB"
},
"name": "",
"phone": "+1-697-554-2539"
}'
201 Created
Response{
"address": {
"city": "4XogEnR6NpX",
"country": "dDpV6djGKPysGH2K",
"state": "N7W3S2Icimj7AUeYpwY",
"street1": "h1nIeL7UeftI7PtKR9ckB",
"street2": "CsvE936FOX7",
"zip": "0XNcmCbPXBGGBoL"
},
"balance": "59.17",
"created_at": "2025-07-18T21:43:35.026Z",
"currency": "nvGNRSnE7oRxptHU",
"delinquent": true,
"email": "80@.com",
"id": "psHqZM",
"metadata": {},
"name": "5nqwDsenJbsgm",
"phone": "+1-894-878-5097"
}