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.

moe
Member

Refund Error

Dear Team please note that when i am trying to refund a transaction i am getting error code 54 in the response.Below are some datails for the transactions the i am trying to refund. {"authorize":{"responseCode":"1","authCode":"VY1HJA","avsResultCode"...

php API "hello world" not working

I'm attempting to use the authorize.net API for the first time. I made a sandbox accont and am trying to follow the steps exactly as written in the heloo world start guide: https://developer.authorize.net/hello_world.html I updated and ran my compose...

API php: "Hello World" test not working

I'm trying to use the authorize.net API for the first time on my website. I've been trying to run the "hello world" test found here: https://developer.authorize.net/hello_world.html For some reason, the very first line breaks it. I've followed the in...

pmarangoni
Contributor

Voiding an AuthOnly transaction

Why would a VOID fail if the transaction being voided has not been settled yet? Our company preauthorizes credit cards, and then may not be able to ship the purchase for some time. In these cases, we will create a new preauth against the card, and th...

Migrate subcriptions from authorize to Paytrace

I’m planning for migrating to Paytrace form authorize.net and I have a few queries: Can I import my current subscriptions and plans data into my new authorized account?Are there any recommended steps that I should follow to make the experience as sea...

Invoice and Description Mapping Error=00003

When trying to map invoice and description from Salesforce to the Authorize.net transaction the Error=00003 occurs. Using Apex for payment transactions from the Salesforce environment to connect with Authorize. Error code states transactionrequest ha...

API Integration for new PM

I am currently an MBA student who was fortunate enough to find a PM internship this summer with a non-faang company. I was told that the team I’ll be working with is working on API integration features. As someone who did not have CS background, I wo...

createcustomerprofilerequest successful in DEV, fails in PROD

I am able to successfully manage customer profiles using the Accept.js and the API in the DEV / Sandbox environment, however when I moved the code to PROD, it failed with the error: E00116 OTS Token access violation. Searching, I see that error E0011...

Have Products payment issue's!

Hello Everyone!I hope you all doing well.My Name is Joseph Shan. I am working on the buy weed pack website where I upload different weed products. But, I have faced an issue with the product's payment method. When someone chooses the product and Add ...

Verifying the Notification - PHP Example

I'm trying to verify the webhook notification using PHP. I haven't been able to successfully verify this yet - was hoping someone has an example they can share that demonstrates how to verify the webhook notification using PHP. Thanks

herane
Member

About Refund API

Hi, I am using sandbox account for my testing. I already have enabled filters for AVS and CCV in sandbox account I did implemented unlinked refund api (ECC) in my application. I am saving one customer payment profile id with invalid pin code (46217) ...

NetworkTransactionID and authCode = Zero string values

On 07.October.2021 I began noticing that Auth.Net API transaction requests to Sandbox environment the NetworkTransactionId and authCode values are returning zeros in response. I reviewed the Sandbox site (https://sandbox.authorize.net/) to determine ...

jeangt
Member

transaction creation return problem

Using createTransactionController method to create a transaction in sandbox, the transaction is created without any error, but in createTransactionResponse, the transId field comes with the value 0, this prevents me from searching with the getTransac...

CCV Code Is adding to the amount

I didn't find anything that was similar, so I'm just asking right out. First off, I'm the support rep for my company, not a developer. We have SaaS software that allows music studios to automate certain management. Part of this is integration with Au...

Tutorial for API testing

Hi all, currently I'm doing manual testing at a startup and my manager wants me to start learning how to write code to test our API, which I am grateful for the opportunity. I do have some Python experience through online tutorials but I've never wro...

Can not integrate sandbox.paypal.com with sandbox.authorize.net

I login to sandbox.authorize.net. I click on Account > Digital Payment Solutions > PayPal. I click Sign Up. I click grant permissions. I see the screen with permissions. I'm logged into my sandbox.paypal.com account.I click Grant Permissions. I am re...

Any one Used Authorize api

I use Authorize.net for my Shopify shop. I would prefer to use Shopify's own payment processing (which is via Stripe), but because I sell dietary supplements, I'm prohibited.Authorize.net assigned me the Merchant Service Provider (MSP) of Cybersource...

Integrate 3rd POS to Augusta

I have Augusta Device for authorize.net and I build 3rd POS system. How can I transfer my request amount through VPOS2.authorize.net or is there a form to submit the request amount to make a payment using the Augusta device without connect VPOS2?

How to Connect my POS system with Augusta Card Reader

Hi, I used the Authorize.net POS system via https://vpos2.authorize.net/ and connect to my Augusta card reader. It's working fine. However, I have a POS system (nail system). How can I send the total amount from my POS to the card reader? Are there a...

Token vs Profile

Working on a new project to replace an old system. I'm told by my client that they were told by Authorize.NET that they could transfer/export all of the tokens out of their old provider (using another merchant account and payment processor) and make ...

E0007 error

I just picked up this project from a previous developer team and the client changed the transaction key for security with the other developer. I updated the .env file for the project but payments are failing and authorize.net is not seeing they come ...

ARB and Webhooks

Hi, Can someone guide me on how to get relative data with webhooks when an automated recurring billing transaction is processed, the scenario is., A. creating subscriptions by php code for users who subscribe for products/servicesB. in authorize.net ...

Noob question on Integration

We have a requirement to Integrate SF with an on premise finance system. We explored Jitterbit, Mulesoft etc. however dont really have the budget for it. So the alternative I guess would be to speak to a developer to do it through APIs? I have little...