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.

Angular Accept.js CORS error

I am using Angular 7 and have to add the accept.js script dynamically with the following:const node = document.createElement('script');node.src = 'https://apitest.authorize.net/xml/v1/request.api';node.type = 'text/javascript';node.charset = 'utf-8';...

Error Code: E00027 The transaction was unsuccessful.

I am getting the following Error response while doing the 'authOnly' transaction type : code : E00027 , text : The transaction was unsuccessful.code : 16 , text : The transaction cannot be found. , type : transaction sub error Can any one of you help...

Visa transactions are declined with Google Pay 3ds

Hi, We have implemented Google Pay in our android app through Authorized Net as a gateway.We followed the developer guide here https://developer.authorize.net/api/reference/features/in-app.html#Google_Pay%E2%84%A2However, all of the Visa transactions...

matty
Member

Link directly to transaction in admin

I am trying to link directly to a transaction in the admin portal for Authorize.NET if I have a transaction ID... which I do. You can do this by using this URL, but it doesn't allow any functionality to work as this expects to be in a modal:https://a...

Creating customer profile with accepting nonce

https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-customer-profile-with-accept-nonce.php Reproduced same sample code in local cmputer. First resulted Invalid response Response : E00117 OTS Service Error 'Field valida...

ksingh
Member

Automatic Retry Missed Payments

I am trying to understand how missed payments are handled with the ARB - Automatic retry feature For example, lets say I have a monthly ARB subscription with 12 occurrences. Occurrence 1 and 2 processed fine, and then I have a payment error on occurr...

question - getUnsettledTransactionListRequest

"GetUnsettledTransactionListRequest" has a problem.I have 2 pending transactions, but in vain I pass the values to the return value is always that there are no record hits. { "getUnsettledTransactionListRequest": { "merchantAuthentication": { "name":...

Immedicately payment after subscription creation

I want to get paid immediately upon subscription creation.For now, after creating a subscription, payment is not occurring immediately (at 2:00 next day after creation).I appreciate it if I get a good solution here.Thank you

SHA-512 hash mismatch - Java

Hi,SHA-512 hash mismatch when we enter special characters in the hosted payment page fields such as Address. String xAddress = "712 Savoie �Rd";x_SHA2_Hash=EB4E5F5BED46568B8BD7F7577BEE19DDAC9616B16613E1CFAEA5E606ABA6496A5150289FF8D98AA3FC65F54B85360C...

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

Adding PayPal integration gives an error

Can anyone help with adding PayPal to my account? When I grant permissions to PayPal (both sandbox and production), I get this error on authorize.net:"There has been an error while processing your request. Please try again." I found this same issue p...

Webhooks down for sandbox?

Webhooks from the sandbox are failing to fire. "Test Webhook" (after marking inactive) returns "Error:Error occured in connecting to the endpoint: http://api.webhookinbox.com/i/Eq48KQUo/in/." ..Even for the "api.webhookinbox.com" testing site. :-( An...

POS portal support device emulator

Hi, We tring to integrate our web application with Authorize.Net In-Person SDK using Windows SDK depository for our Client. We dont have the Authorize.Net POS portal supported device(https://partner.posportal.com/authorizenet/auth/), Client will buy ...

Model Validation and Different Endpoints

In my application, I have two endpoints against my Blog controller. One updates a draft blog which is yet to be published and another to publish the blog.Blogs are built using drag and drop elements with different properties. It's possible that a dra...

In Person SDK Zend framework based Web Application [PHP]

Hello, We have a Zend framework Web Application that interfaces with Authorize.NET payment SDK for payments. We are looking to support Chip cards (EMV). Looking at the SDKs that Authorize.NET offers, I see that for EMV cards there is an In-Person SDK...

olimits7
Contributor

AIM and CIM deprecated? Will stop working in the future?

Hi, API Feature: Payment Transactions / Customer ProfilesProgramming Language: PHPAuthorize.Net SDK: PHP I integrated my website back in 2014 using AIM and CIM, as of now, my code still works properly but do I have to worry about this not working in ...

fraud filter in Authorize.net

Some of our orders reported as a fraud filter in Authorize.net. Some of the orders are successfully placed on the website and some of them not. So we need to find why some of the orders are not placed successfully. Sometime it shows E00027 error, can...

Best way to implement repository pattern?

Hi I'm trying to create a web api in .Net Core that I want to consume in React. I've read a ton of guides but they all seem to differ in how they implement it and I feel like they might be over complicating things. So I'm wondering if you have any ad...

Bill To Company doesn't show up on Accept hosted payment form

Hi, I am using accept Hosted form to process payments."Bill to Company" is a required field for me on payment form. I am unable to display the field "Bill to company" on my hosted Payment form.Following is the xml, with which I am creating token :xyz...

Refunds AIM vs API Solved

We are in the process of finally getting off AIM and moving to the new AUTHORIZE.NET API. My question is about refunds. If a charge is sent through AIM, then after we switch, can the refund be sent through AUTHORIZE.NET API ? Is the x_trans_id and tr...

jpullam
Contributor

Unsure how to issue a credit to a card

I have a running application that makes charges to customer cards using createTransactionRequest. It takes deposits from the customers but does not actually store any transaction id in the database. Due to the COVID-19 situation, I need to issue cred...

Weebhooks - Credit card charged notification

Hello guys, I'm implementing a simple payment with a webhook to update the payment status. I'm successfully handling notifications for the capture of funds (net.authorize.payment.authcapture.created), however I couldn't find an event for a credit car...

Generating Payment Nonce in Python

I need to generate a payment nonce in Python. I found an unmerged pull request on GitHub that almost meets my needs exactly. I am attempting to adapt it for my purposes but I don't know what this `refId` variable is or where it comes from. I think `r...

ddeisz
Member

Webhooks - Only receive from a specific transaction source

We are using Accept Hosted and webhooks in our web shop. A customer of ours wants to setup a sub-shop for a customer of theirs that will use their customer's Authorize.Net merchant account. This same Authorize.Net account is already receiving/process...

Prior Authorization Using Android SDK

We are trying to integrate sdk for android. Although we were able to integrate, but not sure about how to integrate Prior Authorization in mobile sdk.We went through the SDK as well as API documentation. We were able to find Prior Authorization optio...