Retrieve a paginated list of recommended recovery actions for failed payments. Can be filtered by subscription ID, invoice ID, or transaction ID. Results can be ordered by creation time or scheduled time. Supports pagination with configurable page sizes. Requires authentication with a valid API key passed as a Bearer token.
API key authentication using a Bearer token in the Authorization header.
Example: Authorization: Bearer YOUR_API_KEY
Number of recovery actions to return per page (maximum 100)
1 <= x <= 100Token for retrieving the next page of results
Filter recovery actions by subscription identifier
Filter recovery actions by invoice identifier
Filter recovery actions by transaction identifier
Field to order the results by
RECOVERY_ACTION_ORDER_BY_CREATED_AT, RECOVERY_ACTION_ORDER_BY_IDEAL_RETRY_TIME Direction to order the results
RECOVERY_ACTION_ORDER_DIRECTION_ASC, RECOVERY_ACTION_ORDER_DIRECTION_DESC A successful response with list of recovery actions.
Response containing a list of recommended recovery actions with pagination support