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.

Communication of my website and VPOS

Hi Team, We are planning to integrate VPOS payment with our website. How can we connect to VPOS after checkout?? How can I map our order,customer to this ? In documentations I found that the merchant install VPOS and payment happens in merchant porta...

AUTH_ONLY and PRIOR_AUTH_CAPTURE for a larger amount?

Hi, Right now when we do a sale, we do an AUTH_ONLY for the amount and then do a PRIOR_AUTH_CAPTURE when it ships. We are changing the business model a bit where that sale amount may change before it ships. I can't find any documentation on PRIOR_AUT...

Accept.js documentation

I'm wondering if there is any alternative ways to work the Accept.js hosted popup. It seems my only choice is to have a form, with a button with the AcceptUI class and then load in the appropriate Accept.js javascript library. I'm looking for a littl...

martin1b
Contributor

AddPaymentProfile using Accept.JS

I can't find the API reference to add a payment profile using Accept.JS. Is this possible with Accept.JS? I'm looking for the ability for a user to manage their payment options. Bill

challa
Member

What are APIs and why are they useful?

Hello everyone,,An API (Application Programming Interface) is a standardized, documented interface that allows one computer application to "talk" to another computer application.Others in the thread have given similar definitions, but they've missed ...

Help on authorize.net

Good evening, I was wondering if you fine folks could point me in the direction of some info on setting word press / woocommerce with authorize.net. We can't find a processor that will take on our site so I think we can do it this way manually? I wou...

Getting ARB to work with Accept

I have successfully programmed charging using getHostedPaymentPageResponse to get a token and then posting to https://accept.authorize.net/payment/payment as described on https://developer.authorize.net/api/reference/features/accept_hosted.html. I ca...

Authorize.net and ACH

Hi Guys - A client of mine wants to pay via ACH; something I've been thinking about. I searched back and found a lot of folks are using QBO, Stripe, Rerunapp, Bill.com or their local bank.I use Authorize.net - but there is not automated way for clien...

Can someone explain the future of .NET Framework vs. Core?

I understand that the focus is on the cross platform capabilities of Core. Conceptually that makes plenty of sense to me. The whole point all along was for JIT to be cross platform, and I have no qualms with that. I just don't understand (yet) what t...

desikk
Member

Webhook Ping error using Proxy

I trying to configure webhook using Proxy server and get an error ERROR: An error occurred while processing the request. Please note the correlation id for the request and contact Support for more details. I have tested my Url with postmen and I rece...

Plugin for Magento 2.3 Community IP address issue

I'm using your Authorize.net extension for Magento 2.3 Open Source. When a customer places an order, the IP address value is correct in the Magento admin orders page and reflects their location's IP. The IP addresses sent to Authorize.net when a cust...

steve2301
Contributor

How get error message when I enter wrong Expiration date or cvv?

I am using the Accept.js, where the iframe window pops up in my web page. I am on Production. I enter a wrong Expiration datefor the credit card.How can I get a message like below is from Authorize.net ? I am using C#. { "code" : "316", "text" : "Cre...

confusing API error E00001

when trying to do a payment with xx , im getting "error E00001" but no additional data, all keys & Ids are correct appreciate if someone can tell me how i can identify the reasons for the above error ? :-(

Why is it so hard to secure an API in .NET Core?

I just wanted to create a simple token authentication to secure my API but it's all so difficult. I shouldn't have to go through hours and hours of tutorials to add one of the most basic app requirements there is. The starter templates don't have aut...

Problem With DLL And NET Framework

Hi i have this problem that my dll that i want to use is on NET Framework 4.7.2 and the project is on 4.6.1 so i went to change it and it doesn't show 4.7.2 although it is installed on my pc. Anyone know a fix to this problem?I tried pressing install...

Payment portal using Authorize.net.

Howdy!My wife is looking for a way to add a payment portal for her clients to pay invoices. We have the authorize.net info er need, I just need to add a way for the client to pay on the site now. Any suggestions or advice?She manually generates the i...

Writing a C# integration using 2 REST APIs?

Hi all -I'm currently working on a senior design school project whereby I need to write an integration of 2 SaaS systems, both of which expose RESTful APIs. The idea is to basically "pull data" from both systems, do some work on it, and update. All R...

edisfo
Member

Error 97

Hi This is the code I get when attempting a transaction: The following errors have occurred.(97) This transaction cannot be accepted. Account is set to Pacific Time.Server Time is set via php.ini to date.timezone = "America/Los_Angeles";Wordpress Tim...

Thoughts on ASP.NET Core Identity?

I feel like this thing is doing way too much by default and if you want to change that, then you gotta have fun timee.g giant user class with so many unnecessary properties, a few tables in db and so on.The point is that you don't have to hash passwo...

Recommended way to run integration tests on TeamCity?

Currently we point to a dev database server that every team uses when running integration tests. So there is no way to ensure data is present for our integration tests to pass. Also it's very slow and sometimes queries timeout. What is the recommende...

Question: Really worth come from java to .net core?

Hello everyone, thanks for the willing for help. I'm starting a new projects with two friends. We decided java with spring boot and other frameworks for the backend, because we have a knowledge with java itself, but not that much with spring and thos...

Question on Integrating with quickbooks

So I’m working on a project as a layer on top of quickbooks. Its takes care of things that are more industry-specific. The only reason this project is a layer on top of quickbooks and not a standalone project is because the accounting department does...

Integrating Authorize.net in Android App

i am using https://github.com/AuthorizeNet/accept-sdk-android for testing and use Sandbox account. I got EncryptTransactionResponse but now i can't understand the next process should i do. can anybody help please ?

vhatz
Member

Empty fields in transaction confirmation email

Hello, When a payment goes through we receive an email confirmation like the one below. Notice that there is no information in the "Customer ID" and "Company" fields. How can we have those fields filled in? Does "Customer ID" correspond to "merchantC...

Technical interview questions C#/.NET

Hi there,Sorry if you perceive this is slightly of-topic, this is after C# related so I though it could have value here.I have been offered a technical interview, the role is for C# developer. Is it common to ask for details about the technical inter...

C#/ASP.net/MVC Interview Advice

Hi All,I have my final interview with a new company on Wednesday, a pair programming exercise where I solve a JIRA ticket under the supervision of the person tasked with assessing the potential new recruits.Now I’ve never worked with Asp.net or even ...