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.

PayPal transactions are missing Billing details

Hello,We have implemented PayPal transactions via Accept.js. We first call authCaptureTransaction followed by a authCaptureContinueTransaction. Looks like the payment is settled successfully. But in the Authorize's admin pages, when we look at the tr...

LGMizzell
Contributor

When will transaction using MD5 HASH actually be turned off? Solved

I've got email notices saying that it will stop working on June 28th, but that was all the way back in March.Checking the authorize.net "News and Announcements", they not released any aditional statements since April, and that one just says they'll b...

Paypal Integration - Accept.js

Hello,We are implementing PayPal integration using Accept.js. We use authCaptureTransation as the transactionType. It looks like the transactions stay in "Need Payer Consent" status when we look at the transactions in the Admin interface. Are there a...

C# Charging Customer Profile

On my site I have integrated charging a customer profile perfectly. I see in the Json string that in the lineitems they input a description of the charge. Is this possible using C#? I thought maybe in the transactionRequest, where I am capturing the ...

Accept.js Issues with Sandbox

Hello! I am using the test credit card numbers from: https://developer.authorize.net/hello_world/testing_guide/ How does sandox work with Accept.js, I don't get it. I am getting a successful payment statud and also receiving a receipt of the transact...

Help with Diagnosing Problem with Denied Transactions

Hello, Authorize.net Support suggested I post to this forum, since they were unable to figure out the root problem. We supplied Authorize.Net with a response string that didn't yield any answers. Basically, We're using Magento 2.2.8 and we should hav...

pr_75
Member

Authorize.net Hosted Form credit card input not shown some times issue

We are using Authorize.net Hosted payment form sandbox and live using iFrame https://accept.authorize.net/payment/payment We are using this for more than 2 months and working fine. But sometimes we noticed that Credit card inputs are not shown at all...

Help with SIM Relay Response after switching to SHA512 Solved

I have a very old and large php (5.3) site that uses A.Net SIM and Relay Response for CC processing. I have managed to update the code which submits the transaction to A.Net and transactions are successfully occuring. The problem is my code in the Re...

Very Slow Sandbox Response (If Any) Solved

I am working on a hosted payment page solution through Authorize Net, and have been having issues with extremely slow response times after entering credit card information, if I get a response at all. I enter the information and hit the pay button, a...

accept host php sandbox e00117

I am using code from sample-code-php-master accept suite php downloaded in last few days I expected it to work I am not planning to use saved customer info just want a hoste payment form that will return to my reciept page testing withou receipt page...

Split payments between two credit cards

Hi, We have a requirement where we need to split payments between two different credit cards i.e. if a user can pay with multiple credit cards(2 in our case) for a single order. So if a customer has an order of $1000, he should have an option of payi...

Urgent Authorize.net Help After Data Migration from Stripe

Hi there, We transferred from Stripe to Authorize and we use WooCommerce Subscriptions. We had the Authorize team complete a data transfer from Stripe to Authorize so we did not lose any data for our recurring orders. We were instructed that when the...

E00003

Getting error message as below "AnetApi/xml/v1/schema/AnetApiSchema.xsd:expirationDate' element is invalid - The value XXXX is invalid according to its datatype 'String' - The actual length is less than the MinLength value." for the error code E00003...

Cannot Get Any Response After Several Try Run

Hi, new to this AuthorizeNet thing. I just registered a SandBox account, try to test the HelloWorld code. I installed AuthorizeNet.Fork.Aspcore2 to my .NetCore v2.1 project. Then for the first couple of tries, it worked actually, I get receipt emails...

sai_06
Member

x-frame-options allow-from issue

Hi, I have used accept hosted iframe lightbox approach to integrate authorize.net. But when I set the x-frame-options to allow-from https://test.authorize.net/payment/payment the firefox browser is denying the response from the authorize.net, because...

Trouble with Development and Testing Phase for Accept Hosted

Hello Everyone, I am sorry if this has already been addressed, I was unable to find anything concerning my problem. Platform is ASP.Net Core on Windows IIS. Attempting to use Accept Hosted. I have been able to successfully use the Accept JS library b...

LGMizzell
Contributor

MD5 Hash - PHP - SDK - I'm sorta confused ... Solved

What I've currently got in place isn't too complicated.Basically, in total it's a simple relay-response:That's IT.I'm sorta confused about depreciated things, end of life things, and the MD5 end of life ...It doesn't appear that I'm using the hash to...

Capturing IPs with Hosted Payments

Previously, when using the DIRECT API to process CCs, the IP address of the transaction was saved. Now that we are using the HOSTED solution, this information is not. Why? The IFRAME should retain the customer's browsers IP, and auth.net should store...

Capturing IPs with Hosted Payments

Previously, when using the DIRECT API to process CCs, the IP address of the transaction was saved. Now that we are using the HOSTED solution, this information is not. Why? The IFRAME should retain the customer's browsers IP, and auth.net should store...

Upload Transaction Credit Card Failure

I built a converter for some of my users to use, that will take our list of customers to charge for the day from an XLSX file to a approved CSV file. I have this working for the most part, but I am having one issue. Reading documentation for the tran...

Intermittent Transaction Error Notification after Signature Key

We recently updated our site to support Signature Key. Afterwards, we get Intermittent transaction Error Notifications saying Your script timed out while we were trying to post transaction results to it. About 1/10 transactions fail. We have other we...

Request 'Get Merchant Details' is not working in Sandbox

Hello, When I execute the getMerchantDetailsRequest request in c# with the latest nuget package (AuthorizeNet version 2.0.1) it always fails with this error. "There is an error in XML document (1, 40)." I copied the code from your API documentation: ...