API → Payments → Create 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": "pmDNU9uh3keebxEFcYtTIQSg4od",
"country": "IXg2qm3fxfN3SOBuPH1A1ZyDl4z",
"state": "VAlTxiiGd",
"street1": "S1Mbl",
"street2": "jI0bl3Yihky5q2qUpU72",
"zip": "3bY097JB7z63phyrChF77t6TU720e"
},
"name": "",
"phone": "+1-813-413-7673"
}'
201 Created
Response{
"address": {
"city": "j8YLDWXvfn6zxQCefmDCvc4tu",
"country": "2j33",
"state": "oNa7xd5aGDOfB",
"street1": "yYAc",
"street2": "xYp8AZAmQUSF",
"zip": "o4rK"
},
"balance": "24.12",
"created_at": "2025-04-21T20:02:02.049Z",
"currency": "SoocHRByfGV3Ee22TWxqVI",
"delinquent": true,
"email": "H@foPnA.com",
"id": "r5775mU",
"metadata": {},
"name": "pvd",
"phone": "+1-441-387-6057"
}