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.

How to do the designing of an array in rest api

import java.lang.reflect.Array;import java.util.Arrays; import javax.ws.rs.GET;import javax.ws.rs.Path;import javax.ws.rs.PathParam;import javax.ws.rs.Produces;import javax.ws.rs.core.MediaType; import netscape.javascript.JSObject; u/Path("PerfectNum...

jayagnew1
Contributor

AVS Settings for International vs. Domestic

Hi, There are a few posts related to this but I feel they are pretty dated and I was also hoping to clarify a few things based on some of your own processes. 1. I understand from other posts that setting G, U and S to Allow, will allow you to accept ...

currency question

Hello, We have used paypal before and when a customer pays with EUR the invoice displays EUR; After he pays in EUR, it displays the amount converted to USD; And when he pays with USD it displays and charges in USD. With authorize we try to pay with E...

Payment Gateway For WooCommerce

I installed "Payment Gateway For WooCommerce" plugin from Authorize.net on my Ecommerce Website Shop Kratom Store The transaction is Failed from last 1 week. I have been using its Current Updated version along with WordPress latest versionWhats the r...

pradeep82
Contributor

CIM - Credential-on-File / Merchant Initiated Transaction mandates

Hi,We are using CIM for payments using anet-java-sdk:1.9.4Our customer recently contacted us stating they have received an email from Authorize.net about COF and MIT mandates.It states that if we are using our Customer Information Manager (CIM) servi...

Incorrect currency application

Hello, my client is using software to automatically sync his Authorize.net transactions to QuickBooks Online. However, all of his transactions are synced in USD. He contacted Authorize.net Support and they said he got only one currency [CAD] enabled ...

Unable to receive Transaction Response through iFrame

Hello! Beginner Web Dev here trying to integrate Authroize.net payment system. I am trying to setup and test Accept Hosted on my site using an iframe/lightbox by following this page. I am able to get the payment form to show up in the iframe and tran...

Create Profile synchronous issues using Node's SDK sample code

I am trying to create a customer payment profile with the Node SDK using the sample code. While I am able to create a customer profile successfully and receive a successful response from the API call CustomerProfilesModule.createCustomerProfile, the ...

webhook delayed notification

We are using the Accept Hosted redirect and have set up the webhooks. Right now we are seeing a delay in getting the notification back from our webhook. We are using PHP if this makes a difference. The delay could be from a few seconds on up and it s...

PHP ARB Get subscriptionid after the subscription is created Solved

After executing my create the subscription, I am not getting a subscription id. When I ran the method, the subscription was successfully created, but I did not get an id from $response->getSubscriptionId(). I don't even see that method anywhere in th...

BigBug
Member

How to getproduct names from the webhook?

Hello. I'm using webhook and PHP API. Then i do GetTransactionDetailsRequest() request and i get a transaction object. 1) How i can get Product name and other product data from transaction object? On various forums i found functions like these:$respo...

ncpenn
Member

API - Get Transaction List - transactionStatus list seems incorrect?

Which list of transaction statuses is correct for what the API returns?This one: https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-transaction-list (listed under RESPONSE FIELD DESCRIPTION > transactionStatus) Or this...

Get Customer Shipping Profile List

Hi, Looking for a way to get the shipping profile ID when a duplicate shipping address is entered. CIM will not allow the same address to be entered more then once, it will return an error. What I would like to get is the shipping profile ID that is ...

Apple Pay not working

Hey Guys, I am having an issue with Apple Pay. Its giving an error that : "E00027 - There is one or more missing or invalid required fields." Can someone please help?

hote
Member

unable to setup webhook

Hello, I'm currently setting up the webhook procedure. The creation of the webhook works just fine, but Authorize does not set any data to the endpoint. The endpoint exists and I can go manually to it, but when I do "Test Webhook" from Authorize noth...

AnandBhagwat
Contributor

Accept Hosted Form filled data clears on scroll of page

Hi, We have implement a Accept hosted Form using IFrame and it works fine on higher resolution page where there is no scroll. However on lower resolution screen , the full page is not visible and when the user scrolls down the page, the data he has a...

Getting Authorization Code '000000' with successful transaction. Solved Locked

Testing in the sandbox through the API using AcceptUI prior to this week, I was getting meaningful Authorization Codes for my transactions. For example:Authorization InformationAuthorization Amount:USD 159.99Submit Date/Time:18-Nov-2021 14:46:14 CSTA...

Unable to process refund for some settled transactions

Hi,I am working on an E-commerce project. I have an error while refunding the settled transactionError: "The sum of credits against the referenced transaction would exceed original debt amount."I have given the exact amount that has debited for the r...

Card Readers for In-Person Windows SDK

Hello, We have a question regarding the in-person Windows SDK and compatible card readers. Per the Github documentation the in-person Windows SDK supports the AnywhereCommerce_Walker and IDTech_Augusta readers. However the same documentation also say...

ASP.net Hello World Error

We are attempting to set up the C# Hello World within an ASP.net website. Our project currently has ChargeCreditCard.cs imported from the sample code, and an index.cshtml that calls ChargeCreditCard.Run as soon as the page loads. When we test the pag...

Apple Pay Mobile App Integration

Hi We are developing an app for our client and want to integrate App Pay in our app through auth.net account. The client is a multi-location restaurant and each location already has it's own auth.net account set up. However, when we publish this app ...