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.

kofhearts
Contributor

limitation in Accept.js?

I have been following the tutorial https://developer.authorize.net/api/reference/features/acceptjs.html let me get to the point The credit card data is sent to authorize.net from the client with this callAccept.dispatchData(secureData, responseHandle...

[Sandbox] Payment/Shipping Profile Missing Address

Using VB.NET, I execute a createCustomerProfileRequest. Information is created, but the Address field is missing. If I try adding it in the web portal I get the following: Customer Profile ID or Customer Payment Profile ID not found. Is this by desig...

Mohammed
Contributor

Invoice number not returned in the Iframe communicator response

Hi there, No matter what combination of hosted page settings I use, I am not able to get the following parameters neither in the transaction response of Iframe communicator and nor in the sandbox account transaction Reports sections nor in the Mercha...

Accept Hosted Card Code validation for existing payment profiles

Hello, We are working on implementing Accept Hosted in place of our current CIM integration. In our current application, when a user attempts to make a payment with an existing payment profile. We validate that the cvv/cvc matches when we process the...

mps38
Member

No Relay Response from Authorize.net using SIM

The problem is that our relay script isn't being requested from Authorize.net according to our web server logs (Apache.) This it not a timeout issue, our script isn't even being requested for some transactions according to our logs. And our users get...

dev-usa
Contributor

Where do you "turn on" ARB ? Solved

I have found where I can set up a specific client for ARB but isn't there somewhere in my AN account where I have to specify that we are going to accept ARB ?

CIM testing for certan AVS responses using trigger ZIPs

I've seen a few topics here regarding AVS response testing, but none that specifically answer this question. I'm using an account in live mode in sandbox, and submitting my XML payload with liveMode, calling createCustomerPaymentProfile. Similar to t...

window[s] is not a function Accept.js

Hi, I have cordova app which needs to use Authorize.net payment gateway via Accept.js library. window[s] is not a function is the error it is throwing so I am not getting control back in response handler. I am using Hosted form and below is the code ...

kofhearts
Contributor

how to handle connection error in accept.js?

I am following the tutorial to integrate Accept.jshttps://developer.authorize.net/api/reference/features/acceptjs.htmllet me get to the pointHere is the form







Pay and here is the function called Now sometimes there is connection problem and...

blackwood821
Contributor

Accept.js encryption failed

Hi, I am using Accept.js in a single page React application. I have my own AddPaymentProfileForm component so I'm building the form myself and sending the CC info to Accept.js for a token in return. I'm receiving the following error:E_WC_14: Accept.j...

SSL Certificate Problem (Another Authorize.net Outage) Solved

THIS PROBLEM HAS RETURNED! CURL ERROR: SSL certificate problem: unable to get local issuer certificate Yesterday, working in the sandbox was fine (I've been working fine all week long), then this morning I started testing again, and first thing I get...

communication error - did transaction go through?

If submitting a createTransactionRequest, and there is a communication error, the POS application will not know if the transaction was processed or not. What is the best way to either ensure that the transaction did not go through, or determine if it...

sureshrb3
Contributor

Create Profile Using Charge a Credit card API

Hi,i was trying to create customer profile (along with customer payment profile) on invoking "Charge a Credit Card" API.CustomerProfilePaymentType customerProfilePaymentType = new CustomerProfilePaymentType(); Boolean isCreateProfile = true; customer...

sureshrb3
Contributor

Retry failed ARB payments automatically

Hi , Is there a retry option available for failed ARB transactions alone.If it is ,is that retry option specific to subscriptions we create on merchant account or it is specific to merchant account configuration?can we enable retry option using API f...

kofhearts
Contributor

how to set email field when using java authorize.net sdk? Solved

I am using the java sdk. https://github.com/AuthorizeNet/sdk-java I am using accept.js to send credit card to authorize.net via javascript and then in server side i execute accept payment transaction call as described in the following documentation. ...

Raw response for logging from the .NET SDK Solved

How do I get the raw response string returned from the .NET SDK? I'm guessing it would come from the controller, but I can't find where the string is exposed. It needs to be logged so we can get help with a failing transaction from support.Thanks

Java CIM UpdateCustomerPaymentProfile ; Error E00027

Authrorize.net – UpdateCustomerPaymentProfile() Gettting an Error = [UpdateCustomerPaymentProfile()] There is one or more missing or invalid required fields. in the log = << "?xml version="1.0" encoding="utf-8"?>ErrorE00027There is one or more missi...

Verify an Accept Hosted transaction server-side

I am looking at the Accept Hosted documentation and sample app, and I am not seeing a way to verify on the server-side whether or not the transResponse.authorization returned from the client via the window.CommunicationHandler is valid. Am I missing ...

ohoppe
Contributor

In-Person SDK for Android Doesn't Support Landscape Orientation

When running a plain EMV transaction with the tablet in landscape orientation, the In-Person SDK for Android (seemingly programmatically) switches to portrait orientation to display the total charge and status messages. For obtaining signature it swi...

Error code : 16. The transaction cannot be found

Hello!I use this sample https://github.com/AuthorizeNet/sample-code-php/blob/master/PaymentTransactions/charge-customer-profile.phpIt's ok, and I got Charge Customer Profile TRANS ID : 60100534073 Code : 1 Description : This transaction has been appr...

Slow Response Times (Prod and Sandbox)

Hello. I am experiencing less than desireable response times (sometimes time outs) against both the Prod and Sandbox APIs. I can consistently reproduce 10-20 second response times using tools like Fiddler and Postman. Is this amount of time considere...