Retrieves all cycles for a specific subscription plan.
The sub-account user-id to make this transaction for. This header is only used if you have access to xenPlatform. See xenPlatform for more information.
The ID of the recurring plan.
Successfully retrieved the recurring cycles.
Xendit-generated recurring cycle ID.
ID of the associated recurring plan.
Status of the recurring cycle.
Amount charged in the cycle.
Validation errors occurred. Safe to retry.
Fields or values in the payload body does not comply with our API specification.
{
"error_code": "API_VALIDATION_ERROR",
"message": "Check the specific error message for debugging."
}
Error code identifying the issue.
Description of the error.
Invalid API key or unauthorized access. Safe to retry.
Resource not found. Safe to retry.
Customer not found.
{
"error_code": "DATA_NOT_FOUND",
"message": "Recurring plan_id not found. Please check your query again."
}
Unsupported content type. Safe to retry.
Server error.