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.

Auth.net In-person SDK Android crashes

I have reported this in Auth.net In-Person SDK github itself last year, but so far no one has replied and the issue is still there. This is the link to the github issue. https://github.com/AuthorizeNet/inperson-sdk-android/issues/83Basically, I have ...

How we redirect back to my host

Hello,We have couple of questions. How we will redirect to back my host once customer created, updated? i see there are not any way to set call back per docs. Can you please elaborate ?Please see attachment screenshot, it show me only message on your...

How to create a "pending" order in authorize.net?

'm a web developer looking to move a lot of clients to use authorize.net for their CC processing. I have used authorize.net once in PHP doing SIM integration for a simple site.Now the problem is, some of our clients have established processes that ta...

No automatic receipt email when using new Node.JS site

Hello and thank you for reading this,Our Authorize.net account is set so that Authorize.net automatically emails a receipt to the customer when we process a credit card transaction. On our current PHP website when we charge a card using a test accoun...

PHP SDK - how to set Invoice Number Solved

Hello,I'm using PHP SDK to charge already created "Customer Porifle" in Authorize. My question is: "How to attach Invoice Number to a TransactionRequest"? $profileToCharge = new AnetAPI\CustomerProfilePaymentType(); $profileToCharge->setCustomerProfi...

Credit card Processing API Solved

We have Microsoft Dynamics NAV 2013 R2 and we plan to integrate your Authorize.net SDK/API into our system. We basically only want to send Credit Card Payment Transactions from our NAV to Authorize.net so we don't have to always go to your site to ch...

ray482
Member

Invalid child element 'expirationDate' in profile update

I am trying to update customer profiles. I keep getting an error which tells me that the credit card element has an invalid expiration date. I am logging the expiration dates which I send, and they are valid (for example, 2023-09). I am using the .ne...

implement getHostedpaymentPageRequest in Javascript

I need to call getHostedpaymentPageRequest and generate a token using javascript with in HTML. I am using authorize.net provided code to display the form. But i need to generate token and pass the token information to my payment page. there is no exa...

Need to generate the transaction token in Javascript.

hey!I am using authorize.net api to process the payment transaction. I was able to get the form. The real problem I am stuck is to generate the token for the payment form. https://developer.authorize.net/api/reference/index.html#accept-suite-get-an-a...

Unable to verify site

I am implementing the code with our web developer on our Wordpress site. The seal displays properly, but when it is clicked, we get the following message:Unable to Verify SiteAlthough the Web site you are visiting is operated by an active Authorize.N...

Python/Django: Which authorize.net library should I use?

Django I need authorize.net integration for subscription payments, likely using CIM. The requirements are simple - recurring monthly payments, with a few different price points. Customer credit card info will be stored a authorize.net . There are qui...

Set up advice - staggered payments

Hi, I'm new to this platform so please excuse my ignorance. I'm setting up a series of in-person dental courses that will be delivered in September. They are quite expensive and as such I want to offer delegates a staggered payment plan over 12 month...

roots
Member

Webhoot is not working properly for live transactions

Hi to all, I have tested the webhook in test mode.I have tested with the test webhook feature. I found both above workings.I configured the live app and set up the webhook but it is not working. If I use the test webhook method it is working but for ...

jacmek
Member

How to bug which is caused by bad hosting?

Hello! I am facing a bug with my site as my password get changes every time I change, when I visit again with same password it says incorrect. I have licensed them and all plugins are of pro versions no crack or anything.

Separating unit tests and integration tests in Go

Is there an established best practice for separating unit tests and integration tests in GoLang (testify)? I have a mix of unit tests (which do not rely on any external resources and thus run really fast) and integration tests (which do rely on any e...

Payment System on website

Hello Members!!I'd like to add a payment system to my website. Is it possible to do that with a pre-made plugin? Is it necessary for a developer to accomplish this? On the WordPress platform, We have just a site.Thanks!

Transaction Key

I am trying to navigate this website that I did not build. Heavy php. Trying to reference all the setTransactionKeys but cannot seem to find them all. Any suggestions on trying to find these to change out?

Authorize.NET - not supported???

I'm confused about something. I've been watching for a few updates that said Authorize.NET gateway was no longer going to be supported but thought the plugin/extension would eventually "fix" itself. A client has moved banks and they only support Auth...

Gigi
Member

Integrating Authorize.net when frontend is coded in react.js

I am having some difficulty integrating authorize.net into my website. My website is coded in node.js in the backend and react.js in the frontend. I have looked at the apis and information on the developers site for node.js, and I have also looked at...

credit card payment transaction clarification

I am trying to integrate credit card payment by existing customer profile/payment profile. TransactionType will be "authCaptureTransaction" , and I am bit unclear if and when I should use "processingOptions" in my request payload. Any clarification w...

Continuous Integration for Ruby on Rails?

HiI've been searching around for a Continuous Integration solution for Ruby on Rails, but haven't been too pleased with the results. I came from a .NET shop that used CruiseControl.NET and was really spoiled with its ease of use and rich status/repor...