Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I have created some customer profile id's and customer payment profile id's.

What i want is to use existing customer payment profile id for ARB so that users don't have to type their credit card details again and again.

share|improve this question

migrated from stackoverflow.com Sep 1 '11 at 18:25

2 Answers

You should look into Chargify.com and other recurring billing services. With them you don't have to pay auth.net any extra for ARB. Sites like chargify.com handle all the recurring billing.

share|improve this answer

ARB and CIM are two separate APIs. You cannot use the information from one API in calls to the other API. Since it looks like you are using CIM you will need to build your own payment scheduler to charge payment profiles on a regular basis.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.