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.

dblaze
Contributor

Upgrade PHP SDK to Support PHP 8.3

The current official version of the PHP SDK is v2.0.2. There are well documented issues that can be reviewed in an older thread started by iteracy: Upgrading PHP SDK to PHP 8.1. I had forked the PHP SDK to address the warning and deprecation notices ...

Sandbox Webhook Issue on Transaction

Hello everyone,I'm facing an issue with my sandbox account on Authorize.net. I've added a webhook, but it doesn't seem to be triggering. Interestingly, I can see the transactions in the report, and I'm receiving emails from Authorize.net for those tr...

React native integration for authorize.net

Hai,Could you please help me how to integrate authorize.net payment gateway into react native.I checked long time to get proper documentation, i didnt find anything.I have few questionsIs there any package for that?or use the payment through the api ...

Recurring Billing/Subscription Integration to WordPress

I set up Authorize.net merchant account system and it is working fine. Client wants me to add subscription (Reurring billing) and I'm having real trouble. I've read everything and watched a hundred videos and can't even figure out where to start. A p...

URGENT: Charged twice but payment captured ONCE

Hi team, In our VB.NET project, we've encountered issues randomly where users make a transaction through Authorize.Net for the first time, but it isn't captured in our system. Subsequently, they try a second time, and the transaction is captured in o...

Managing Customer Profiles: Deleting All without Payment Info

We have many customer profiles that need to be deleted. In particular, customer profiles that were generated for people who didn't submit a payment. How can we programmatically remove those unnecessary customer profiles?And how can we avoid creating ...

How to make 'Close' button just close the Accept Hosted iFrame

I would like to make the 'Close' button in the Hosted Payment iFrame simply close the iFrame, and keep users on the same page on my site, as opposed to opening a new link in the iFrame when users click the Close button. How could I complete this? Is ...

The transaction has been declined because of an AVS mismatch

Can you please provide us an update on the billing address on the card? As we are trying to do this but it is not updating. We have tried using this API:Update Customer Payment ProfileWe are always getting the AVS issue on doing this. The AVS is show...

Testing locally AcceptHosted

Hi,How does one test AcceptHosted solution locally?I am having problems passing url with `localhost` in it to Authorize.Net whether inside hostedPaymentReturnOptions, or hostedPaymentIFrameCommunicatorUrlthe back responds with E00013:Invalid Setting ...

Challenges with Authorize.Net API - Seeking Advice

Hello Forum Members,I recently found myself working on a project that utilizes Authorize.Net, and I must say, transitioning from the simplicity of Stripe has been quite challenging. The documentation seems outdated, and performing even basic tasks ha...

Cannot get Accept.js to work with my own form

I am trying to use Accept.js with own form on our website. I call Accept.dispatchData(secureData, responseHandler); and that appears to work correctly, if I enter all the form values corectly, it does not return any error. If I enter say the credit n...

Unable to create customer using Rest Api

Using the below endpoint I am not able to create customer.Endpoint: https://apitest.cybersource.com/tms/v2/customersUsing the test account I am able to create customer but using our organization account I am not able to create customer.Can you please...

DRKUL
Member

Authorize.net API - newb question

Hello everyone!I'm attempting to get the authorize.net API to work, but I'm not sure how to change the posting URL from the sandbox to the production environment. Is there anyone who is familiar with the authorize.net PHP SDK and can offer any advice...

ARB Subscription Webhook Payload

I would like to test the webhook on Recurring Payment (Not when setup, but when the transaction is made, ie: 1 months time).Is it safe to assume that the event type is net.authorize.payment.authcapture.created.If this is the case it seems like no act...

Enhancing Response Handling in Payment API

Hi Team,We are currently facing challenges with our payment processing implementation, specifically related to handling responses. Currently, we receive responses in a specific format and extract values using indices. However, due to the presence of ...

Authorize.Net Accept Hosted - auto redirect to my url?

I followed sample given in https://developer.authorize.net/api/reference/features/accept_hosted.html I specified the url of my page , which includes "https" and after payment success, I get email but the page is not redirecting to the "url" from the ...

jayagnew1
Contributor

Validation Mode in production customer's account

Hi,I know with the Validate Customer Payment Profile method you can set the validationMode to liveMode and this will do either a zero-dollar or one-cent test transaction to the card number is active.My question is, does this post the customer bank ac...

sera_nikulin
Contributor

Webhooks not working for Subscriptions

Hey,I'm using sandbox environment. My payment gateway id is 830630.I'm implementing subscriptions in our platform with auth.net. I successfully setup endpoint for receiving webhooks (from UI). GET https://apitest.authorize.net/rest/v1/webhooks [ { "_...

sera_nikulin
Contributor

Verifying Webhook signature depends on authAmount

Hello,I found a strange situation where the signature is valid or invalid depending on the amount.Briefly: if authAmount in returned webhook body in format #.## (example 1.01 or 2.01) - then verifying signature is successIf authAmount has format *.# ...

asad
Member

Webhook not sending notification Although Test Ping successful

Hi there,I added a webhook and it worked fine for few days now stopped working and since then i can not get it working. when I test the ping I receive the ping payload in the log file. Once I test the ping I activte the webhook but not receiving the ...

Authorize versus Charge

Hello,We use your Gateway. I was not part of the initial implementation but we are running into an issue with taking credit card as form of payment. I am being told when a cc card transaction is processed, the card is actually charged at the time of ...

CORS Error when making AJAX Post Request to Create Webhook

Getting error " The 'Access-Control-Allow-Origin' header has a value 'https://developer.authorize.net' that is not equal to the supplied origin." making POST request. Javascript request code below. Working in Sandbox. var transaction_key = "[key]"; v...

Accept Hosted Redirect stuck on processing in sandbox

Hello,We want use Authorize.net Accept hosted form in our website with redirect option i.e we want to send the customer to authorize.net hosted page and once payment is done then want the authorize.net to redirect to our success page. We are able to ...