Is there a way to get all ARB and Transaction data from Auth.net in a
machine parseable format? We have the situation with one of our clients
that they have an inconsistent database it seems and we would like to
verify the data integrety by comparing...
Let's say the customer registers the 15th of a month and I want his
subscription to start every 1st of a month now I have the difference of
~15 days which I do no want to charge the customer. Is it possible to
set up an ARB with a lower amount of mon...
How to create an ARB without using AITM AUTH_ONLY before to know if the
card is valid? I do not want to make two transactions for that. I've
been told the customers seens even the AUTH_ONLY request, we want to
avoid that.
I have to handle this case: 1) User registers for a recurring
subscription which will set up an ARB.2) User realizes that was not what
he wanted3) User signs up for another subscription that is not using ARB
but a one time payment4) I cancel the ARB ...
How can I issue a recurring transaction that would otherwise just happen
at the end of the next month manually? I need to test recurring
transactions that were created with AIM.
Yes, you're right, it is ARB, But however, if I get you right right I'll
receive only one silent post immediatly after the ARB API call was made
and then the next one would appear after X when the card gets charged
the next time and I can not issue i...
Thanks again for your help. So there is no way to set up a subscription
using the AIM API? I would appreciate it if I could use the AIM API
because implementing CIM would be a lot more work it seems and if I got
that right, I would have to store a re...
Thanks for your answer! Weanwhile I figured out that this should also
work with the AIM API and with this I won't have to use the whole
profile management story. Is this also correct? The following test code
works and the response is successfully but...