This topic contains 1 reply, has 2 voices. Last updated by Bruce 3 years, 8 months ago.
Topic Author | Topic |
---|---|
Posted: Thursday Apr 18th, 2013 at 10:08 am #47783 | |
I have successfully written a Payment Notification handler and specified the URL in Payment Notifications URL. It is being fired, so that part is working. I am using Authorize.net and need to discern between an initial payment (setup of ARB) and subsequent recurring payments. Is there any information that is “passable” to the handler or that can be gleaned from the usermeta data that can help me know if this is a first time payment or a repeating payment? I have a database table that needs to be populated on initial payment but the handler can just exit on subsequent payments. Thanks, |