I am using the below feature to create recurring ARB at Authorize.Net
https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription
We have implemented it in PHP but it is also accepting the test credit card details at time of ARB creation in live mode. It is not validating the credit card at time of ARB creation.
So is there anyway to validate the card at time of ARB creation not at time of amount deduction. I know it will validate when the first amount will deduct but I want validation at time of ARB creation.
Please suggest some solution if someone faced it before or anyone have any idea how to do it.