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

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

Python 3.11 support .

Hello, the auth.net sdk seems to support python 3.4. Our devs are working aroun.

Auth only transaction succeeds on expired credit card

I am having issue finding a good way to verify whether or not Credit Card is expired using Authorize.net payment gateway.I used ValidateCustomerPaymentProfileRequest API as documented here - https://developer.authorize.net/api/reference/index.html#cu...

Python 3.11 support

Hello,the auth.net sdk seems to support python 3.4. Our devs are working around this buy creating their own json payloads. Is there a better approach, or will there be support for python 3.11?

refund.created webhook

I'd like to be able to reference the original transaction that was refunded after I receive the webhook.I do see that the webhook payload contains transaction id, but it refers to the refund transaction itself, not the original transaction.

rob
Contributor

How to get a payment nonce from "Accept Hosted"

I apologize as I'm sure this has been asked before but I can't wrap my head around how I'm supposed to verify a transaction when using "Accept Hosted" (getHostedPaymentPageRequest)[1]. In our particular app customers fills out a bunch of details name...

Problems with Capture Only Transaction Type

So I have been following the documentation and trying to implement a way to Capture Funds through Another Channel. in the example it uses the transaction type CaptureOnly. When I attempt this in code, with the Authorization code included in the reque...

SSL Certificate Migration from Entrust to DigiCert

According to the document here (https://sanphamtot.vn/), the migration of the sandbox SSL certificate to DigiCert was scheduled to be completed by August 15, 2024. However, SSL Labs still shows the certificate as being issued by Entrust. Could you pl...

Akhack
Contributor

Apple Pay Cannot be Decrypted

Hello I'm wondering if anyone can help me. I'm working on Authorize.Net integration with Apple Pay, we already have Authorize.Net working with credit card transactions, we have Apple Pay already working with Cybersource and can confirm the Apple Pay ...

Webhooks issue

Hello.My webhooks stopped working, endpoints are there, but I'm not getting any data from authorize.net. I didn't make any changes, it just stopped working. I tried to recreate that endpoints and nothing is changed. Thanks everybody in advance

API response delay

This payment interface: https://accept.authorize.net/payment/payment This is where I send the payment information: https://api.authorize.net/xml/v1/request.apiwhy is it that when the customer has paid the amount on the management interface, the URL i...

Entrust to DigiCert SSL Certificate Migration

According to this online document https://support.authorize.net/knowledgebase/Knowledgearticle/?code=KA-05545, the sandbox ssl certificate should have completed migration on Aug 15,2024. But the following ssl lab verification pages shows it is still ...

CraigG
Member

Testing on Sandbox

How can I test on Sandbox live response codes. I tried with the zip code to force a decline but that didn't work.Any other ideas.

yozoff
Member

Handle Decline response in Hosted Page IFrame

HelloI've implemented the integration with Authorize.Net with Hosted Page (iframe in modal window and iframe communicator).Everything is fine except when transaction is declined for some reason.For example when I tested with provided CVVs - 900 (Appr...

Not getting complete user payment profile data

Hi,I have created one customer by one API call (createCustomerPaymentProfileRequest) And I passed one parameter into it:"defaultPaymentProfile": falseAs I checked on other documentation I found that "defaultPaymentProfile": false will not come into t...