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.

vmyles
Member

error E00114 - Invalid OTS Token Errors

Hi This is my first attempt to implement the Accept.js API. The application I'm integrating into as a .NET web application. Using the sample provided I am consistently able to pass card data the the Authorize.net service and get back a success respon...

ssimons
Contributor

Populating XML Template

@Aaron, When you helped me earlier, you included this... //modify the template to add apropriate values $xml->merchantAuthentication->addChild('name',$loginId); $xml->merchantAuthentication->addChild('transactionKey',$transactionKey); //add the payme...

getHostedPaymentPageRequest request seems currently useless

I have not yet discovered a reliable way to associate a transaction to an order, if that transaction is initiated with 'getHostedPaymentPageRequest'. The response includes a token but no transaction identifier. When initiating the request with almost...

Gateway sending an array instead of a map of auth information

We had a server crash and upon rebuilding everything, when an order is submitted from our website, I get different values passed back then before via the API. Before, the auth information was returned as a "map" which I was able to parse out and comp...

ssimons
Contributor

Environment Variables vs. PHP Constants

@Aaron, In another thread where you were trying to help me out, you posted this code in a response... // the following assumes you've put your credentials in somewhere // as environment variables called "API_LOGIN_ID" and "TRANSACTION_KEY" $loginId =...

AcceptJS Refund a transaction

Hello, I'm trying to refund a transaction using NodeJS (backend) / AcceptJS. Here is what I'm trying to do. Get opaqueData from AcceptJS (so I don't have to send CC info to my server)Using opaqueData, doing a authorize and capture on the CC in my Nod...

dnsBuffaloNY
Contributor

Charge a Credit Card - Shipping Name Length? Solved

Hello, I'm looking through the API Reference at the Charge a Credit Card API Method. I don't see where it specifies the maximum length for these fields:TaxNameDescriptionShippingNameDescriptionDutyNameDescriptionWhat is the max length of the "Name" a...

dustin1
Contributor

Missing fields Order Number and Email Address Solved

Hi, I'm using the php-sdk, and I have created a CustomerAddressType->setEmail('..') and added it to the TransactionRequestType()->setBillTo(...) All the other information, including the phone number, shows up in the "Customer Billing Information" of ...

jima
Regular Contributor

No UserID for Customer Payment Profile?

When adding a Customer profile (via CIM), there is an optional CustomerID field, which is nice to have, for linking our system id's to Authorize.net. So my question is, why isn't there a similar field when creating a Customer Payment profile? Somethi...

pmarangoni
Contributor

CIM errors occur spordadically

I'm getting frequent unrecoverable exceptions when interacting with the CIM using the Authorize.Net SDK I obtained via NuGet. I'm using version 1.9.1. One example is with this code:var request = new createCustomerPaymentProfileRequest{customerProfile...

ssimons
Contributor

Procedural Code with Authorize.net

I have built a website using PHP in a procedural coding style, and I would like to know how to integrate Authorize.net with my website. I do not know object oriented coding and hope there is a way to use traditional procedural coding instead. I did n...

tan
Contributor

Library is not coming from Accept CDN. Locked

Hey. A client has reached out to me with the following error message:Please include Accept.js library from cdn.And in the console:Library is not coming from Accept CDN.However the library is coming from the CDN. I have been unable to reproduce the er...

Accept Hosted Form problems Solved Locked

Hello,I am successfully getting a token from the getHostedPaymentPageRequest. I then post the hidden token to the payment api and getting HTML returned. However, the CSS and Script tags are not being found and the button text is not being replaced. I...

DoomHamster
Contributor

Intermittent Invalid OTS Token Errors (E00114) Solved Locked

We have started to get intermittent "Invalid OTS Token" errors today when creating a new user profile. Most of our attempts to create a user profile work fine and, prior to today, we recieved an occaisional error every couple of weeks. We have found ...

ID Tech Shuttle MagStripe card reader payment example

Hello, I have used id tech Shuttle MagStripe Reader in my application. Authorized.net is support id tech Shuttle MagStripe Reader but there is no single one example found that how to done payment using credit card in Authorize.net sdk in android.

Validate Credit card

Hi Everyone, I have site where I used authorize.net as a payment gateway Now what happening I want to charge credit card instantly and I don't want to wait or do authcapture transaction. Is there a any way in API. to directly charge credit card . As ...

biru
Member

Re: User authentication failed due to invalid authentication values.

Dear Sir, I'm a asp.net mvc developer and i'm deploying Authorize.net to client website. When I'm going to transaction it shows the error "Response Text: User authentication failed due to invalid authentication values." What is this issue. I used my ...

Using Accept Hosted Page IFrame / Lightbox Solved

I am trying to get the Accept Hosted Page ideally as a lightbox but I can't seem to get anywhere regarding a few things. I am not really sure what the point of the hostedPageReturnOptions are as I don't want the IFrame to "return" anywhere as it didn...

Not Getting Payment Nonce

We have tried to get Payment Nonce as defined in example in following URL but we are not getting response, we are using developer sandbox account. http://developer.authorize.net/api/reference/features/acceptjs.html When we give right test credit it’s...

Weblink sundown Solved

Hi,I am currently using this URL: https://secure2.authorize.net/gateway/transact.dll for my transactions.I am POSTing the params to you. As I read the developer pages, it sounds like this will continue to be supported, but no further development will...

jayagnew1
Contributor

Sandbox Internal 500 errors

Hi, We are experiencing intermittent, but a lot, of Internal 500 errors using our sandbox acount. The URL is https://test.authorize.net and we are using the C# sdk-dotnet-1.9.1. We were experiencing this same issue last week in production but that ha...

SIM return to a page on my website

I am using SIM. I want the user to be directed to a page on my website when they are finished making a payment. I need the user to actually be directed back to the website. Because I need to update the database to say weither or not the payment went ...

Any way to get amount on Accept Hosted form?

I may be wrong, but I can't find a way to have the amount shown on the AcceptHosted form. I'm not using IFrame, so that may have a way, but not the other method. I have it working (in testing) to show the amount on my "cart", then when you click to g...

WEB, Business Checking, Savings Question? Solved

We are developing a Website to process eCheck's. Our customer's will be using business and personal checks. Currently, I only have WEB as the eCheckType, but after reading the eCheck Users Guide it noted that the user may choose Checking, Business Ch...