There are some subscription payments created through woocommerce subscription plugin.
When I make call for these transactions using the transactionDetails API then the 'recurringBilling' field comes as false.
Is there a way to recognize through the API that these are subscription Payments?
The customer profile is shown in the CIM tab though.
07-23-2014 06:28 AM
So it a CIM profile, and you make your own scheduler?
not sure how your plugin work, but in CIM create transaction you can add an extraOptions of x_recurring_billing = "true"
http://developer.authorize.net/api/cim/
http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=B_APIFields.html
07-23-2014 06:39 AM