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.

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
New 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 ...

BalaBala16
New Member

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...

BalaBala16
New Member

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...

BalaBala16
New Member

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
New Member

Payments Integration

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

shanbool
New Member

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...

shanbool
New Member

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...

Can I Create Recurring Billing Using Live API Key in Test Mode? Solved

I'm working with the Authorize.Net API and have a question regarding recurring billing. I know that recurring billing (ARB) transactions can be tested in sandbox mode, but is it possible to create and test recurring billing profiles while using a liv...

mmtonos
New Member

Authorize.Net Level 3

I'm currently working with a merchant who uses a software to process payments. They offer an Auth.Net integration. Software company says it allows level 3 with Auth.Net integration. This would offer big savings for the merchant as merchant is current...

Recurring billing and the ability to update

Hello everyone, We have a merchant that has his own gym CRM software that he created and has integrated it with Auth.net. However, when he created the code for it, he did not program recurring payments, but is just treating them as regular payments. ...

mikem
Member

Finding Transaction when only have authCode

We currently only log the authCode that we get back when we charge a clients credit card. Is there a way to find the transaction ID when I only have the authCode?Thanks,

Talentville
Contributor

Confused about updating to the new SLL Certificates

I recently got an email about SSL certificate changes for anyone using the authorize.net API to process transactions. I use a cURL in PHP to call the following endpoint for all my payment processing:https://api.authorize.net/xml/v1/request.apiI am co...

alfredoCC
New Member

Problem with payment with iOS 18 All browsers

I am using the Accept.js integrationwith my own custom form.We have started receiving support tickets regarding issues with devices updated to iOS 18.Upon investigation, we noticed that indeed allbrowsers on this iOS version encounter problems on the...

Ibra91
New Member

FUND RELEASE THROUGH AUTHORIZE.NET

We just signed up with Authorize.net through a recommendation from our CRM provider who uses only authorize.net and they are holding my funds for a week now for verification process. They starting I have to make more transaction for the "risk team" t...

Full C# Code

are you able to provide a full C# code for a refund or credit? I am using Cybersource as a Nuget package into a .Net C# program and I would like to learn how to process a refund/credit.