Integration and Testing

Authorize.Net API questions and help with your payment integration.

cancel
Showing results for 
Search instead for 
Did you mean: 

From this board

Anurag
Moderator

Recorded Developer Webinars Pinned

Please find the links of our recorded developer Webinars Simplify PCI Compliance with Authorize.Net Accept Learn about Authorize.Net API Integration with OAuth 2.0 Creating Automated Workflows Using Authorize.Net Webhooks Thanks Anurag

Anurag
Moderator

API / Features documentation Pinned

Use the features you want to build the payment solution you need. You'll be up and running in minutes. Features : https://developer.authorize.net/api/ SDKS : https://github.com/AuthorizeNet API reference : https://developer.authorize.net/api/referenc...

Anurag
Moderator

Use Try It Tab for testing APIs on sandbox Pinned

You can test APIs from our Try it Tab in API reference on sandbox without signup https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card Click on the Try it tab and click send .

RichardH
Administrator

Use Testing Guide for Specific Transaction Responses Pinned

Using the Testing Guide, developers can trigger specific transaction responses in the sandbox including approvals, declines, errors, as well as AVS and Card Code responses. If you have questions or comments, please use this thread.

Error connecting to AuthorizeNet

I am using Caldera Forms in WordPress with the Authorize.net Addon in Sandbox mode. Everything seems set, but I keep getting "Error connecting to AuthorizeNet" when trying to use the form. I've read other discussions on this forum with the same topic...

Marcy
Contributor

How do I get testing API Login ID and Transaction key to be recognized?

I am working on a new development site that will eventually replace an existing live site. I have a sandbox account that I used last year that I am going to use again. On the new site, if I understand this correctly, I keep Production selected, not T...

Re: error E00114 - Invalid OTS Token Errors

Hi Support, We are using some wordpress plugin and integrated this plugin with authorized.net payment gateway. The problem we are facing when ever a transaction done with credit card its shows Invalid OTS Token. [E00114] Please guide how to solve thi...

Declined due to CCV in Sandbox Mode

Hello When I submit a new 'createCustomerPaymentProfileRequest' in sandbox with validationMode set to 'liveMode' the credit card is always declined due to a CCV mismatch even though I've tried 5 perfectly good credit cards. Just wondering if this is ...

iOS Accept SDK Integration Issue

Trying to integrate the Swift Accept SDK, and I'm getting an error when i'm installing the iOS Accept SDK. It's telling me that it is using the 3.0 swift version and I'm using 3.2 (which is the latest release). Is there any timeline on when this will...

Drupal Commerce AIM Integration issues with Sandbox

I'm having issues getting the Drupal Commerce Authorize.net AIM module working with a Sandbox Account. My Sandbox Accout is set to Live and I am using the API login ID and Transaction Key (not Sandbox login credentials) in the 'Enable payment method:...

sameer
Member

3D secured test cards

Hello I am implementing 3D secure with my site now I've implemented authorize and capture module .... Now i need to implement 3D secure method , so as some examples or discussions that I've read now i need 3D secure test card numbers as i need to tes...

Not in testmode, but sometimes getting an AuthCode of "000000"

Background: We have had an "annual renewal" application running successfully for a couple years. A year ago we added code to start saving Customer Profiles on Authorize. Now we are sometimes (often) getting AuthCodes of "000000" for transactions. We ...

Only Visa Working on our Apple Pay Account

Hi, I just met with someone at Apple and they seem pretty confident that something is breaking either on the Auth.net side or when Auth.net passes the data across to the processor (I believe Chase Paymentech). We are currently only able to accept Vis...

Four decimal digits in payment amount

We're being forced to use the hosted payment form and while the information is passing over properly, the amount is always showing with four decimal digits. Is there a way to fix this? It looks stupid when you're dealing with dollars and cents.

autopilot
Contributor

Rules for recurrign transactions with big payment period

Hello, decided to write here as nobody replied in support. Lets say customer wants to sell a subscription plan with subsequent annual recurring payments. The questons are: 1) how long will the tokens live?2) if tokens are received for a card which wi...

PcDudes524
Contributor

Hosted gateway payment stalled

When I click the 'Pay' button in my hosted gateway the words change to 'Processing' and nothing happens. How can I determine what is happening?

Webhooks notifications incorrect post request from system

Good evening!Your documentation says that for veryfying notifications, "The hash is sent in a custom header: X-ANET-Signature". So I had registered my sandbox account, and while testing it (using pastebin) - didn`t actually find this signature in the...

rrr944276
Contributor

hostedpaymentiframecommunicatoruel question

found at https://developer.authorize.net/api/reference/features/accept_hosted.html that i need hostedpaymentiframecommunicatorurl i made the page from the sample listed than added the following: I this correct code or am i missing something i need to...

jima
Regular Contributor

Accept.js authentication/security Solved

When making a client (JavaScript) call, a form of authentication is expected by Accept.js. If requires an apiLoginID and a clientKey. So my question is:What is considered acceptable practice for the storage/display/use of those 2 elements? Not sure i...

How to get status on loaner device application?

I have submitted a request for a loaner device through the following link and I had not received any confirmation email or an email stating the current status of the application. It has been a week after the form submission. Is there a way to get the...

rrr944276
Contributor

redirect the user back to your site

How do i redirect the user atfter entering there credit card information redircet theuser back to my site. I am using a iframe below is the code class using System;using System.Collections.Generic;using System.Linq;using System.Web;using AuthorizeNet...

PayPal Error Response Reason Code 23

Occasionally, I will log errors with PayPal transactions that have the follow attributes:x_response_code: 3x_response_subcode: x_response_reason_code: 23 x_response_reason_text: An error occurred during processing. Please try again. I have not been a...

rrr944276
Contributor

question on iframe

I am using an iframe to display the form test.authorize.ent/payment/payment. when i press the contunite button on the authorize.net page it should close the iframe and take you to the final check out page. it opens in the iframe. Does anyone have an ...

rrr944276
Contributor

iframe continue button

Ok i am using asp.net and using an iframe to load the payment box.I can enter the information but when you press contuine the iframe box will not close and load the page on the webpage that called it. to see how it works go to The code is at http://w...

jmorgret
Contributor

hosted payment page not displaying properly on webserver Solved

When I run my code for gethostedpaymentpage from my development machine, everything is working fine. When I deploy my code onto my webserver, the hosted payment page does not look right at all. There is no error given (e.g. unable to obtain token). T...