I have a form which includes:
My question is:
Can I handle this with one request to the API? (my research suggests no thus far)
Originally I thought I could do this all through the ARB API by using the trialOccurrences + trialAmount fields to capture the first monthly fee and any one-time fee if applicable however whilst that may work for a one-time plus monthly recurring payment, if the user also selects an option that introduces a yearly charge then I'm out of luck it would seem since the "length" property can only be specified for one recurring type.
Does anyone have any thoughts on the best strategy to employ?
Thank you.
Solved! Go to Solution.
03-02-2017 03:59 PM
Hello @bonafide2000
While you can't do it today with a single API Call, you can do it in a single set of steps:
If your want to reduce PCI Scope, check into using Accept.js or Accept Hosted for your initial payment.
You are welcome to post this as a new feature using our Ideas forum. This will allow others to vote on and make suggestions to improve the request.
Richard
03-02-2017 05:01 PM - edited 03-02-2017 05:02 PM
Hello @bonafide2000
While you can't do it today with a single API Call, you can do it in a single set of steps:
If your want to reduce PCI Scope, check into using Accept.js or Accept Hosted for your initial payment.
You are welcome to post this as a new feature using our Ideas forum. This will allow others to vote on and make suggestions to improve the request.
Richard
03-02-2017 05:01 PM - edited 03-02-2017 05:02 PM
Hi @RichardH
Thank you very much for your reply, I suspected this would be the case also thank you for the work flow suggestion.
I do have one question concerning the implementation of Accept.js; if I go down this route and issue the initial request via Accept.js to reduce PCI compliance exposure, what property do I assign the response data to in my server side method (I am using the PHP SDK).
Am I passed the data back to Authorize.net via a opaqueData/dataValue/dataDescriptor parameter using the PHP SDK?
Thank you.
03-07-2017 04:42 PM
03-07-2017 05:51 PM
@RichardH thank you
03-07-2017 06:00 PM