How can I validate recurring payment?
takielias opened this issue · 5 comments
How can I make & validate recurring payments?
Hello @takielias I'm working on adding feature for recurring payment. It should be up before next week. Ill post here and add step by step detail on how to make and validate your recurring payment and related functionalities. Thank you.
@takielias I've added subscription or recurring payment functionalities please read readme to understand how to use it. Thank you :)
@sharik709 No doubt this is a great package for laravel developer. It would be super helpful if you add subscription status checking feature. It's required to verify subscription status according to multiple transactions process.
Yeah it's there. I think I forgot to add it into the readme. Ill check and get back
here is how you check the subscription status $response = $user->anet()->subs()->getStatus($subscriptionId);