Customer Show
https://paydoux.com/customers/show/ID
Params
Name
Type
Description
id
integer
/show/ID
Response
{
"data": [
{
"id": "2",
"user_id": "1",
"name": "Test Test",
"email": "test@test.co1",
"phone": null,
"address": null,
"payments_count": "1",
"total_spend": "11.00",
"last_payment": "2024-06-11 23:22:08",
"created_at": "2024-06-13 20:01:54",
"updated_at": "2024-06-11 23:22:08"
}
],
"pager": {}
}
Last updated