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.net error in magento2

Hi, I'm working on the magento 2 platform in test mode and getting the following errors.'An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is ...

zamiksica123
Contributor

Accept.js - how to add Customer informations

Hellohow to send customer details to "Transaction detail" after payment is done?When I navigate tohttps://sandbox.authorize.net -> Reports -> Transaction Details -> TransactionIDI see last 4 digits of credit card, paid amount etc. and under "Customer...

How to issue a refund when using Accept.js

Hi, How should we issue a refund, if we created the transaction using the nonce provided by Accept.js ? I managed to create the transaction, capture it, void it, but now I'm stuck on Refund. Because Refund requires the last 4 digits of the credit car...

cyf
Member

Cancelling a subscription after current occurence

We have an online subscription-based application that bills users in advance using recurring billing. Is it possible to cause the subscription to cancel at the end of the current occurence rather than immediately? Bill cycles are based on when they r...

Customer profile not created in autherize.net Live

I am unable to create the user profile in autherize.net Live account . When I create user profile I am getting the following error message .E00001 - An error occurred during processing. Please try again. API Url :https://api.authorize.net/soap/v1/Ser...

Need EXPERT to configure Customer Information Manager

We recently launched our updated website with a new database, but using the same hikashop and joomla. However, since the launch when an order comes, it is not pulling our Customers Information although our developer has taken the information from the...

rockon77
Contributor

Passing session or info AFTER relay response page

I realize that sessions do not work with relay response pages, and that is fine. However, is it also true that I cannot create a new session on the relay response to pass to the page after the relay response? I need to pass some data to the next page...

Consuming web service in asp.net getting error.

I getting the below error message When I Consume the https://api.authorize.net/soap/v1/Service.asmx in asp.net .Metadata contains a reference that cannot be resolved: 'https://oce-ex-prod-api.authorize.net/soap/v1/Service.asmx?wsdl'.There was an erro...

How can I check duplicate transaction (RRC_3_11) with sandbox mode?

Hi, I have find that there are some tranasctions occured on production server which have status "RRC_3_11 : A duplicate transaction has been submitted." with production mode. I need to check "RRC_3_11 : A duplicate transaction has been submitted." in...

fifty-git
Regular Contributor

API Response Codes 2 | 65 Solved

For the response code 2-65 the explaination is,"Authorization with the card issuer wassuccessful, but the transaction wasdeclined due to a card code mismatchwith the card code on file with the cardissuing bank. This is based on thesettings in the Mer...

blackbeltdev
Contributor

Update Payment Profile with CVV using Accept.js method

We are currently updating our front-end to be fully PCI compliant (i.e. no sensitive data will flow through our network) using the Accept.js method. The only remaining issue seems to be with sending CVV information when updating an existing payment p...

US vs UK AIM API

I'm just trying to confirm that there are no differences in the API between the UK and USA.

Acting as a CC processor for SASS

I am building a sass application for businesses, Said businesses will need to process monthly subscriptions for their clients. I would like to offer fully integrated payment solutions where the business does not have to have a Payment Processor or a ...

elvis
Member

Manually test Silent Post URL from ARB subscriptions?

How can I test run an ARB renewal manually, without having to wait till next day or month, so I can have the Silent Post URL sent back to my site and debug/process the transaction data accordingly? Having an ARB subscrition settled on our sandbox acc...

Accept.js with eCheck

We have recently started using accept.js for CIM, one time credit card, and credit card subscription transactions, and from what we can tell eChecks are not supported. Is this true? Is this something that is going to be implemented in the future? Tha...

Oleg
Member

How to format order information on receipts?

Hi, everybody! Could someone help, I have an email receipt(example), the "Description", "Amount", "Payment Method", "Type" at Order Information are in one line. I am using .NET SDK. Here is an example: ========= ORDER INFORMATION =========Invoice :De...

monki
Contributor

Refund CIM transaction API request elements

From http://developer.authorize.net/api/reference/features/customer_profiles.htmlIf you are submitting a refund against a previous CIM transaction, the following guidelines apply: Include customerProfileId, customerPaymentProfileId, and transId. cust...

Migrating from Skipjack to Authorize.net

Does anyone know if it's possible to use pre-existing, proprietary code/web service calls directly via authorize.net? Or does anyone have experience migrating Skipjack to authorize.net?

fifty-git
Regular Contributor

Charging a payment profile: on decline response is empty

I'm testing the charging of a customer payment profile and when the transaction is successful I get a full response object. When I edit a profile and set the zip code to a testing one deisgned to fail and return errors the transaction response object...

Multiple captures on a single authorized only transaction

It's been many years since I worked with Authorize.Net, so I need a little push in the right direction if possible. I have a website that is currently using your AIM method to process one-time payments. Now I have been asked to change it so they can ...

Accept.js Example showing Transaction Unsuccessful

Hello World, I am trying out the new Accept.js integration. Everything is installed. and the foodie demo page is loading. I cannot seem to get a transaction to return as Successful though. In my browser debug console (using Firefox 47.01 on Redhat) I...

JSON API warning: properties are order-dependent

It took me a long time to figure this out. For the benefit of the next poor soul: The order of the properties of transactionRequest is significant. If you do not put the "amount" property into your object immediately following the "transactionType" p...