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 Test card number accept in production mode

Hi i am create Monthly Subscription plan use the following offical authrize.net code and it's working fine in sandbox mode but if am use production mode then use sandbox card info like "4111111111111111" transaction done successfully and payment stat...

migrations@authorize.net not responding to customer requests?

In the last year we have several customers that have successfully exported their CIM accounts. Presently I have two customers now who have requested via email and support to export their CIM accounts to an encrypted data file. They have not received ...

Installation issue on MacBook

I am trying to install mysql on mac I did everything what was needed in terminal but I have a problem with opening the program. I can't see MySQL workbench interface to drag the program to the applications folder, it is not visible in the launchpad n...

CORS Issue

When making a post request to the sandbox url im getting Access to XMLHttpRequest at 'https://apitest.authorize.net/xml/v1/request.api' from origin 'http://localhost:62537' has been blocked by CORS policy: Request header field access-control-allow-or...

prk
Member

Enabling automatic retry after a failure

A couple of weeks ago we found that one of the payments in an ARB subscription has been declined by the card issuer and the subscription is still active. Later we came to know about the Automatic Retry and enabled it for avoiding such incidents in th...

A couple issues on the In-Person SDK IOS

Hi, We're working on the bbpos device and in-person sdk here. https://github.com/AuthorizeNet/inperson-sdk-ios However, we're facing 2 issues.1. https://github.com/AuthorizeNet/inperson-sdk-ios/issues/93This one mentioning the app is crashed once we ...

Implement a payment on my website Solved Locked

Hello, I want to implement a payment on my website. Can I do it using a ready-made plugin? Does a developer have to do this? I have a page on the wordpress engine. Regards

404 error

Hello, I am new for authorize.net platform. I have downloaded php sdk from authorize.net Github forum. When I use this sdk on my web site, I didn't use composer. I just copied and pasted and used these lines for usage this sdk. require getcwd() . '/s...

Remote MySQL server - security concerns (ssl)?

Hey there,for my website I'd like to extract the database to a new separate remote server. The database contains sensitive user data. Now the way I set it up for my test now I do not have ssl encryption. But I only allow connections from my main serv...

thedee
Member

Accept Hosted Payment Profile form grayed out

Hi Community,Having a weird issue with the Accept Hosted Payment Profile form graying out in production. It works fine in test as well as when used in production, but for some reason, a user informed us that when the Accept Hosted Payment Profile for...

Definition of Transaction Types

Is there any documentation that defines what exactly the following types of transactions are and when executed which fields are required?- authCaptureContinueTransaction- authCaptureTransaction- authOnlyContinueTransaction- authOnlyTransaction- captu...

IOS in app purchases

When setting up the payement system fior Apple Pay its asking for `Apple Merchant ID` which is for enable your apps to process transactions for physical goods and services to be used outside of your appsSo it seems for IOS i cannot use in app purchas...

New flutter plugin

I created a new flutter plugin that wraps the ios and andriod SDK's https://pub.dev/packages/authorize_net_plugin feel free to use.

Converting mysqli to PDO?

I've been out of the coding scene for about 10 years and I'm trying to catch back up. Much of what I learned has been deprecated or full-out removed and now there's so much emphasis on security (which there should be), but I'm used to the old mysql_q...

Why are errors returning 200's?

I make a post request to https://apitest.authorize.net/xml/v1/request.api and no matter what i put i get a response code as 200. Why not return 422 unprocessable entity? Now insteaad of looking at the response code i have to dig into the response bod...

After getting token using mobile SDK how do i charge?

I am using the mobile sdk for andriod and ios to create a pluging for Flutter. I am getting `COMMON.ACCEPT.INAPP.PAYMENT` as my DataDescriptor and i am getting a token. This is where the sample app stops https://github.com/AuthorizeNet/accept-sample-...

First Name Required Error

Hi,I'm using a partial-hosted form and receiving this error after submitting the form: "Payment was refused. Refusal reason: Bill To First Name is required." However, all blanks (including first name) are filled out on form. Furthermore, this error o...

Transaction File field refTransId setiting and retrieving

I need a little help please. I need to pass information into the transaction on creation and retrieve that information when I download the transaction. I am using the field refTransId to do this with. The problem is that I'm not getting the refTransI...

Is Authorize.NET SDK v2.0.1 discontinued?

We're using Nuget component, AuthorizeNet version 2.0.1 which also came from https://github.com/AuthorizeNet/sdk-dotnet . We noticed the Authorize.NET development had ceased for a few years now. Why? Is newer product (or replacement product) replacin...

901 CVV sandbox to test fail when creating CustomerProfile

Hello,We tried to check the failure case for CVV 901 which results in failure to create the customer profile and payment profile. Please let me know if there is a problem with the request Request 4V7X9naK 5eM4v8eGA7zg7452 Merchant_Customer_ID Pro...

Update payment profile with redirect link

Hi Authorize.net I'm doing integration with our ERP system and we would like to process all payments with Authorize. Also we don't have any online portal (e shop etc.). We would it to work more like, when customer is buying goods and order is created...