# Billing Attempts ## Get paginated past or upcoming orders report - [GET /api/external/v2/subscription-billing-attempts/past-orders/report](https://developers.membership.appstle.com/admin-api-swagger/billing-and-orders/getpastordersreportv2.md): Retrieves a paginated list of subscription billing attempts filtered by status (SUCCESS, FAILURE, QUEUED, SKIPPED) with optional contract filtering. Key Features: - Status Filtering: Filter by SUCCESS (past successful orders), FAILURE (failed billing attempts), QUEUED (upcoming scheduled orders), or SKIPPED (intentionally skipped orders) - Contract Filtering: Optional filtering by specific subscription contract ID - Pagination Support: Returns paginated results with page headers - Order History: Access complete billing attempt history Status Values: - SUCCESS: Completed successful billing attempts (past orders) - FAILURE: Failed billing attempts that need attention - QUEUED: Upcoming scheduled billing attempts (future orders) - SKIPPED: Manually or automatically skipped billing attempts Use Cases: - Generate customer order history reports - Display upcoming scheduled deliveries - Track failed billing attempts for recovery - Export subscription order data for analysis - Monitor skipped orders and cancellations Authentication: Requires API key authentication via X-API-Key header or api_key parameter ## Get paginated past or upcoming orders report - [GET /api/external/v2/subscription-billing-attempts/past-orders/report](https://developers.membership.appstle.com/admin-api-swagger/billing-attempts/getpastordersreportv2.md): Retrieves a paginated list of subscription billing attempts filtered by status (SUCCESS, FAILURE, QUEUED, SKIPPED) with optional contract filtering. Key Features: - Status Filtering: Filter by SUCCESS (past successful orders), FAILURE (failed billing attempts), QUEUED (upcoming scheduled orders), or SKIPPED (intentionally skipped orders) - Contract Filtering: Optional filtering by specific subscription contract ID - Pagination Support: Returns paginated results with page headers - Order History: Access complete billing attempt history Status Values: - SUCCESS: Completed successful billing attempts (past orders) - FAILURE: Failed billing attempts that need attention - QUEUED: Upcoming scheduled billing attempts (future orders) - SKIPPED: Manually or automatically skipped billing attempts Use Cases: - Generate customer order history reports - Display upcoming scheduled deliveries - Track failed billing attempts for recovery - Export subscription order data for analysis - Monitor skipped orders and cancellations Authentication: Requires API key authentication via X-API-Key header or api_key parameter