In setting up an ARB subscription I did not think about authorizing the card to make sure it has the funds/is valid. In creating a subscription is there no automatic authorization? Should I run an authorize method as well? If the card is not charged right away would running an authorize be standard practice?
I'm working in C# MVC application in sandbox btw.
Solved! Go to Solution.
12-01-2014 11:00 AM
Hello @bobbydoogle
A new recurring billing request does not currently validate the card data submitted. Instead, you will need to do that within your application.
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
12-02-2014 08:19 AM
Hello @bobbydoogle
A new recurring billing request does not currently validate the card data submitted. Instead, you will need to do that within your application.
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
12-02-2014 08:19 AM