Return all payments for orders within specific business
GET/api/v1/businesses/:id/payments
Return all payments for orders within specific business
Request
Path Parameters
id int32required
Query Parameters
sort string
filter[for_delivery] any
filter[delivery_price_business_participation] any
filter[states] string
filter[from_created_at] date-time
filter[to_created_at] date-time
page int32
Default value: 1
Page offset to fetch.
per_page int32
Default value: 10
Number of results to return per page.
Responses
- 200
Return all payments for orders within specific business
- application/vnd.api+json
- Schema
Schema
any
Loading...