Questions tagged [authorize.net-aim]

The preferred method for connecting a merchant Web site to the Authorize.Net Payment Gateway. AIM allows merchants to customize their own payment form (the Web page that collects the customer's payment information) and receipt page (the Web page that reports a summary of the transaction back to the customer), as well as submit transactions over an end-to-end Secure Sockets Layer (SSL)

The preferred method for connecting a merchant Web site to the Authorize.Net Payment Gateway. AIM allows merchants to customize their own payment form (the Web page that collects the customer's payment information) and receipt page (the Web page that reports a summary of the transaction back to the customer), as well as submit transactions over an end-to-end Secure Sockets Layer (SSL)

Related Tags

13 questions
3
votes
2 answers

Authorize.net AIM refund transaction test mode

In test mode,When I try to make refund for my transactions via Authorize.net AIM by using only the last 4 digits of credit card , it shows the following error. (TESTMODE) The credit card number is invalid But strangely, when I enter the complete…
Vegeta
  • 291
  • 2
  • 7
  • 20
2
votes
1 answer

Authorize.net AIM refund transaction error 3.2.33

According to authorize.net pdf instructions I use the AIM parameters: "x_login" => $AimLoginID, "x_tran_key" => $AimTransKey, "x_version" => "3.1", "x_delim_data" => "TRUE", "x_delim_char" => "|", "x_relay_response" =>…
Geo
  • 21
  • 2
1
vote
1 answer

Issuing a refund through new Authorize.Net API vs AIM API

We are in the process of finally getting off AIM API and moving to the new Authorize.Net API. My question is about refunds. If a charge is sent through AIM, then after we switch, can the refund be sent through Authorize.Net API?  Is the x_trans_id…
nope_four
  • 492
  • 1
  • 4
  • 16
1
vote
0 answers

How to Implement Partial Auth on Authorize.net API

I am in need of Partial Authorization for payment processing for a system I am developing using the Authorize.net API. I am going over the docs and attempting to send a partial auth payment through a sandbox account and I am not getting any…
ViaTech
  • 2,143
  • 1
  • 16
  • 51
1
vote
2 answers

Complex Names with Authorize.net AIM

How do the rest of you handle complex names when submitting a transaction to Authorize.net using AIM? Nearly every ecommerce application on the planet asks the user to fill in the "Name as it appears on your credit card". For some odd reason,…
Axeva
  • 4,697
  • 6
  • 40
  • 64
1
vote
1 answer

Need Help for ColdFusion SessionToken and AIM for Authorize.net

I am trying to solve a problem that occurs with Authorize.net. The SessionToken is generated while in test mode through a test account. Now, a new SessionToken is generated each time the form is previewed through the test account or the actual…
1
vote
1 answer

Refund payments using Authorize.net AIM API

I am trying to find a way to refund payments using Authorize.net's AIM API. I found sample code located here: https://github.com/stymiee/Authorize.Net-XML. Here is the code that I am using from the…
three3
  • 2,756
  • 14
  • 57
  • 85
0
votes
0 answers

Can't add new card for existing customer in authorize.net- Node JS

I'm new to authorize net. Created an API to create a customer in authorize.net using this doc link] I have added my code below. In this case, the customer is getting created fine and the card details are also getting saved. But now I want the same…
0
votes
1 answer

Authorize.Net AIM/SIM APIs and Simple Checkout Officially Deprecated

From AuthNet's site: Our legacy Advanced Integration Method (AIM) and Server Integration Method (SIM) APIs, as well as our Simple Checkout option, are now officially deprecated, meaning we will no longer provide any updates to these…
Fakhar Ahmad Rasul
  • 1,595
  • 1
  • 19
  • 37
0
votes
2 answers

Authorize.Net verify credit card AIM and ARB

Im using the authorize.net recurring transaction. What Im trying to do is give the an option to check off a donation if they want it recurring for the next 12 months. So before the ARB - I want to verify the card but 0.00 isn't a valid amount. so…
0
votes
1 answer

parent transaction id in refund in authorize.net

I'm using Authorize.net AIM and silent post. The purchase is done via AIM, and it's working fine. If the user wants to refund then it's tracked via silent post url. But there is no parent transaction id for a refund transaction. So I couldn't…
Mazhar Ahmed
  • 1,523
  • 2
  • 24
  • 41
0
votes
1 answer

Suggestion for Authnet AIM/CIM membership site

I have built a software solution for recurring billing using ARB and I now have the task of using AIM and CIM. I have searched for an hour before asking just as an FYI. I assume for single transactions I use AIM. Then, to store the card on Authnet…
Naterade
  • 2,635
  • 8
  • 34
  • 54
-1
votes
1 answer

Authorize.net ARB Credit Card Issues

I can successfully create ARB subscriptions. But as far as I can tell from the documentation, the credit card is not validated until it is charged. So it is my understanding that I need to use AIM and VOID a charge of 0.01. $content = "
ChaseC
  • 426
  • 2
  • 6
  • 18