I am messing around with the PHP SDK and have successfully been able to create both ARB and CIM.
My end goal is to do the following:
1. Process customers first months payment immediately.
2. If payment was successful then add them into ARB or CIM.
However in my testing of ARB and CIM it does not appear to me that payment is processed immediately. It seems to just set up the customer or subscription.
Do I have to use AIM first to process the initial first month payment and upon `success` callback create the CIM or ARB for the customer?
Solved! Go to Solution.
08-13-2015 08:53 AM
They did add a new param to the createTransactionRequest to create a CIM profile from the AIM call.
08-13-2015 12:06 PM
They did add a new param to the createTransactionRequest to create a CIM profile from the AIM call.
08-13-2015 12:06 PM