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.

Daily report API

HiI am trying to create an API based off a daily report, I can create an API that pulls all the data ever published. I am looking for a way for the API to pull only the day its ran numbers to save file space. Is there a code I can add to url to restr...

Unable To Test AVS Response Codes E and G in Sandbox?

I am unable to produce an AVS Result Code "E" or "G" when testing in the sandbox. According to the guide providing a postal code of "46203" and "46204" respectively should work but both are returning "Y" instead?https://developer.authorize.net/hello_...

Accept.js hosted form with aspx page

I am working on integrating the Accept.js hosted payment form with my existing application. It is written in C# using webforms. The button brings up the lightbox and I get a token back on submit. My problem is it's not triggering the onClick event to...

Microform integration for saved credit cards?

Does cybersource provide a Mircoform style integration for customers to manage their saved credit cards? The use case would be for a customer to navigate to the "My Payment Methods" in their account profile section of a site and view all their credit...

IDTECH Augusta encrypted MSR to Authorize.net

I have been trying to get this Encrypted card reader to create a payment transaction in Authorize.net for a week no with no luck.When I display the cardData.msr_RawData it does not start with 02 and end with 03. However when I view the swipe in the I...

Error: accept.js not filled out correctly

My checkout system is live and my php was recently upgraded to v. 8.0.3.0. I have one and possible 2 users who have reported a problem with credit card checkout. One of them said the error was: accept.js not filled out correctly. The other one sent a...

eCheck with SIM Integration

Does anyone know of a way to disable (not display) the credit card option on the payment form page when using the SIM Integration. The application we are working with already uses AIM Integration for credit card processing. Unfortunately, they have n...

SSL Certificate Update to DigiCert for SFRA CyberSource Integration

Hello everyone,I’m currently exploring the process of updating our SSL certificates to DigiCert for secure communication with CyberSource. Could anyone guide me on the steps involved in this transition? Also, are there specific tests I should run in ...

SSL Migration, PHP + CURL Tests Fail with Error

I am trying to test peer verification against the new certificate but it always fails with "SSL certificate problem: self signed certificate in certificate chain". This usually means that the CA file is invalid, but I am using the recommended cert: "...

Regarding Entrust to DigiCert SSL Certificate Migration

Hi Team,We are using the below APIs for our dealer. When we did the Authorize.net implementation there was no requirement to install any certificate. We have directly added the AuthorizeNet.dll v4.0.30319.Can you please help us with this process? Wha...

How to update new ssl certificates?

Hi Team,We received a notification that Authorize.Net is updating the SSL/TLS certificates used for secure communication with our systems. Currently, we are accessing the following endpoints:Sandbox API Endpoint: https://apitest.authorize.net/xml/v1/...

ankit1
Member

Confused about the certification update

Hii,I am confused as I have received the mail from authorize.net about the certificate update I am using the authorize.net gem in Ruby on Rails, I am confused about should I need to update the certificate and from where I can find which certificate n...

CyberSource Webhook Configuration Issue

I'm facing an issue with webhooks in my Cybour payment integration. The webhooks are supposed to trigger upon a successful payment, but they don't seem to be firing as expected. Here are the details of my setup:Problem:After payment is completed, the...

Webhook Configuration – Not Working – Sandbox Account

We are using a sandbox account to test webhook notifications.A webhook has been created and configured to handle all payment events. When we processed payments through the API, we received a successful response code, and the payments appeared in the ...

Customer Card Accept Hosted Form

I am using the Accept Hosted Payment (https://developer.authorize.net/api/reference/features/accept-hosted.html) form to collect customer card details, and it is working fine. And, Is there an option available to charge the customer using the Authori...

Issues in Webhook Configurations

I am setting up webhooks to trigger a function and update payment/customer details in CRM. However, when testing this using the 'Test webhook' option, I encountered an error. I understand that I need to generate the HMAC-SHA512 hash using the webhook...

Enabling the Email Field in the Accept Hosted Form

I am using the Accept Hosted Payment form to collect customer card details, and it is working fine. However, I also need to display and make the Email field mandatory. I have enabled and marked the Email field as required in the 'Payment Form - Field...

avaid
Member

Unable to add Endpoint URL in the webhook that is parameterized

I’m facing an issue while configuring the URL to send events via a webhook. The URL structure looks like this:https:///logs?api-key=&source=authorizeAccording to the documentation, the URL can only include a limited set of special characters, which s...

nzaui
Member

Payments Integration

For ecommerce card payments integration, which set of APIs do I need to plug with 3DS flows?Regards,Fred

Create customer payment profile form reactjs

I’m working on integrating Authorize.Net in a React.js application and would like guidance on securely creating a customer payment profile using Accept.js to handle card details without them hitting my server.My requirements:A form in React that coll...

verification of eCheck

We want to implement automatic debiting of user bank accounts. Based on my research, the common account verification method in the United States is micro-deposit verification, where a merchant sends a small amount of money to the user's linked bank a...

Authorize.net -Entrust to DigiCert SSL Certificate Migration

I just came across authorize.net's notification regarding "Entrust to DigiCert SSL Certificate Migration" through the below link: https://support.authorize.net/knowledgebase/Knowledgearticle/?code=KA-05545We have implemented the authorize.net payment...

Clonus
Member

SOAP API Issue

HiI'm having trouble updating a customer's address details, using the authorize.net SOAP API.The address is not changing, which is leading to problems with AVS.I'm using the ShipTo tag in the UpdateCustomerProfile request.I get no errors, but the add...