Is it really true that there is no PHP SDK for the latest AIM XML implementation and only for the legacy method described in AIM NVP documentation?!
I can't figure out how to use what is described in http://www.authorize.net/support/AIM_guide_XML.pdf in the PHP SDK...
Solved! Go to Solution.
11-12-2014 06:51 AM
Hello @winternet
I can confirm we do plan to convert the PHP SDK to use XML instead but we don't yet have a time line from the product team for delivery.
Richard
11-12-2014 09:26 AM
If you doing your own coding with the pdf documentation.
Start with the sample code, not the SDKs.
11-12-2014 07:07 AM
Can certainly code it myself - but I was just hoping to save some time by using the SDK.
And then I was surprised to see that the SDK doesn't support XML and the new features it brings (like automatically create a customer profile based on a submitted transaction).
But I guess I will have to just do it from scratch with XML. XML is annoying though - I wish they had used JSON instead - so much easier for everybody!
11-12-2014 07:14 AM
Hello @winternet
I can confirm we do plan to convert the PHP SDK to use XML instead but we don't yet have a time line from the product team for delivery.
Richard
11-12-2014 09:26 AM
As a follow-up, we just release JSON support in Beta. Read more about it here: http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/JSON-Beta-New-Product-I...
Richard
11-17-2014 05:02 PM