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
| Input | Type | Description |
|---|---|---|
| Query Parameters | String | Query parameters to filter results. Example: customer_id=XXX&include_cancelled=true |
| Limit | Optional String | The number of results to return. Defaults to 10. |
| Safe Mode | Optional Boolean | If set to True, errors are logged in the Action Outputs instead of stopping the Flow. Defaults to False. |
Outputs
| Output | Type | Description |
|---|---|---|
| Success | Boolean | Whether the one-time orders were retrieved successfully. |
| One-Time Order Data | List | Full one-time order objects returned by the Recharge API. |
| One-Time Order IDs | List | List of IDs extracted from the retrieved one-time orders. |
Updated about 6 hours ago