Get Failed Payment List
Description:
Retrieves a paginated list of failed subscription orders. The response includes details of each subscription order, and filtering options can be applied via query parameters.
Url Parameter Parameters:
status(string, optional) – Filter subscriptions by status (e.g., paid, invoiced, debtCollection).
Query Parameters:
page(integer, optional) – The page number for pagination. Default:1.subscriptionUuid(string, optional) – Retrieve subscriptions associated with a specific subscription.phone(string, optional) – Filter subscriptions order by customer phone.customerName(string, optional) – Retrieve subscriptions associated with a specific customer name.startDate(date, optional) – Filter subscription order that started on or after this date (Format:YYYY-MM-DD).endDate(date, optional) – Filter subscription order that ended on or before this date (Format:YYYY-MM-DD). startDate and endDate should be used together.
Authentication
This endpoint requires authentication using a Bearer Token. The client must send the token in the Authorization header for every request.
Example Authentication Header:
If the token is missing or invalid, the API will return a 401 Unauthorized response.
| Endpoint | : | https://demo-api.frontpayment.no/api/v1/connect/subscriptions/failed/list/{status?} |
| Method | : | GET |
| Authorization | : | Bearer |
|
Response Structure |
: |
|
|
Example Response |
: |
|