cancel
Showing results for 
Search instead for 
Did you mean: 

Authorize Algorithm Question

Hi Guys!

 

Here's my setup:

Online AIM & ARB integration via PHP.

 

My members can sign up as either a once time charge (membership will expire in X amount of time) or be billed monthly via ARB.

 

If members choose to register as a subscription membership, right now, we use a AIM POST to see if the credit card is valid (AUTH_ONLY).

 

If the credit card charge is OK for the amount of the first month, we then setup the ARB subscription which actually charges for the first month. The problem with this method is that then there is an unsettled transaction for the customer BECAUSE of the AUTH_ONLY POST.

Is there a better way of going about this, rather than implementing a VOID call to remove the unsettled transaction?

 

Thanks for your time & input,

Chris

 

 

 

butsags
Member
2 REPLIES 2

Need the void or use the AIM to process the first month.

RaynorC1emen7
Expert

Ok,

Thanks.