List all payments
GET/products/{product_id}/payments.json
Retrieve the payment collection associated with the product.
Filtering and searching
You search and/or filter payments with these parameters:
search- You can search bypayment_id,external_payment_id, oruser_email. It can be a number or string.user_id- If you are looking to list all payments for a specific user use this.billing_cycle- Filter payments by billing cycle.0means lifetime payments.currency- Filter payments by currency.coupon_id- Filter payments by coupon ID.filter- Filter payments by different types:all,refunds,not_refunded,disputed,won_disputes,chargebacks.
Please see the parameters in the responses body for more information.
Request
Responses
- 200
- 400
- 401
- 402
- 404
The payment collection.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.