cancel
Showing results for 
Search instead for 
Did you mean: 

Delayed Payment with CIM

Hey guys, I tried to find the solution for this on the board but was not successful.  I apolofize if I missed it and this is redundant.  This is what I am trying to do:

 

 

We would like to start offering a trial of an item for free for 30 days. 
When the clients signs up for their free trial they would need to give us their credit card number.
We would charge them $.01 to make sre the card was good.
They would have 30 days to cancel their memebership at no cost (how would we do this?)
At 31 days we would charge the card on file $25(how would we do this?)
 
We are currently using Authize CIM.  
 
Any feedback would be appreciated.

 

nelaggalen
Member
1 REPLY 1

We would charge them $.01 to make sre the card was good.

You can do a auth_only, to validation,

or when you create the payment profile set the validationMode to livemode which will do a auth_only to valid the card before saving it.

 

They would have 30 days to cancel their memebership at no cost (how would we do this?)

It will be on your system, just don't do the next item

 

At 31 days we would charge the card on file $25(how would we do this?)

Use the CreateCustomerProfileTransaction

 

CIM doc

http://developer.authorize.net/api/cim/

RaynorC1emen7
Expert