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.

bobbydoogle
Contributor

Syncing eCheck transactions and settlement

We have a system that maintains synced info on AuthNet Transactions. We are dealing with an issue with eCheck transactions. They show up in settled batches but have a pending status for a few days, at which point they then all change to settled (succ...

Best practices for automated integration tests

Hello. I have a bunch of services and some of them are state-full. So I`m looking for best practice how to test it in CI.For example I need to run a whole services setup, test it as a black box, kill some services, test again and run those services a...

UpdateCustomerPaymentProfile from CC to Echeck Solved

I'm calling UpdateCustomerPaymentProfile to update a payment method. Currently, the payment method is credit card and I am calling UpdateCustomerPaymentProfile with echeck details. Error I'm getting : 3,1,289,This processor does not accept zero dolla...

Transaction Details API

In transaction detail API1. If transactionStatus = 'settledSuccessfully', we can assume transaction completed.2. If transactionStatus = 'capturedPendingSettlement', we can assume transaction is in pending.I want to know what will be the transactionSt...

mySQL 5.7 Aurora DML auditing options

What options are available in mysql5.7 AWS Aurora to perform DML auditing?I have compliance requirements to preserve the previous version of data prior to changeI have tried the MariaDB Audit Plugin connected to CloudWatch log. Even with QUERY_DML op...

Finding simplified table auditing configure options in mysql

HelloI'm creating my first MySQL database although I even have 10+ years in SQL Server. i feel SS has an auditing option which can automatically record the history of all row changes. I'd rather not add the subsequent columns to my MySQL tables b/c t...

XML namespace throwing 500 Error.

I am using the transactionCaller.php script in Laravel. It is giving me an error "local.ERROR: simplexml_load_string(): namespace warning : xmlns: URI AnetApi/xml/v1/schema/AnetApiSchema.xsd is not absolute" I was getting the same error on the creati...

Initialization Issue in .netcore3.1

Need help with this. Getting an exception while executing the code below in .NET Core 3.1 works fine in .net core 2.2 ApiOperationBase.RunEnvironment = AuthorizeNet.Environment.SANDBOX; exception = The type initializer for 'AuthorizeNet.Api.Controlle...

Sandbox Accept Hosted Relay Response not working

I am try to integrate Authorize.net Accept hosted Form redirect method in java using Authorize.net java sdk in spring boot. First thing I have done in my code request for the form token by passing details as suggested in develop api reference for acc...

Error: E00027

I am trying to update but it gives Error: E00027I am using account IN Live mode and the card details stored in PaymentProfileID has been verified.

SSL error connecting to API using Ruby SDK

I've written this up in detail here but haven't gotten any replies: https://stackoverflow.com/questions/65432376/why-am-i-getting-ssl-error-with-authorize-net-sdk I'm using the following Authorize.net code and getting an SSL error. We're connecting t...

Unit vs integration tests under limited time?

Hi! We're working on a pretty large app, and have barely enough time to finish the features, with no way to get more time for this project.Because of this limited time, we haven't been doing any testing (apart from acceptance tests). At the moment, w...

CVV response always return "P" when i kept CCV filter on

I am using sandbox account in live mode. Below are issues i am facing: 1. I have kept CCV filter enabled in sandbox account. For card code 'P' decline is selected. Whenever i try to create new subscription with one real time transaction it always ret...

shreya
Member

Regarding nd_sql Vs mysql ?

Hello all right now I have hosted a website on the server In PHP configuration I saw nd_mysqli was by default and MySQL was not selected My hosted website database is on PHPMyAdmin. Can anyone tell me the difference between nd_sql & MySQL? If I chang...

what is the best payment method for online shopping?

Hello everyone,I believe you all are doing great. I have a online store and I want to add best payment method for my customers. I want full security of my payment method so that my customer satisfy and come again for further shopping.kindly suggest m...

Integration with windows in person SDK in .net

Hello, I have downloaded sdk from https://github.com/AuthorizeNet/inperson-sdk-windows I have following problems and questions. I am using Augusta in-persom emv card reader. Problems: When I test the sample application with my Authorize.net account i...

API request getTransactionDetails

Hello,I am trying to use the API request getTransactionDetails. I believe I am running the query correctly but keep getting an error. I've created the following test file to demonstrate. Use these two URLs to test it.createTransactionRequest (charge)...

PHP SDK won't process transactions

Trying to place transactions in Sandbox mode while adding Authorize.net to a site. Copied pretty much exactly the example and it throws this: [{"code":"E00027","text":"The transaction was unsuccessful."}]Here's my actual code (in Laravel): /* Create ...

which ecommerce platforms support e-check ?

I currently have Shopify for one brand, and it does not seem to support Authorize.net e-check functionality. I have other brands that we might bring live on other platforms. Is there one that plays nicely with e-check ?

Credit Card processing provider? Authorize.net VS. Paypal

I own a lawn and landscaping company and recently launched a new site. One of the features I wanted to provide was to pay online. Initially I thought I would just go with PayPal but they charge really high processing fees. I don't want to put a surch...

API Integration with Dataset use

An API (Application Programming Interface) is a standardized, documented interface that allows one computer application to "talk" to another computer application.Others in the thread have given similar definitions, but they've missed the most importa...

Adding Authorize to Snipcart

Good evening. I am trying to add Authorize to Snipcart. Snipcart does support them. But unlike the other merchant services, Paypal, Square and like, where you connect them by logging into your account on their site and it connects you. Authorize does...

Adding Authortize.net to Snipcart help

Good evening. I am in the midst of trying to add Authorize.net to Snipcart for credit card payments. Snipcart states that it supports Authorize. But unlike the other merchant servics that they also support. They don't do it automatically, where you c...

Accept JS with Partner OAuth Token

Hi, I'm trying to use Accept JS to create a payment nonce from credit card fields so the information doesn't have to be sent to our server.We are a partner and are using the merchant's publicClientKey as the clientKey, but it looks like we also need ...

Content-Security-Policy Woes

It seems like the latest Chrome update broke our Accept Hosted integration -- opening iFrameCommunicator.html to display the payment method form. We're now getting the error: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ...

Creating a Signature Key

Hello everyone. I am not credit card processor, gateway integration literate by no means. I was just handed this daunting task when we changed credit card processors. I am find myself without a gateway because of the MD5 change and needing the signat...

Issue with payment integration (Error: E00007)

Dear,I am facing issue while processing payment on production evnironment. The code is working fine on stagging environment by on production it gives error of E00007. { code: 'E00007',text:'User authentication failed due to invalid authentication val...

chbo
Member

Cannot declare class error using CIM

CIM custom integration Recently updated the site framework for Code Ignitor version 4 on the website. When a new credit card is being added via the website which creates a new user profile/payment profile the a purchase is attempted this error is sho...