- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
โ08-30-2012 06:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Need the void or use the AIM to process the first month.
โ08-30-2012 06:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok,
Thanks.
โ08-30-2012 07:05 AM

