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.

Authorize versus Charge

Hello,We use your Gateway. I was not part of the initial implementation but we are running into an issue with taking credit card as form of payment. I am being told when a cc card transaction is processed, the card is actually charged at the time of ...

CORS Error when making AJAX Post Request to Create Webhook

Getting error " The 'Access-Control-Allow-Origin' header has a value 'https://developer.authorize.net' that is not equal to the supplied origin." making POST request. Javascript request code below. Working in Sandbox. var transaction_key = "[key]"; v...

Accept Hosted Redirect stuck on processing in sandbox

Hello,We want use Authorize.net Accept hosted form in our website with redirect option i.e we want to send the customer to authorize.net hosted page and once payment is done then want the authorize.net to redirect to our success page. We are able to ...

Getting monthly reporty of total month wise revenue

Hi ! i want to get the summary list where i can see the total revenue and last month revenue . now i am using Settled Batch List api it give statistics and show charge amount, charge count and other fields i want to know how can we know total profit ...

deanlaw
Contributor

Customer Receipt Email Address

I am just looking for clarification as to which email address is used for customer email receipts.If a single transaction is submitted, I am assuming that the email address supplied with that transaction is the email that the receipt is mailed to. Ho...

For Payment Security in Live

Now i am using live method in the place of dummy payment but in live there is no security regrading account number and account type.If i add any wrong bank account number than its accept instead of giving error

Webhook body always empty in sandbox account

Hello,I'm integrating ARB in my Laravel website and set up webhook in sandbox account.But whenever I got from webhook, the body is always empty array.Does anyone have this issue before?Thanks

Shared CIM / Multiple Merchant Accounts

Hi all, I've seen a few posts, and even some responses from auth.net folks regarding something called a "Shared CIM"The idea here is we have multiple merchant accounts that all need to have access to the same CIM profile. So the process would be:1. C...

Golf driving range software

Hi,I am looking for AuthNet certified software - specifically for a golf course driving range kiosk. Can you PLEASE send me some options. At your soonest...please. Thx.Best, Scott

Load Testing - PLT enviroment JMeter hitting issues

Looing for support on how to successfully test the payment workflow in JMeter for completion of application process using test credit cards - are you able to load test the payment workflow in PLT using JMeter? Thank you.

JMeter Scripts - Payment Process

Searching for information on how to test an application's end-to-end payment process in a cybersource process using JMeter in a PLT environment. I seem to be running into a barrier so far where some data masking and/or security regulations with will ...

Payment Inconsistencies

I'm facing challenges with the Authorize.Net API integration for payment processing. Transactions are displaying inconsistencies, and despite rigorous testing, the issue persists. Unexpected glitches in payment authorizations during transactions. If ...

Token generation

What is the easiest way to generate a token for Accept Hosted redirect payment page?I want to pass 4 form fields to the payment page.Integrating the Form using a RedirectThis is our first Auth.net payment page.Using our ID and Tran Key, I am able to ...

JCT
Member

Separate Capture of line items of one authOnly transaction

We are integrating using the Accept Hosted method, and are trying to find a way that will allow separate Capture of line items of one authOnly transaction so we can use different credit cards for each line item in one authOnly transaction from the me...

pmarangoni
Contributor

Slow Response Times for ALL Transactions

For a few months now, all transactions are taking approximately 22 seconds. Whether charging a credit card, or adding a credit card to the CIM, etc.We are running on ASP.NET and .NET Framework 4.8, using the Authorize.NET .NET SDK.This is unacceptabl...

ChanceND
Contributor

Random Transacations Not Hitting Response Page

Every couple weeks we seem to have a transaction that does not hit our Relay Response page after the payment is processed successfully.Any ideas what could cause this or how to prevent any from getting missed?

Cannot log in to Sandbox

Just signed up for sandbox account but I can't access it because the log in credentials I created do not work. I'm at https://sandbox.authorize.net. I tried "forgot password" and "forgot username" but the "entered information that does not match our ...

Accept Hosted token

Hi there, this may seem a basic question, but what is the easiest way to generate a token for Accept Hosted redirect payment page?I want to pass 4 form fields to the payment page.Integrating the Form using a RedirectThis is our first Auth.net payment...

Changes made in the payment form are not reflected in the iFrame.

We have implemented the payment iFrame on our website through the token generated via 'Get an Accept Payment Page,' but the adjustments we made from the administrator profile in Account > Settings > Payment Form to edit the appearance are not being r...

jhines
Member

Curl Error 28 | Wordpress

I'm in the process of integrating Auth.net with my WordPress website using a plugin called "WooCommerce Authorize.Net." During the checkout process, customers can submit payments to my Auth.net account. However, just before the confirmation appears, ...

Suspending Transactions in Authorize.Net Sandbox

I'm currently working on a project involving Authorize.Net Sandbox, and I'm trying to implement a feature to temporarily suspend transactions. I've gone through the documentation, but I couldn't find a direct method for this.Has anyone successfully i...

Get all customer transactions report

For legal purposes I'm trying to use the API to get all of a customer's transactions. Through the website Transaction Search it's possible to search for everything using the MerchantCustomerID, but the closest thing exposed through the API is using t...