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.

Visual Studio C# Reading Response Solved

Hello, I have worked with a number of APIs but I am getting stuck on a small issue with Authorize.net. I am able to successfully charge a card externally by using the API but for some reason I am unable to read the response. Below is the code related...

takumi
Member

Webhook notifications not being sent Solved

I'm currently dealing with an Accept Hosted payment solution for my company's website (coded in PHP), which using the iframe method. The transaction type is set to "authCaptureTransaction" and has a webhook endpoint set up to receive notifications fo...

tygar45
Contributor

.Net SDK with Augusta reader causes crashes

I have an app that i built with th In-Person SDK. I used the chipper 2 emv reader for a year then I decided to upgrade to the Augusta reader now my app crashes randomly sometimes when having trouble reading a card, here is the crash report. Any help ...

pendingFinalSettlement In GetTransactionListRequest by Batch ID

Hi, Recently I am getting pendingFinalSettlement status when I am fetching transactions using GetTransactionListRequest and providing settled Batch ID. Earlier I checked settledSuccessfully status and process further actions. Now I am not able to do ...

Relay Response - SIM Relay Response Never Posts Solved

All ... I had this issue happen almost a year ago but the problem was on the Authorize side. I opened a ticket with Authorize and they said they would get back to me in 1-2 days. Nothing from them. Background:We use SIM ... moving away from that but ...

c360
Member

Content Security Policy settings

Dear Community, I've tried to contact Authorize.Net directly a while ago but I have not received an answer yet.I'm using the Authorize.Net SDK for a platform where clients can offer Authorize.Net as payment gateway. I'm currently looking for the Cont...

Magento 2 - Issues with coupon / vouchers

when ever we've got a transaction with a coupon we get an error such as: 'code' => 'E00003','text' => 'The \'AnetApi/xml/v1/schema/AnetApiSchema.xsd:unitPrice\' element is invalid - The value '-78.05' is invalid according to its datatype \'Decimal\' ...

How to get the Hosted Page field data in HTML page

Hello All-I am new to authorize .net ,I am using authorize .net hosted page for payment gateway integartion .Can anyone help me how i will get the information entered by the user in my javascript code . Card Number: Exp Date: Card Code

multiple digital payments solution

Hello friends, I have developed one android application where i would like to receive payment from my customer. I looked in Authroize.net they support multiple digital payment solutions. I would like to confirm that can I add all digital payment solu...

multiple digital payment methods

Hello friends, I have developed one android application where i would like to receive payment from my customer. I looked in Authroize.net they support multiple digital payment solutions. I would like to confirm that can I add all digital payment solu...

Transfer amount from Merchant Account to Customer Account

Hi Is there a way to transfer amount from merchant account to customer (with out customer profile information.) we are maintaining the customer bank account number and routing number. with these details can i transfer amount from merchant account to ...

Many To Many Credit Card Payments.

Hi I have a scenario to make payment on many to many CC payments. We have a portal where multiple merchants bid on customer requirement. Based on bid customer can choose the merchant which suitable for him and made the payment. So here i have mutlple...

Error on Getting Transaction detail using PHP sdk

During integration I need to get the transaction information to check if it is settled or not to update payment information in our end. I am using PHP SDK for the same but API is returning null. Below is my code. $merchantAuthentication = new AnetAPI...

Adding a description to a refund using Java SDK

Is it possible to add a description to a Refund Transaction? I notice when I try add a line item, i get an XML validation for that request. Removing the line item type from the transaction request fixes it, but the refund in the Authorize console isn...

Serious flaw in CARD UPDATER/CIM - BE AWARE

I reported this issue to Authorize.net and they've said tough luck, they are not doing anything about it. If you are using card updater, one of the things it does is mark CIM payment profiles as ACL (account closed) when card updater runs. However th...

Error specifying line items

Hi AllI'm trying to specify lineItems in a call to getHostedPaymentPageRequest but get an error... Access DeniedYou don't have permission to access "http://apitest.authorize.net/xml/v1/request.api" on this server.Reference #18.adc33d17.1564389835.491...

CSharp AcceptSuite Error code E00117

Running the code sample fromhttps://github.com/AuthorizeNet/sample-code-csharp/blob/master/AcceptSuite/CreateAnAcceptPaymentTransaction.cs without modification (except adding my own ApiLoginID and ApiTransactionKey) and I get: Failed Transaction. Err...

nox7
Member

PHP API - Setting Billing Phone & Company in a Subscription

I can't seem to find the right API methods to allow me to set a customer's billing company and billing phone number. When I used the CustomerAddressType and called setPhoneNumber(), I received an error about it not being a valid child of that namespa...

Regarding bbpos chipper 2x bt integration with Android SDK

Hi Support Team: Objective:We need to capture the card details (Authorize) and send it to Authorize.net, which should respond back with Payment Profile ID and Customer Profile ID (Tokenized Card data). For subsequent transactions, this tokenized card...

Pay with payment profile configured in other site

I would like to know if a customer adds credit card information on one site, will that credit card be available to make payments on every web site integrated with Authorize.Net? I mean, as a customer I go to other website integrated with authorize.ne...

testing
Contributor

get unmask expiration date for accept.js refund process

Hi, Can we unmask the detail like following? function getTransactionDetails($transactionId) { $merchantAuthentication = new AnetAPI\MerchantAuthenticationType(); $merchantAuthentication->setName(); $merchantAuthentication->setTransactionKey(); // Set...

testing
Contributor

ECC Refund process using CIM & ACCEPT JS [FOR ECC

Hi , We are working on the refund process using CIM & also accept.js. We have not found any solution to redfund(by ECC) using accept.js of Authorize.net. Please let me know if any one get success or knowladge. Thanks in advance. Thanks,Kalpesh

E_WC_14: Accept.js encryption failed.

Judging from the forums a lot of people are having this issue, at least intermittently. I'm testing in the sandbox and basically using the straight code from "Example of the Complete HTML Page" at https://developer.authorize.net/api/reference/feature...

Migrating classic asp, iFrame to use Signature

We have a classic asp using SIM that we need to migrate up to using the signature key w/o major overhaul. Please reference the example for classic asp to use the signature key in the Sim Developer guide, page32. That pretty much looks like ours.#INCL...

193 - "The transaction is currently under review."

While sending a credit bank/echeck refund request with following bank details"bankAccount": {"accountType": "checking", "routingNumber": "XXXX1754", "accountNumber": "XXXX5428", "nameOnAccount": "John Doe"} I am getting :"messages": [ { "code": "193"...

Dynamics 365 portal integration with Authorize.net Payment Gateway

Hello All-I am very new to Authorize.net Payment Gateway,i have a requirment where i to integarte our Dynamics 365 portal(which is based on ASP .net) with Authorize.net Payment Gateway.We need to do the integration using javascript .Can anyone please...

Saas Application managing clients accounts

I'm currently working on a SaaS application for service-oriented business(i.e. lawn care, home cleaning, etc) where those businesses, if they choose, can add their Stripe, Authorize.net, or PayPal account for the management of customers and payments ...

Accept.JS Intermittent Issues

Hi All I have succesfully integrated Accept.JS usig the Hosted Form method on my Angular-based website. Everything works well but we have seen a marked increase in users saying that the modal pops up (the iFrame container) and after entering their da...

Validate Credit card number Solved

Hi, I am using the C# integration to do the payment, i want to know the minimum lenght of all credit card types to validate in my BLL method.