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.

Undefined Offset

We have a Magento 2 platform and we cannot cancel orders from in the backend. I get a message that states:"Notice: Undefined offset: 50 in /home/evolveg9/public_html/vendor/magento/module-authorizenet/model/Authorizenet.php on line 425 What am I miss...

Cross site access issue in loading the Iframe

Upon clicking make payment button in our application, we get the following error stating "Failed to execute Postmessage on Domwindow: the target origin provided(https://jstest.authorize.net) does not match the recipient window's origin (https://mangr...

fifty-git
Regular Contributor

Sandbox: Error getting valid response from api

Yesterday we started getting this error on out development server, "Uncaught Exception: Error getting valid response from api.".Our production checkout is working fine, but when trying to create a new profile using a test CC#, it fails. Has something...

socek
Member

Downloading transaction's list gives different data then silent post

We use the old way of downloading the transaction list from Authirze.net:- tha call: AnetApi/xml/v1/schema/AnetApiSchema.xsd -> getTransactionListRequest- silent postBut these two methods give sometimes different data. The call is always returning cu...

Payments are not getting posted to Authorize.net account

I have a membership site using MemberPress, I recently had to premium members sign up and it shows in MemberPress that they purchased the premium membership. But when I check Authorize.net I do not see them. I did do a test purchase for $1 and that w...

Shopify Recharge App Integration

I need your help. I am trying to develop a Recharge API based app. In their API documenation regarding https://developer.rechargepayments.com/#create-customer-with-payment-token it's stated that I should pass https://www.screencast.com/t/22mzlOFW whe...

API call createCustomerProfileFromTransactionRequest problem Solved

hello guys, So we have a system that for different reasons didn't create the customer/payment profile when needed, but we have transactions, i saw the api call createCustomerProfileFromTransactionRequest which creates the customer and payment profile...

C# EMV authorization capture in PHP

Just a quick question while we prepare our environment for EMV testing using the Windows SDK. If we do EMV authorizations in the Windows SDK, can the authorization ID be used in other systems (e.g. a PHP SDK implementation, or really any sort of endp...

Received Hash and generated hash not matching

Hello,I am using Authorized.net with c#. I have getting some problem at the time of transaction. Transaction received hash and generated received hash not matching. Can any one help me regarding this where I am wrong? Thanks in advance.My code is giv...

Authorized .net issue

I have upgraded magento version from 1.9.2.x to 1.9.4.1 after upgrading when i am trying to make payment using authorize.net, It's showing me below error.Gateway error: Unable to read response, or response is emptyI followed below linkhttps://communi...

Return code from echeck for transactions

Hi, Can you please provide the list of all the statuses with their message and code that will response from the echeck if transaction is success or failure or pending for review.

empty response code

We are using the Java SDK version 1.9.2We suffer from an intermittent issue when trying to getthe response code from a charge transaction attempt. Here is our code making a charge transaction: PaymentType paymentType = new PaymentType(); CreditCardTy...

Accept JS Hosted Form Style

Hi, I have reviewed all documentation and it is apparent that there is no way to style the form in the Accept JS Hosted form. In order to do so, we would need to create our own form and submit it via JS. Thus, opening us up to SAQ A-EP requirements; ...

CCV not being processed

We’re having an issue (both on sandbox and on live) where it looks like the CCV (card code) isn’t being processed, even though it looks like we’re passing it in correctly when using createCustomerProfileRequest to capture a prior authorization. When ...

Jbell
Member

Testing EMV Solved

Hi All, Looking for advice. We are trying to test EMV via the SDK and can't test on sandbox. Has anyone implemented this and can give us some advice?

Accept.js works in sandbox, production returns E_WC_19

I'm using Accept.js In the sandbox : https://jstest.authorize.net/v3/AcceptUI.js\I have no issues, I get a valid nonce response, pass it to "https://apitest.authorize.net/xml/v1/request.api\and I get correct responses of Denied or Accepted with AUTH ...

UUIDs for refIds, invoice numbers, etc.

My system uses UUIDs for all of its IDs (customer IDs, invoice IDs). It would be nice if I could use those UUIDs directly when making createTransactionRequest calls, but many of these have 20 character limits. Is anyone else using UUIDs in this way a...

WooCommerce Authorize.Net Gateway Accept.js error

So the site I just inherited has been working and now all of the sudden all transactions stopped because of Accept.js Error: payment nonce is missing issue. I double chacked and all credentials to Authorize are correct. Any ideas on how to go about t...

htkt89
Member

Webhook with accept host can not ping or trigger on secure server Solved

I've intergrated the webhook in our Dev server with http (not secure) and it's working fine, then deploy to the production server using https (secured) and our authorize account is in LIVE mode. When i tried to use "Test Webhook" (ping) in the portal...

View WSDL from XSD

Hi All, I downloaded standard tool- "XMLSpy" in order to priview the WSDL for the XSDand I'm facing the following error: A WSDL document has to begin witha element in namespace 'http://schemas.xmlsoap.org/wsdl/' (WSDL 1.1) ora element in namespace ...