I have my app with monthly billing cycle , and a store has paid last for november -december cycle and not paid after that , If I check the recurring billing api it shows active status , but the store has not paid for it , can anyone help how to solve this issuue ..
{
"recurring_application_charges": [
{
"id": 1234567,
"name": "Premium Plan",
"api_client_id": 1234567,
"price": "55.99",
"status": "active",
"return_url": "abc.com",
"billing_on": "2022-05-15",
"created_at": "2021-08-18T15:06:09+05:30",
"updated_at": "2022-04-15T16:22:20+05:30",
"test": null,
"activated_on": "2021-08-18",
"cancelled_on": null,
"trial_days": 0,
"trial_ends_on": "2021-08-18",
"decorated_return_url": "abc.com"
}
]
}