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.

jhoven
Contributor

Users with Geolocation Issues - Services reporting as Singapore

On Friday (10/30), our relay responses stopped processing as our server's firewall has geolocation filters on. Apparently, (at least) the Relay IPs are now being tagged as Singapore in at least a couple geolocation databases. We got those white-liste...

Anyone use Authorize.net? I could use some assistance with MSPs Locked

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

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

How does mySQL work with PHP?

I am a recent college graduate, and am making a personal website using alumni access to their filespace. I have no experience with mySQL, so is mySQl something I create a database for, then just use php to interact with it? Or do I need a dedicated s...

responseHandler not callback

We are using AcceptUI.js impement payment function. Everyting working fine for more than 2 years. But recently some users feedback after enterning credit card number information the payment popup form display loading forever. We added logs found resp...

Making async calls from node.js

I'm using the github code and trying to make a call from a node.js express route. The calling code is this:async charge(req, res) { try { const merchant = new authorizeNet(); const result = await merchant.chargeCreditCard(req.body); console.log('resu...

inkeyes
Contributor

getHostedPaymentPageRequest unable to send descriptions

Hi, We need to send additional information as part of the transaction sent to the hosted payment page. According the the documentation a description can be sent as part of the lineItems or part of the order elements, but we receive error messages sta...

Facing Issue with Sandbox testing of iOS SDK

Hi all , I have implemented the sample code of the ios using git hub. The following error pops up every time i test with the my sandbox api key and transaction key also updated the transaction key once but did not worked. The following error response...

Verify webhook payload

I have a webhooks endpoint setup in a node project build using Hapi.js. I am using the crypto module to generate the hash to verify the payload. Everything seems to work fine when I do a test webhook, the hash I generate matches the hash in the heade...

Unable to process ApplePay transaction

We are testing Apple Pay payment via Authorize.Net in sandbox and get in response payload an error with errorCode=153 and with message: "There was an error processing the payment data. Invalid ownership" during call service createTransactionRequest. ...

How to setup duplicateWindow on getHostedPaymentPageRequest

Hi Team,We have the Auth.Net Hosted payment page integrated in our application. We need to change the "duplicateWindow" time from default 2mins to 15 mins. I didn't see any option/setting to change the duplicate window for the hosted payment form in ...

Code Sample for updating Customer Profile needs improvement

The discussion text says:------------Update Customer Payment ProfileUse this function to update a payment profile for an existing customer profile.Note: If some fields in this request are not submitted or are submitted with a blank value, the values ...

Webhooks - receiving two different payload types

Between using the API Live Console and the C# sample code in Github, the response payloads for my only webhook are coming back as either a JSON object or a URL Encoded object. Idealy, I would like the JSON object. Is there a reason behind this differ...

Pietro
Member

I have problems with transactions.

My clients paid me with credit card on my e-commerce platform, but the payments have not been credited on my bank account.I'm still in test mode and I want to live mode.What can I do? It's urgent!

getTransactionListForCustomer returns wrong response title

When making an XML request to `getTransactionListForCustomer` instead of returning the expended response title of `getTransactionListForCustomerResponse`, we instead get the title `getTransactionListResponse`. This is causing an issue with the Active...

BenLe
Member

Shared CIM profiles ( vault )

We are working on integrating Authorize.net. We are developing a a platform where we are also a merchant, with multiple other merchants using our platform (like Amazon.com). Were are looking for a solution where the credit card information can be sav...

BenLe
Member

Shared CIM profiles ( vault )

We are working on integrating Authorize.net. We are developing a platform where we are also a merchant, with multiple other merchants using our platform (think of Amazon.com). Were are looking for a solution where the credit card information can be s...

MySQL Community Server

Hi Everyone, I have just installed MySQL Community Server on a windows machine, I’ve created a table and I am inserting a row every second. At this stage I have not gone live so I can still change pretty much anything I need to. One of the requiremen...

Visa Checkout lightbox issue(Missing card brands)

Hello there, I'm having an issue with running Visa Checkout in a live environment. The default parameters for loading up the lightbox popup is only allowing us to process Visa or American Express card brands, and is saying that Mastercard or Discover...

Integration methods - API Integration vs HOP Accept hosted

Hello, I am looking for some advise on integration methods, shared with same Auth.net merchant account. For e.g. We currently have a Customer self service portal and is using Authorize.net API integration method to charge credit card, refund etc.. we...

catagh
Member

Hosted Payment Information Form Issues

Hey guys, I have the following issues: When the lightbox opens it opens with position top 50% which means it's in the middle of the page When the iframe opens it scrolls the window to the top. This together with the point above means that the user is...

Signature Key Locked

Hi, I've recently joined a new payment system and they run via Authorize but I'm having issues when a payment fails. It's running on MD5 Hash and I need to change/upgrade this but can't seem to sign up or generate a key. I've tried phoning and the of...

C# app with In Person SDK, detect Card Reader issue

We have a C# app using the Auth SDK In-Person. The issue is when a user runs a transaction with the app using chip reader, and then shuts the application after the transaction, the next time the user starts the C# app, then card reader is not detecte...

Sertek
Member

Credit card expiration date cannot be collected

I am testing in the sandbox and seeing something unexpected. When I update a customer payment profile (in live mode via the php api) with an invalid expiration date such as 11/99 it updates without error but when I charge that same customer payment p...

Not getting any responses from Accept Hosted IFrameCommunicator

Hello Team,I am trying to use AcceptHosted IFrameCommunicator. Call to Authorize.net is successful as it returns 200 code when i checked in Developer tool Network tab. But i am not getting any response back on my application. For testing I have added...