I am trying to integrate authorize.net payment gateway in my e-commerce based website. The payment is recurrent, so I am using Authorize.net Automated Recurrent Billing (ARP) API here : http://developer.authorize.net/api/arb/
Now, I would like to know if it is possible to configure the notification url in the API ?
I read, that I can configure the silent post URL in the account settings here :
https://sandbox.authorize.net/UI/themes/sandbox/merch.aspx?page=settings&sub=adcsilent&xhtml=ADCSile.../voojio
I am trying to set the notification URL in the API iteself.
Thanks
10-13-2022 03:22 AM - last edited on 12-30-2023 02:44 AM by Underbat
The registration module sends the recurring billing transaction to Authorize.Net and creates and ARB transaction. Auth.net does the recurring billing to the customer's credit card after that. The module has a silent postback feature where auth.net notifies the module if a credit card declines and removes the user from the role they were added to when they originally purchased.
10-13-2022 11:14 PM