Recharge Get Charges

Retrieves a list of charges based on different filters.

Available Filters: ["address_id", "customer_id", "discount_code", "discount_id", "external_order_id", "ids", "purchase_item_id"]

Uses this endpoint: https://developer.rechargepayments.com/2021-11/charges/charge_list

Inputs

InputTypeDescription
Recharge Access TokenSensitiveStringRecharge Access/API Token that allows us to make calls to the api.
FilterStringFilter to be applied on the charges.
Filter ValueStringValue of the filter to be applied. For ids, it takes a comma-separated string of ids.
LimitOptional StringLimit how many results you want. Default is 50. Maximum is 250.

Outputs

OutputTypeDescription
SuccessBooleanWhether the call was successful or not.
ChargesListList of retrieved charges.