Skip to main content

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 by payment_id, external_payment_id, or user_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. 0 means 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

The payment collection.