I am using Chargify API (https://github.com/jforrest/Chargify-PHP-Client/), we have customers in thousands with monthly subscription, so they charged on their specific dates, i am using a cron which checks subscriptions on daily basis
Problem is we miss a subscription if it could not charged on date which suppose to be charged. Some time customer card could not charged due to no funds in their account or any reason happened with their cards which causes few days delay.
I want to know when a customer card charged in chargify so i can generate a new order that time, i have used above PHP Library but could not found a function which get me info.
Can any one help for this or any other solution to fix this ?
Thanks