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.

dev-usa
Contributor

Anyone know how to make contact with AN Developer support?

I have been a Certified AN Developer for some time. So long, in fact, that I have lost my userID/password! I really need to make changes to my description and I have tried repeatedly to make some sort of contact with the AN people that are responsibl...

Refreshing the Access Token Solved

Hello Team, I am following this documentation :https://developer.authorize.net/api/reference/features/oauth.html#Retrieving_the_Access_Tokento complete the flow of obtaining the access_token. When I am making a POST http request to https://access.aut...

jasonjudge
Contributor

Hosted Payment Page, non-iframe, tying refId to transId?

The Hosted Payment Page, when used as a redirect, does not return the merchant transaction ID (refId) to the final success page. It does send the Authorize.Net ID (transId) to the appropriate registered webhook(s). But it does not send the refId ther...

jonCherlin1
Contributor

Haven't received webhook notifications in 2 hours

I am integrating webhook integrations into something that I am building. I am testing using Postman, and everything was working fine until a couple of hours ago...where now it seems that new transactions (that show up in Authorize.net) are not showin...

Ampersand in customer email

Hello, If an ampersand is included in the customer's email address, the following error is returned during createTransactionRequest: Extra Options is invalid. Request: ...10test&test@test.com... I cannot find any other post about this issue, so any h...

Authorize.Net Retail Swipe in Canada.

Hello, I am currently trying to setup a retail environment for an online store with Authorize.net's mobile swipe hardware and mobile application. Unfortunately I am having trouble downloading the mobile application because it is only avaliable on the...

Accept.js: E00003 Root element is missing Solved

Hi All, I have an issue while doing payment through Authorize.Net with Accept.js methodology in sandbox environment only. I am facing this issue from last few days. The integration with Accept.js is already in place in our application and it is worki...

rahulG
Member

how to create customer payment profile using hosted form

how to setup hosted form to create customer payment profile and i have followed this https://developer.authorize.net/api/reference/features/accept_hosted.html#getHostedPaymentPageRequest__Sample_Request_and_Response but while selecting card and i am ...

New to Authorize.Net and Hello world not working Solved

Hi everyone, I am new to Authorize and I can't get the hello world to work. Error message isCharge Credit Card ERROR : Invalid response I have installed composer from https://getcomposer.org/download/ and then ran composer update with the following c...

This transaction has been declined. Code: 251

Hello there,I am new to Authorize.net. I just setup Woocommerce CIM on my clients site and run a test transection and I got this error. I provived all my data and card numver correctly and I belive My CEO also filled the API Login ID, API Transaction...

Voiding electronic refunds

How do we void out a refund if a refund was submitted by accident?I imagine that the process would be different depending on whether or not the transaction has been posted.

Voiding electronic refunds

How do we void out a refund if a refund was submitted by accident?I imagine that the process would be different depending on whether or not the transaction has been posted.

kbaugher
Contributor

Setting proxy programmatically?

Hello, I see that there is a way to set proxy settings using a properties file. However, we have several servers we're using as proxies, and we would like to be able to distribute API calls between them. Is there a way we can set the proxy informatio...

Simple Checkout Response Object

I'm hoping someone can point me towards the documentation on how to get the return transaction object after the end-user completes a purchase using Simple Checkout, and also what that the object looks like. I'm primarily interested in figuring out ho...

AVS is enabled but Authorize a credit card without check avs

Hi, Currently, we authorize a credit card without passing "Bill To" section and AVS still not enabled. But if we enabled the AVS for different API's and still using old logic without passing "Bill To" then will API throw rejection code Or will it sti...

ARB Subscription webhooks not working

I'm using Salesforce to integrate with the API and setup ARB subscriptions for users. I have it set up to send the subscription request to Authorize.Net in an Apex trigger after a Subscription record is inserted - at that time the Subscription is set...

Invoice Description field?

Hello - in the Authorize.net reporting, we're seeing an 'Invoice Description' field that is not being populated by our API call (Magento 2). I've tried adding 'x_description,' which is properly populating the Order description field, but adding 'x_in...

fivable
Contributor

Is there a way to verify a public key is correct? Solved

I am developing proprietary software for a client that has a simple interface for entering their merchant account info so that throughout the software it can be accessed without altering code. I want my client to be able to click a button that will t...

Using Accept Hosted With Angular 2+ Project

I was able to get the token for the Accept Hosted Iframe, post it to https://test.authorize.net/payment/payment and get the correct HTML back, but I can't seem to figure out how I should load the acceptUI script within the angular project. Putting th...

Authorize.net SIM (Q) in the Opencart website

Hello.We’re using a payment module "Authorize.net SIM (Q)" in the Opencart website.When we are going to the Payment form to fill all necessary data - we get an error:"an error occurred durring processing. Please try again"We’ve tried different ways t...

Intermittent problem with IFrameCommunicator Request Succedded

We're having an intermittent problem with our IFrame integration code. Our code for handling the transactResponse message always gets called, but about 1% of the time, the AJax call back to our application isn't executed. Almost all of the failures a...

nccqp
Member

Partial Refund on Transaction that is not settled presents no error Solved

Hello, I am trying to create a partial refund solution that will determine whether a transaction has settled by first attempting to perform a partial refund, which should return the error code 50 if the transaction has not been settled. { "code" : "5...

Accept Hosted form use web hooks or Authorize.net API reporting

I am using the Accept Hosted Form via the iframe method. I have had to abandon this due to browsers disabling iframes. My purchase process requires authorized transactions before the order can be processed. How often does webhooks send it's informati...