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.

rev23dev
Contributor

Allow query string in webhook endpoint urls

Hello. I use Azure Functions to host my webhook endpoint. For authentication you provide an API key as a code parameter in the query string, like so: https://.azurewebsites.net/api/?code= However, attempting to add this as an endpoint in Authorize.ne...

simplified table auditing configuration options in mysql?

I'm creating my first MySQL database although I have 10+ years in SQL Server. I think SS has an auditing option which will automatically record the history of all row changes. I'd rather not add the following columns to my MySQL tables b/c this is da...

jayagnew1
Contributor

Rounding Rules when third decimal place is a 5

Hi, Can someone share or provide documentation, i.e., Rounding Rules on why Authorize.Net would round 12.625 to 12.62 instead of 12.63? I saw another related post suggesting to round up then submit but I honestly do not see that as the answer to my q...

Accept.js - request.api is called twice / returns nonce + error

Hello-Thank you in advance for any assistance. I am using Accept.js to capture card data. In the dev console I can see "AcceptCore.js" is called on page load. When I take action (click submit), I can see in the console that two calls are made to:http...

CIM API: Search for customer based on customer ID (not profile ID)

This was asked a long time ago (link) but thought I'd check to see if anything was done on this front. We have a reasonably large database of customers and pulling the entire list is a huge waste. Doing a createCustomerProfileRequest (to return an er...

Google Pay Integration

Hi,I am trying to integrate Google Pay with the Android app to get a token from Google Pay app and send it to our server, which in turn will pass it on to Authorize.net for processing. I was able to get the payment token by using the API key provided...

Successful credit card settlement report meaning

Hi! I was sent two emails yesterday (they were automated) stating this;The following is your Credit Card settlement report for Sunday, January05, 2020.Transaction Volume Statistics for Settlement Batch dated 5-Jan-20207:44:56 PST:Batch ID: 768778511B...

MySQL Ring Buffer Best Practice!!

Hello, I have just installed MySQL Community Server on a windows machine, I’ve created a table and I am inserting a row every second. At this stage I have not gone live so I can still change pretty much anything I need to. One of the requirements is ...

zstern
Member

GetTransactionListForCustomerController in sandbox

Hello, Should GetTransactionListForCustomerControllerwork in the sandbox? I tried calling it right after successfully runningCreateTransactionRequest for the same customerProfileId and it did not return any records. Is this expected in the sandbox?If...

Processing Error

It appears we have had issues for quite sometime now and I am reaching out for help We have use wordpress and have the latest version of WordPress 5.3.2 and the latest php 7.4.1 using Bridge for the wordpress theme and these plugins as follows.The Ba...

testing
Contributor

Refund fail entry not displayed at Merchant Account

Hi, We are working on refund process and it's working fine. We have query for refund failure process. When refund process has been failed it's entry was not displayed in merchant account. Is authorize.net not displayed refund failure entry in Merchan...

pokerxanadu
Contributor

Converting from Simple Checkout to Accept Hosted in Wordpress Solved

I have read through all the documentation at Authorize.net to implement Accept Hosted, and all the related threads I could find in this community. Being a novice as a programmer, I'm quite confused and still don't know how to convert my payment butto...

E00013 when updating subscription

I'm using the PHP SDK to update subscriptions and get error code E00013: Start Date cannot be changed. The only limitation per the docs (https://developer.authorize.net/api/reference/#recurring-billing-update-a-subscription) is that the start date ca...

Hello

I am new to this forum looking for technical updates. 

E00003 invalid child element clientId Solved

We have authorize.net set up to accept payments, and that's working great. Now I want to add in a simply "get subscription details" request, but whatever I do I'm getting this error: E00003 The element 'ARBGetSubscriptionListRequest' in namespace 'An...

Refund Transaction More than 120 days

Is there a way to refund a transaction that is more than 120 days using linked credit method?We sometimes have the feature of refunding the transaction more than 120 days. We are currently using the linked credit method. We cannot use the unlinked cr...

Is there a timeout, and if so, what is it?

I work at a service provider that has several clients using Authorize.net as their payment gateway. Our system has a 60-second timeout for API requests, and if a transaction takes longer than that, our system will not receive the response about the s...

Authorizations Change or Second Authorization Help

I'm hoping someone can help me with this issue. I have a situation where we allow customers to prepay via our website. When they prepay we authorize the amount of the order. Sometimes customers will come and change the order after they have prepaid f...

Performance issues with Webhooks response

Hi All, We recently switched to webhooks from relay response and we are facing two issues mentioned below: (Same behaviour is on Sandbox and LIVE) Performance issue, we checked and found that we are receiving the response back from the webhooks in ar...

inkeyes
Contributor

Sending <retail> as part of transactions

Hello, We have an integration to Authorize.net XML, using commands such as createTransactionRequest and ARBCreateSubscriptionRequest On this thread: https://community.developer.authorize.net/t5/Integration-and-Testing/Transactions-of-this-market-type...

How we can implement Apple pay with authorize.net ?

Ho, we can implement Apple pay with authorize .net in web application. I have seen a sample of requests we can pass to authrize.net. https://developer.authorize.net/api/reference/index.html#mobile-in-app-transactions-create-an-apple-pay-transaction b...