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.

rockon77
Contributor

echeck with DPM

I am using asp.net, c#, and web forms (not MVC). I was following this thread, but I am not sure what the code behind would be to implement this solution. https://community.developer.authorize.net/t5/Integration-and-Testing/DPM-with-EChecks/m-p/33623#...

rockon77
Contributor

PurchaseId autogenerate number

How can I autogenerate the PurchaseId? I am following a tutorial from here: http://www.tandasoft.com/2011/05/05/using-authorize-net-dpm-direct-post-method-from-asp-net-web-forms/ This part is trying to grab a PurchaseId from somewhere (unknown to me ...

rtg20
Member

Card present with significant PCI compliance?

Hi, I own a brick and mortar business and most of our transactions are card present. I am hoping to change to Authorize.net using CIM. However, as i understand it, if we use a hosted payment form and enter all the card numbers manually, we'll be char...

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

rockon77
Contributor

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

npiasecki
Regular Contributor

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?

jasonjudge
Contributor

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

SeanF
Member

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

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.

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

fmhdev
Member

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

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

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

AmolR
Contributor

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