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
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...
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 .
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.
unable to create new sandbox account
Hi, I'm having issues creating a new account... It always says the following error... Anyone has an idea why?.. Thanks.. An error occurred during processing. Please try again.Error creating test account
How to send billing info? (Using DPM, C#, and ASP.Net) Solved
Hello, I have tried many attempts at trying to send data from my form that includes billing info like first name, last name, address, etc. I need to add something like this but any of my attempts haven't worked:x_first_name = FirstName.Text; This is ...
Authorize.Net Down
CIM API endpoint down since 8:50 a.m. Eastern ... http://stats.pingdom.com/awg3t4nsnd7a/1283656 ... seems to be taking several minutes to reply to any request ... status update?
Does changing Authorize.Net account password invalidates transaction API keys ? Solved
We have intergerated Authorize.Net in our website and is now running on Production environment. Our client wants to change password for Authorize.net(which he should), so does changing password also changes API login/Transaction keys ?
AIM Transaction Response has invalid Response Code Solved
This is a strange one, happening with the AIM gateway. We have a site that is receiving "1.0" for the Response Code, which is consistent regardless of whether the card is authorised or not. We would expect any value from 1, 2, 3 or 4 only. The site i...
What fields can I use with setSearchType?
I have an implementation of authorize.net using PHP and I am using the customer information manager (CIM) I would like to search for (get) all payment profiles for a specific customer profile. The sample documentation shows how to "get list of all th...
SIM Payment Form Time out notification
Hi,We are have recently switched from DPM to the SIM method. Our system is set up to use the Relay Response for returning transactions, rather than the AdN Receipt Page. We are concerned with failures in the return response after a user successfully ...
Updating a Subscription errors out on unchanged subscription amount - C# API
Hello, I would like to update a subscription's expiration date and billing info. These are the ONLY fields I need to update. When I create my request using the C# API: var subscriptionType = new ARBSubscriptionType { billTo = addressInfo, payment = c...
create arb from cim
Hello, can we create ARB from CIM in new recent changes in Authorize.net API ? Thanks!
Vat Number Is Not Available In Dubai
Hello. I have My Registered Business In Dubai. But I dont have VAT Number because Duabi is Tax Free.So Please Help me About all of This. Thanks.
Intermittent DPM timeout - payment notification stopped at SSL negotiation
We received more than tens DPM timeouts on our production web site during the Christmas. And over the last months we've received probably 80 timeouts. In comparison, we got less than 5 timeouts in the first 11 months of year. We did a tracing on our ...
Paypal Recurring Payment
Hello, Is it possible to set up recurring Payment through Paypal using Authorize.net ? I have set up credit card payment on the website which is used to do one time payment as well as monthly recurring payment. I am planning to implement paypal so th...
PayPal Express Checkout - Adding Line Items
This is a question similar to this issue posted on GitHub:https://github.com/AuthorizeNet/sample-code-csharp/issues/38 I am trying to include lineItems using this model. Any suggestions would be great. Code snip below://standard api call to retrieve ...
Retail API needed
I represent a franchise group in the USA. The group has proprietary POS software which does not include a payment module. The developer of that software (I am not the developer - just doing the legwork) wants something he can connect to so his retail...
ARB integration with Android app
Hi I am trying to integrate authorize.net with my mobile android application. trying to use ARB(recurring billing) feature. when i am trying to integrate i have ended with jaxb problems. When we populate start Date in the PaymentScheduleType for subs...
Card expiration date on CIM hosted form
Hi,It's great that now we finally can retrieve card expiration dates via API call. Nevertheless, on https://test.authorize.net/profile/editPayment form expiration date is still displayed as masked. Are there any plans to make it unmasked here too?
CIM and Recurring Billing
The following update was posted on one of the latest developer blogs (11/9/2015): "Recurring billing now uses customer profiles for secure payment data storage. This means that customer profiles can now be used for both subscriptions and one-time pay...
"Your payment was not accepted" response from gateway/transact.dll
Hi all, I am currently struggling with an issue when testing with a sandbox account. I am a developer for an application that makes use of Authorize.net for payment processing. Long story short... a user is able to pay a bill using our application as...
Creating authorize.net portal on Wix.com site for on-line rent payment
Hi Community, We have an authorize.net account in place as well as a Website through Wix.com for an apartment community. We would like to set up on-line rent payment for tenants to pay rent each month on our website. I have contacted authorize.net an...
.NET SDK - ability to use previously used CC
Hi there, I want for returning customers to be able to select one of the previously used credit cards. Due to PCI I can't save CC number in my DB so is there a way to do that using .NET SDK? I.e. maybe there is some kind of authorization code or some...
unable to create new sandbox account
I've been unable to create a new sandbox account all day. The message received is: The sandbox is experiencing technical difficulties. Please try to create a test account in a few minutes.But it's been that way for many hours now.
AnetAPI/LineItemType setTaxable not actually setting Taxable on each line item
I am using the AnetAPI/LineItemType() to set new line items on orders. I am trying to set the taxable tag on each line item to "N". $designate = new AnetAPI\LineItemType(); $designate->setItemId("Designate a Donation"); $designate->setName("Designate...
AMEX Card - getting response code 3 - this transaction cannot be accepted
Testing out a AMEX transaction with a valid AMEX card of amount $1.08 and its giving this transaction cannot be accepted? Why would it do that?
Trouble with getting response back from AMEX Card Charging
Having trouble with getting response back from AMEX Card Charging: Just does not return any error but does not execute the transaction. continues to spin. I have removed the login and transkey from follows. What do I check? It works for MasterCard, V...
Processing $ zero amount transactions in authorize.net
Hi,I want to validate phone number associated with credit card number during transaction processing using authorize.net. i.e I want to check entered phone number is same as that of credit card issuing bank's record during transaction processing with ...
Validate phone number associated with credit card in authorize.net in asp.net (c#)
Hi,I want to validate phone number associated with credit card number during transaction processing using authorize.net. i.e I want to check entered phone number is same as that of credit card issuing bank's record during transaction processing with ...
C# PayPal integration - No Email returned
Looking at this documentation http://developer.authorize.net/api/reference/index.html#paypal-express-checkout-get-details I see that it returns Email in secureAcceptance object. However, in .NET SDK there is no such field in AuthorizeNet.Api.Contract...
C# API add LineItems to transasctionRequest
I am trying to pass lineItems to the transactionRequest, but I am not doing something right. I added a snapshot of the portion of code and was hoping someone can point me in the right direction. Thanks in advance. //standard api call to retrieve resp...
Newbie needing ColdFusion Help
Hello, I'm new to Authorize.net. My employer is switching over from Paypals Playflo solution to AN and i was wondering, I don't see any code samples for CF. Does anyone know of any plug-ins, cfc, or code samples that could help me hook up our site to...
Allow Multiple Invoice Numbers
I'm attempting to have a form where user's can pay more than one invoice at a time, ie, adding the amount of each invoice to process one payment for mulitple invoices. I don't see a way to add more than one invoice number using the PHP SDK. Here's th...