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.

do you agree API procedure?

AgenAngka adalah agen Togel Hari Ini yang terpercaya, terbesar dan terbaik di indonesia yang menyediakan 15 macam pasaran togel misalnya togel singapura, togel hongkong, togel sydney, togel singapura45, sgd45

Receive Webhook notifications content in JAVA App

Hi All, I configured a webhook and receiving notifications in webhookinbox & my application also.but i'm unable to read the content in my java application.can anyone suggest me, how to read content in java appThanks,Thirumal.

M3QDev2020
Contributor

List of 4 recent credit cards in payment page

I can't get the list of 4 recent creditcards used for payment.The code for generating token is: public ActionResult GetAnAcceptPaymentPage(decimal amount) { string customerprofileid = "1927502125"; AddAgentLog(3, ""); ApiOperationBase.RunEnvironment ...

M3QDev2020
Contributor

Not Getting response from authorize after payment popup comesup

I am using Iframes for my application.When the payment poup comes up, I donot recieve any response from authorize none of the following:successfulSave, cancel, transactResponse, resizeWindowthis function never gets invoked: AuthorizeNetPopup.onReceiv...

Create dummy REST API from json file without encoding in seconds

long hidden on this sub but never posted before.i created json-server, a cli tool to create a dummy rest api from a json file that comes with zero encoding in seconds. for each resource provided, 6 full functional endpoints are created (get x2, post,...

How to pass invoiceNumber in Json format using Node js

Hello All,I want to pass my custom order number in invoiceNumber in Json token, I am using Node js and createTransactionRequest Method, but I can't see order object in Json request format https://developer.authorize.net/api/reference/index.html#payme...

How to pass InvoiceNumber in json format in node js

Hello All,I want to pass order details with invoiceNumber in Json format using Node js. I am using createTransactionRequest Method but I can't see order object in json format, it is available in XML format. Below is my code I have trived this way but...

Installing XAMPP on same Computer as plain MySQL installation

I've seen a lot of articles about running two instances of MySQL on the same computer through changing the config file and using a separate port among other things I'm sure I didn't read.This is not what I'm asking, though. What I want to know is if ...

steve2301
Contributor

Merchant Email Receipt multiple email

Currently, I can set to ONE email.How can I have multiple emails? CurrentlyMerchant Email Receipt ="me@gmail.com" I would like to have Merchant Email Receipt = "me@gmail.com; business@gmail.com; warehouse@gmail.com;" If the above is possible, what is...

Magento 2.4 and Authorize.net Solved

Greetings, I hope you are all safe from COVID-19. Magento 2.4 depreciated Authorize.net. Is there an API? Is the Authorize.net extension on Magento Marketplace compatible with 2.4? It states 2.3x. If no API for 2.4, can you PLEASE DEVELOP ONE asap. I...

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