Recharge Get One-Time Orders

Used to get one-time order information from Recharge

More info about the onetimes object can be found here: https://developer.rechargepayments.com/2021-11/onetimes/onetimes_list

This action requires a Recharge module connection to be setup in the DG Modules page. Once you have set this up, you will need to enable all read/write permissions in your Recharge dashboard under "API Tokens".

Inputs

InputTypeDescription
Query ParametersStringQuery parameters to filter results. Example: customer_id=XXX&include_cancelled=true
LimitOptional StringThe number of results to return. Defaults to 10.
Safe ModeOptional BooleanIf set to True, errors are logged in the Action Outputs instead of stopping the Flow. Defaults to False.

Outputs

OutputTypeDescription
SuccessBooleanWhether the one-time orders were retrieved successfully.
One-Time Order DataListFull one-time order objects returned by the Recharge API.
One-Time Order IDsListList of IDs extracted from the retrieved one-time orders.