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.

Re-generating a new CSR

Hello We have an existing auth.net and apple pay account. We are looking to start from scratch with this apple pay integration and have performed the following steps 1) Create a new merchant ID on apple pay 2) Create a merchant ID certificate for our...

Intermittent Connectivity Errors

Hello,We are experiencing an intermittent error that is being thrown from the invocation of methods in the AuthorizeNet.NetStandard library (AuthorizeNet.Util.HttpUtility.PostData). From our logs, it's saying "A connection attempt failed because the ...

Product Idea

Hello friends, today i am get this code from stack overflow platform. I thing its a common issue about render so, I will put code here this may very helpful for you. Thank you. admin omegla In your build. gradle, try to update Kotlin to 1.5.10 and Co...

ach code

Hi,I am integrating authorize.net I want to know what is the combination on BankAccountType and EcheckType for bussiness saving account.

Rough Estimate for cost of website Integration!!

Hello Everyone!! A newbie here with a silly question, hope you will answer it rightly. I'd like a ballpark figure for the cost of integrating an authorize.net payment system onto my website, where users may submit and keep their credit card informati...

Struggles integrating Credit Card Processing into MS Access

Developer Gateway in Sandbox - 809501Customer Gateway - Action Hose - 2209197 I am attempting to integrate Credit Card processing into the MS Access application that drives my customer's Hose and Tool Rental business. I have modified my code since my...

Issues with API integration into MS Access

Developer Gateway in Sandbox - 809501 I am attempting to integrate Credit Card processing into the MS Access application that drives my customer's Hose and Tool Rental business. I have run into issues with the following procedure: Public Sub CCPriorA...

What should opaque data be?

I am implementing apple pay payments into a mobile app developed in C#. I am using Authorize.Net's C# SDK (https://github.com/AuthorizeNet/sdk-dotnet) to do so. I have implemented the native apple pay payments in swift and can reliably obtain encrypt...

Paypal Express Checkout EC-Token vs Token

Hi,We have existing old Paypal checkout flow integration with Cybersource. The existing flow is from the website, supplying email, shipping and billing address to Cybersource by calling apSessionsService and this returns redirect URL similar to this....

Accept Suite ACH Account verification

A customer requirement is that want to check Account numbers before the payment goes through, but considering that they are currently using Accept.js, there is no way to actually test this as essentially as long as the ACH account number is under 17 ...

ray482
Member

Credentials Invalid in new API

I have over 200 customers using Authorize.Net accounts. We have been using the old AIM query string method of submitting payments for a long time. We are switching over the the new API so we can use customer profiles. I have three accounts that are g...

Settlement timeline in Production

In production, will the timing of settlements be similar to sandbox?During my sandbox testing, I have noticed an email from Authorize.net around 11pm Eastern time which indicates that all of my transactions have settled. Will this timing be the same ...

Accept Customer Form in testMode

Can I use the Accept Customer form in testMode to create payment profiles that are charged in my production environment?Background: I would like to use the Accept Customer form to create payment profiles for both returning and guest customers. Ideall...

getHostedPaymentPageRequest Form Fields

In using getHostedPaymentPageRequest, can we control on which fields to show on Billing Address?We tried configuring the Payment Form - Fields but that fields that we disabled like First Name and Last Name is still showing as shown from picture above

Payment Method for website!

Hi, This is Yasin here. Recently I have started a website I would like to know which would be the best payment method for a website to use? I'm new in this field so I don't have much idea! Looking for your valuable suggestions! Yasin

Tushar
Member

How to pass description value in API Request.

We have implemented hosted payment method with Iframe. In merchant email receipt the description field showing "Goods & services" but we need to show some different value in that field. We have checked in document but did not understand where the ord...

merchant account to customer account.

Is there a way to transfer the amount from the merchant account to another customer?I have a case wherecustomer (A) can send a gift (amount) to another customer (B),and after receiving that gift the other customer (B) can redeem that gift whenever he...

using wp forms with authorize.net

im having issues on wordpress wp forms plugin. it shows this error. check the error below.E_WC_01 Please include Accept.js library from CDN.i've seen the inspect and it shows the libaray has been already included with plugin. but nothing working for ...

Payment Gateway Java SDK 1.8 EOL

https://github.com/AuthorizeNet/sdk-java RequirementsJDK 1.5.0 to JDK 1.8.0Ant 1.6.2 or higher (build SDK only)Maven 2.2.0 or higher (build SDK only)An Authorize.Net account (see Registration & Configuration section below) Note 1: Support for buildin...

3D Secure Please help Solved

Hey, I am working in a company where we want to enable 3D Secure for our payment solution, I have been going though the api documentation on Authorize.net and the cardholderAuthentication, authenticationIndicator and cardholderAuthenticationValue are...

karan1
Member

Partial Payment

We have a use case as follows:1) At least 50% has to be paid 90 days before the event date. At least 75% has to be paid 60 days before the event date. 100% has to be paid 30 days before the event date.2) Send reminder mail before say 5 days.Can I con...

karan1
Member

Partial Payment

Our use case is as below: 1) At least 50% has to be paid 90 days before the event date. At least 75% has to be paid 60 days before the event date. 100% has to be paid 30 days before the event date.2) Reminder should be sent before configured days (eg...

Verify webhook in python Solved

Hi all, I'm trying to verify the webhook when I receive the notification in a lambda function in python. This is currently how I'm doing it, but it doesn't match the X-ANET-SIGNATURE, wondering if anyone can help me out here. Thanks! SIGNATURE_KEY= o...