Reputation: 8538
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 :
I am trying to set the notification URL in the API iteself.
Thanks
Upvotes: 1
Views: 366
Reputation: 219884
You cannot set it in the API call. It can only be set in the account settings.
Upvotes: 3