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.

Sandbox API transactions never getting a response today

Hi, Wondering if something is going on with the sandbox today, I am never getting a response or and errorresponse when I do the following: CreateTransactionController controller = new CreateTransactionController(apiRequest); controller.execute(); Cre...

Authorize.Net + JDE Connection

Hi,We are looking to change our OMS system to exist within our ERP, JD Edwards. Does anyone know if there is an existing connector between Authorize.Net and JDE?

rahulG
Member

ARB Fail Case

Hello All,i am new to Authorize, can anyone help me or guide me to heandal fail case in arbcan anyone describe what we need to set up in our system or how we can handle fail case on our system form arbhow automatically transaction will be retried and...

Sample PHP script for webhooks notification listener page?

I've been trying for the past few days to get webhooks authcapture notifications to work for credit card payments using sandbox mode. My webhook url listener page never seems to receive data from authorize.net though after successful transactions. I'...

Migrating to Authorize.net from stripe

I’m planning for migrating to authorize.net form stripe and I have a few queries: Can I import my current subscriptions and plans data into my new authorize account ?Are there any recommended steps that I should follow to make the experience as seaml...

Same authorize net sandbox account in multiple servers

Hi, We are having one issue with respect to web hook notification between the servers. We are using single test Sandbox account between Development , QA and UAT environments. We have currently register development URL for web hook notification for ev...

Implementation of 3DS code

Hello, Could you tell me how can I implement 3DS code to authorize & capture request? Because a lot of cards required that staff, but I don't really know how can I find solution for that problem. 1. Where can I get information is code from phone requ...

Paypal Invoice ID in auth.net

I have set up paypal through authorize.net. It works just fine... however when I search transactions in authorize.net there is no saved invoice id or name to search for. It's really hard to search through a ton of paypal payments in order to find the...

SilkySully
Contributor

Issue with CreateCustomerPaymentProfile Solved

Good day all, I'm having an issue with using the createcustomerpaymentprofile.php. Even though the documentation (and developer.authorize.net web page) doesn't require a billing address when creating a new payment profile, it appears that when callin...

E00003 invalid merchantAuthentication Solved

Hello, I want to pay to some product using my own API, (because wroted SDKs isn't supported for my project type), but I get E00003 and that error shows information about "merchantAuthentication", but that attribute contains that element, and data loo...

Recurring Billing get transaction information

Hello, I am using Authorize.net to charge customers on either a monthly or yearly basis for our service. What can I use to get a list of all the transactions from yesterday, so that I can send emails to my customers for the following eventsThe custom...

kbaugher
Contributor

Accept hosted - getting an error from app-min.js

I am using an iFrame with the Accept Hosted form, and I'm setting hostedPaymentPaymentOptions as follows when asking for a token: SettingType setting4 = new SettingType(); setting4.setSettingName("hostedPaymentPaymentOptions"); setting4.setSettingVal...

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...