I am trying to integrate authorize.net ARB in php with John Conde's code from below link http://www.johnconde.net/blog/tutorial-integrate-the-authorize-net-arb-api-with-php/ /echatspin /echatrandom
Its working fine and gives me a successful response i.e. subscription id and 'ok' as a response. But now from this returned subscription id I want to get the current status of subscription and the subscription is ongoing with the interval of 1 month.
I want to check the status of the subscription_id each month and if there are insufficient fund and payment is not done for particular month then i want to restrict the user from accessing my site. But form tutorial i have refereed, am not getting any code or link to get Status or check status of particular subscription_id.
Please help me out. Am stuck at this stage. Thanks in advance. Your help will be appreciated.
11-17-2022 12:25 AM