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.

Silent Post connection test tool?

Is there a connection test tool for checking if authorize.net servers are able to make a connection back to our configured Silent Post url? Even a basic telnet type test would be ok. I can run a successful test in my sandbox account but can't find a ...

jdoyle112
Contributor

Invalid access token Locked

I'm getting an error when trying to create a customer profile.. "The provided access token is invalid". I am using node sdk and oauth flow for merchant authenticaiton. I tested the same access token in postman to see if it works and it does. I am als...

fivable
Contributor

Obtaining Transaction Lists Based on Updates Solved

Hello, A client of ours is interested in using transaction data from Authorize.net (specifically "Settlement Amount" field) to retroactively update their database. To clarify, we are saving an amount in our records for certain transactions based on t...

asp.net webhook endpoint

Hi All, i cant found solution. It mus be simply. I would like to import (jsut only) new customer, changes, and transaction to our information system.One way.I would like use webhook, because method GetCustomerProfileIds give me all customers. Its not...

cindy
Member

Testing Guide: Can't generate error response

I have authenticated using a sandbox account. The account is set to live mode. When I send the zip codes and cvvs listed in the Test Guide, I do not get an error. What am I missing? Is there other information I can provide to help troubleshoot this? ...

rkieru
Member

Refunding a Transaction without Locally-Stored CC Details

The project I am working on does not store any credit card details locally. For all of their transactions they simply store details returned by Authorize.net: Key, ID, Amount. I have been tasked with integrating a refund capability into their store (...

dsandberg
Contributor

Seeking assistance with IFrameCommunicator

At the last minute we find ourselves needing to pivot from a full page redirect solution to an iFrame-hosted solution for Accept Hosted, and we have no PHP expertise on staff so the Accept sample app is nearly useless to us. We're looking at the HTML...

How do I turn off ARB?

I have to delete 512 ARB subscriptions from our sandbox account. There is no way to do this in batch form. I started doing it manually but it's 4 clicks per subscription, plus extra if it's a gmail address that includes "+..." because that has to be ...

MalcolmEnt1
Contributor

CIM Integration in Android App (Native... not browser)

I have written a fully functional CIM app, Java-based, in a web servlet app. So I have a pretty good feel for the CIM APIs. Now, I need to migrate the CIM function to a native (non-browser-based) Android app. I would like the same functionality where...

C# Sandbox Auto-Receipt problem with filling up fields.

Hello, I am currently trying to integrate eCheck payment into my C# ASP.NET website. I am able to send in the eCheck and it appeared in the sandbox account's transaction history. But when I check the auto-receipt sent to my email Here are my codes fo...

raviparmarce88
Regular Contributor

Questions about AcceptUI.js

Hello Team, I am doing some research on Accept.js with hosted payment form.I am facing one inconsitent issue and along with that I have few queries : Inconsitent issue:When I click on Pay button from my page i got the blank loading pop up and never d...

Sandbox Transaction Details API Not Returning Transactions

I'm using the Ruby library to try and get the transaction history for either a customer or an ARB subscription.I've tried using ARBGetSubscriptionRequest and GetTransactionListForCustomerRequest in both cases no transaction data is coming back. I con...

Marcy
Contributor

Accept Hosting - basic questions

I've been using the authorize.net plugin to Gravity Forms, so I have not had to know how to do anything except basically add the API and go. My site has been live for about a year, so I'm not using the sandbox anymore. Our visitors enter their non-pa...

Passing Quantity to Simple Checkout

Hey everyone, this is my first time working with Authorize.net. We've determined that using a simplecheckout is going to be the easiest way to checkout for one of our products. But I simply want to pass on the quantity that they select from my end, i...

dsandberg
Contributor

Transaction ID from getHostedPaymentPageRequest?

I just noticed that we don't appear to get a transaction ID back from getHostedPaymentPageRequest, just a transaction token, which I now realize are not the same thing. Is that correct? What I need is to be able to call getTransactionDetails after th...

jdoyle112
Contributor

Getting E00001 error on transation request

I'm getting that error when trying to create a transaction request. I'm using a sandbox account and the node sdk. Also I'm using Accept.js to send the credit card info. This error message doesn't give me any useful information. Need some help on this...

Legacy Hosted CIM Service

Since September 20th, we have been unable to view the Iframe portion of the Hosted CIM service. According to authorize.net, our accounts should have been migrated.. whatever that means. This corresponds with the September 20th notice here. https://de...

Login ID/Transaction ID to Transaction ID/Signature Key

I have been using: LOGIN_ID TRANSACTION_KEY Transactions are processed using : https://api.authorize.net/xml/v1/request.api So, now the client has given me a Transaction Key and a Signature Key, and I cannot figure out how to use them with the XML ...

I'm looking for an iFrame API integration documentation.

One of the branches of the company I work for is using this service to process their payments and we are now ready to move it on our site. What we are looking for is an integration using iFrames. We don't want to host the data submission on our site ...

Prevent Prior Authorization Capture from happening in iOS SDK

Hello fellow developers! We the following problem with the iOS in-person-SDK. We set the transaction-type to authOnlyTransaction, and start the ENVViewController from the sdk with the request to authorize the payment...The user enters the card and si...

Beginner trying to integrate eCheck into my C# project. Solved Locked

Hello, I'm currently a beginner with eChecks and I'm having some trouble starting off with the integration of Authorize.net's eCheck system into my C# project. I read through the API documentation and references but I am still unsure of how to start....

testing
Contributor

Refund Amount using ONLY transaction ID Solved

Hi, I have tried to refund amount using ONLY trasaction ID, but i unable to succeed. Can you please help me to resolve this issue? I have using following code Please clink on below link. https://github.com/AuthorizeNet/sample-code-php/blob/master/Pay...

testing
Contributor

Refund Transaction CIM + NEW latest API Solved

HI, I have tried to refund amount using the new latest API as mentioned below, https://github.com/AuthorizeNet/sample-code-php/blob/master/PaymentTransactions/refund-transaction.php I need to refund amount to particular Customer Payment Profile ID's ...

mtarantooms01
Contributor

Payment Form - Fields In Accept hosted payment form

Hi Guys, Want to ask you the following: Im trying to customize the hoster form from the merchant intarface (sandbox). I go to account page and the find the link "Payment Form". But when I disabel some fields and whant to update the header or footer t...