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.

sucre
Contributor

CIM transaction synchronous or asynchronous. Solved Locked

Dears, I am not sure about the CIM transactions' synchronous or asynchronous, the following ones are my understanding. synchronous means If I send a request to authorize.net, it will be done imediately. asynchronous means if I send a request to autho...

Silent Post with ARB and Asp.Net Locked

Was reading other forum posts about ARB silent post processing with Asp.Net... On page 22 and 23 of the ARB XML guide, it talks about Silent Post URL in your 'Live' Account. Question:Does the Silent Post URL feature work in 'sandbox.authorize.net'?Or...

CIM Order Description Solved Locked

My client's CIM gateway configuration raises an error (code: E00027 text: Description is required). if I don't supply an "order_description". The invoice number is easy to come up with but description is a challenge because an order can contain multi...

How to solve ... This eCheck.Net type is not allowed Locked

Hi , I am using developer account and testing ECHECK payment method. I am receiving message This eCheck.Net type is not allowed, and submitting my request to URL https://test.authorize.net/gateway/transact.dll in TestMode. Can someone helps me to sol...

Hosted Payment Form Relay Locked

Hello! From the hosted payment form, we are attempting to relay the response to a URL. Everything is working perfectly for our live card not present account in test mode; however, our developer card present account in test mode is not relaying. There...

SIM relay response error Locked

I am using SIM method in asp.net for payment, after user submits information to "https://test.authorize.net/" ,instead of redirecting to my local site using response relay, I am getting this error "An error occurred while trying to report this transa...

Dance
Member

ARB within merchant interface from SIM transaction in test mode Locked

Hello experts, Is it possible to create an ARB from within the merchant interface from a transaction that was created with the SIM API?I've created a transaction using SIM and created one through the virtual terminal. Only the virtual terminal transa...

ARB usage questions and security Locked

Folks, I've been handed the task of updating a site that uses some authorize.php code It's about 5 years old so i'm just re-writing it. What i have here is an annual subscription based service where the customer has the option to just subscribe or ju...

glerler
Contributor

CIM return complete response Locked

I am trying to return a complete response from a method and am having issues doing so.For example I would like to call a method that gets the Customer Profile and returns the whole"getCustomerProfileResponse". I get part of it but i cant get the mask...

Yet another dreaded Error Code 13 for DPM in Perl Solved Locked

I'm trying to implement DPM in Perl. I've cobbled a skeletal test bed just to make sure I have the basic functionality before I wire it into the real app. Unfortunately, I can't get past error 13. Here is the generated HTML:

Confirm amount

Confirm p

...

rdp510
Member

Vary subscription amount per month for ARB Locked

It seems to me that ARB can only work for subscription amounts that are fixed. How do I integrate ARB for subscription amounts that vary month to month?

martin1b
Contributor

Test card numbers in production Locked

I'd like to test a successful transaction for echeck and credit card in a production evnironment. Is this possible? I've seen posts about test credit cards but they appear not to work in the prodution environment. When i put production in 'Test mode'...

rjbs
Member

customer profiles without payment profiles Locked

CIM looks excellent for handling our customers' regularly-scheduled but not fixed-value payments. It will store their payment profiles and let us issue the correct charges as needed, and I don't have to ever see their darn credit card numbers. Great!...

Integration to commercial program. Locked

I am developing a program for commercial use. I have successfully used the test account and integrated Authorize.net, but when I go live, is there any sort of certification that needs to be done or am I good to go live? Also, do I need to tell custom...

Encrypted data to authorize.net using AIM method Locked

Can I get private key to send the encrypted data to authorize.net using AIM method ?Is there any way that authorize.net supports for encrypted data accepting?I can get certificate from authorize.net but not private key which is require for encryption...

glerler
Contributor

CIM Response Codes Locked

I must be getting senile. I can't find a list of the response codes when you do a transaction with a customer profile and a payment profile. They are not the same as the standard gateway response. Thanks

Integrating CIM with Interspire Shopping Cart Locked

Hello. I need to have access to the credit card numbers from customer orders. Interspire Shopping Cart doesn't store credit card numbers so if a customer wants to add something to an existing order we have to contact them and get their cc# again to d...

treii28
Contributor

CreateCustomerPaymentProfile failing (no payment information) Locked

I'm sending the following to CreateCustomerPaymentProfile soap method and getting 'no payment information' back: $ccpt = CreateCustomerPaymentProfile::__set_state(array( 'merchantAuthentication' => MerchantAuthenticationType::__set_state(array( 'name...

Integrating DPM into my php smarty template Locked

HI, I have a php/smarty shopping cart program for restaurants that allows them to order online. I have a billing page and would like to add the necessary script from DPM into this page as opposed to using the form that is in the DPM (found it on Auth...

yisman
Member

cardpresent returns Credit card number is required Solved Locked

hi everyoneim trying the cardpresent apiwhatever i try, it wont workit always returns the same error: Credit card number is requiredi even tried the sample code in the sdk, same errormaybe my card reader is wrong? im new to cardpresent stuff.heres a ...

AIM and SSL encryption Solved Locked

Hello - I have decided to go with the AIM approach for integrating with Aithorize.net. I understand that I would need to use SSL encryption to use this method. I was told that I could use any certificate for SSL encryption. For development, I am usin...

Wstar
Contributor

Issue with eCheck and AIM Solved Locked

I'm getting an error when I try a eCheck transaction using AIM.I get the following XML Error Error E00003 The element 'bankAccount' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'accountNumber' in namespace 'Ane...

Transaction failure - goes to error page instead of retry Locked

Hi, I am integrating with SIM, but am not quite sure how to handle this situation: 1. User goes through my checkout and is handed off via SIM to an authorize.net payment page2. User enters an invalid credit card / security combination3. Authorize.net...

DPM Locked

How do I get the x_trans_id and x_method, when the transaction is complete? I've tried capturing it with $_POST as with SIM or AIM, but it does not get either.

Wstar
Contributor

ARB - Rejected Cards Solved Locked

I have a question about ARB and cards which are canceled or no money is there. For example, I have a member that gets charged $9.99 a month. Lets say 3 months from now the card expires, canceled, or any factor which would make the transaction fail. I...