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.

Validating European Diacritics SIM/DPM

I recently did an experiment trying to validate SIM/DPM transaction responses in sha512. I was testing how to validate responses containing European Diacritics. I would like input from fellow developers as to how successful they are in their own proc...

ARB future start date auto payment

Hi,I'm creating the subscription with future date. Will it be charged on future date ?Example:Today 25/03/2019 (dd/mm/yyyy) and I've created a subscription with start date 25/06/2019.so, can I find the payment transaction id after 25/06/2019 fo the s...

Settled batch list yes/no question Solved

Here is the background. Question follows.I have a script that integrates the transaction reporting API. The purpose is to output a table that has my clients backend database records side by side with the records on file with authorize.net. There are ...

cartpauj
Contributor

ARB Transaction has no subscription data attached

We have a membership that is 2 weeks (14 days) free, then ~$35/month afterwards. So the ARB subscription is created with a start date 2 weeks into the future. [refId] => 9419EF760A2922539392 [subscription] => Array ( [name] => Membership with free tr...

Definition of Transaction Types

Is there any documentation that defines what exactly the following types of transactions are and when executed which fields are required?- authCaptureContinueTransaction- authCaptureTransaction- authOnlyContinueTransaction- authOnlyTransaction- captu...

Peer to peer, need suggestions

Hi all, I have an mobile application, where users can be able to send money to each other, peer to peer.I'm searching the payment system and the API to do that. I have red the developers guide, but have confused a little, how to do that using authori...

Recurring payment subscription renewal event

Hi All,i am implemented recurring billings and integrated webhooks too in my system, but i dont know which event will trigger when new subscription payment will be made in system. there are events for create, expire or cancel or suspended etc but i d...

Issues with iFrameCommunicator

I am having an issue with the hosted payment form sending some events to the iframecommunicator.Resize events get sent correctly:E.G.https://local.bizlock.net/payment/authnet/iframe-communicator/payment#action=resizeWindow&width=442&height=1061.22But...

Magento 1.9 AIM Gateway error: The merchant login ID or ... E00007

After updating a really old transaction key on our fully patched Magento 1.9.3.2 site where everything was working fine, I uploaded a series of 4 new transaction keys, disabling the previous ones immediately, and tested on both our website and throug...

Xy
Member

detecting eCheck chargebacks via API

greetings,we have highly automated software (non-website) that processes card & eCheck transactions through your API's (which are very well designed). for our software to know about any chargebacks after the initial transaction, we are using your "ge...

Batching many transactions Solved

Just curious if there is any official way with the REST api to do batching? I have been tasked with handling the capturing, voiding, and refunding of hundreds of transactions a day. Is there any way to do this currently without just sending many requ...

No Payment Information for Customer Profile Available

I am trying to create a customer profile and not including any credit card information. The schema :xsd appears to require a a certain lenght of characters. I also tried creating a Customer Profile using the SDK and did not include any characters in ...

Create an Android Pay Transaction api returns error 153

When using the live console and the provided sample encrypted nonce we get error 153 (unable to decrypt data). This happens in both live and test mode(using the sandbox account). This is the exact same error we get when we attempt to pass in our own ...

Characters not allowed in iframe communicator URLs?

Hi, I am experimenting with an Accept Hosted embedded iframe integration. I have quirky issues with the hostedPaymentIFrameCommunicatorUrl. If I set the value to the absolute file path, it works. My applications are however modularized and I want to ...

redcart
Contributor

How to add a logo to Accept Hosted Payment Form?

Hello, We've been using the SIM integration with hosted payment form for years and were able to use our own logo on the hosted payment form. Now that we're migrating from the old SIM integration to the new Accept Hosted (redirect method) payment form...

jdr
Member

Accept Hosted - transactionRequestType.Order causes Unexpected Error

ASP.Net I have tried exacly what is in the sample code:https://developer.authorize.net/api/reference/features/accept_hosted.html ...by going to this link for the sample codehttps://developer.authorize.net/api/reference/#accept-suite-get-an-accept-pay...

C# SDK response returns null

If I pass in empty string for cardCode, response returns as null. I thought Authorize.NET always returns some kind of response.. var creditCard = new creditCardType { cardNumber = "4111111111111111", expirationDate = "1028",cardCode = “” }; var payme...

Anurag
Moderator

Recorded Developer Webinars Locked

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

mylaso
Member

ECWID Integration Locked

My website is hosted on WIX and I am using the ECWID shopping cart with Authorize.net for payment processing. Currently ECWID sends my customers FROM my website and redirects them to the following Endpoint URL: https://secure2.authorize.net/gateway/t...

Upgrading PHP SDK from 1.8.0 to 2.0.0

I have a client whose web application is using php sdk version 1.8.0 and we are contampleting upgrading to the newest sdk i.e version 2.0. We are wondering, what are the advantages of upgrading vis a vis continue using the old version? Thank you in a...

Credit Card

Does Authorize.net store credit cards or does it just validate them for us?How are first time customers typically setup? I am trying to understand how a customer is to register without us as a vendor not setting anything else up - or even it that is ...