Fetch the payments list of a order for the current user and project
Fetch the payments list of a order for the current user and project.
Path parameters
-
User id
-
Project id
-
Order id
GET /users/{user_id}/projects/{project_id}/orders/{order_id}/payments
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/projects/{project_id}/orders/{order_id}/payments
Response examples (200)
[
{
"id": "string",
"amount": 42.0,
"created_at": "string",
"order_id": "string",
"project_id": "string"
}
]
Response examples (200)
[
{
"id": "string",
"amount": 42.0,
"created_at": "string",
"order_id": "string",
"project_id": "string"
}
]