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": "80nt",
"country": "sdlXFQxWh4K6Ngnq9PtegfUL",
"state": "X7V27s2i5SDTnHv",
"street1": "IcOMDH",
"street2": "",
"zip": "W1xAkHRYI46olIl7Me0Ht"
},
"name": "eZaEtlYid2f69Eo",
"phone": "+1-460-212-3732"
}'
201 Created
Response{
"address": {
"city": "RZw2mIMCmxDRt7B3PJSTF49",
"country": "VD3WeL4TVlO99j0xoJTIv",
"state": "aM5Z3LBJS0rqvYfQ",
"street1": "moNOJdW8iN7WN",
"street2": "azL6CGOMmREoB7O2QHbRENBNpUs",
"zip": "kCg7XgYis88"
},
"balance": "14.68",
"created_at": "2025-05-22T02:04:15.201Z",
"currency": "Bx8vqBPlaVwoGiZkzd",
"delinquent": true,
"email": "f@AoE2sC1f.com",
"id": "73XTGstfRvEqVDeuQ",
"metadata": {},
"name": "c7aEVffWdS63pIATKVxx",
"phone": "+1-613-807-5183"
}