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.

Change from Sandbox Account and Environment to Live

l've done all my testing and my site works perfectly using sandbox. I'm ready to migrate onto the live server. How do I change the SDK files to post to the live server rather than the sandbox server (test.authorize.net v secure.authorize.net)?

Issue with capturing transactions using splitTenderId

Hi everyone, I'm using the iOS SDK and trying to capture a previously authorized transaction with a splitTenderId. I get a successful response, but if I check my account is still on waiting to be captured.The same flow for a normal transaction or eve...

Issue During The Payment Process_Authorize.net Payment Gateway

Hello Authorize.net, We are facing issue with payment process we integrated the payment gateway by creating the Donate button in the account and used that form in the website.We had changed the Test mode to Live we are able to reach the check out pag...

sneakyimp
Contributor

API docs say "no symbols" -- what does this mean?

I was looking at the API reference here:http://developer.authorize.net/api/reference/index.html#customer-profiles-update-customer-payment-profile I see that a great many of the fields say "no symbols." For instance, updateCustomerPaymentProfileReques...

Response code 87 - no successful transaction through API

getting respone code 87: This is what comes out of Auth.net API. I am testing it in the tool and continually get the 87 error. As you can see the marketType is 2 as suggested. I tried both authOnly and authCapture with the same results. the results s...

where do I download .met api

All the examples show these in the header of the code. AuthorizeNet.Api.Controllers;AuthorizeNet.Api.Contracts.V1;AuthorizeNet.Api.Controllers.Bases Where do I download them from?Thanks in advance.Joe

Updating fields on profileTransPriorAuthCapture

Hi! I'm working on a purchase process that goes like this:- Holding via authorize- Product booking- Capture via authorize Now, the product booking is returning a booking id. I need to have this id in the authorize transaction. I've tried to update th...

drumz
Member

Virtualize a Payment Gateway to Handle Large Volume of Transactions

We need to some times handle credit card transations in the thousands at a time through a payment gateway like Authorize.Net. Is there a way to virtualize the payment gateway to multiple virtual machines (like a cloud solution such as AWS)? Seems we ...

rlund
Contributor

Can I get directResponse in direct API using AIM instead of CIM? Solved

Hi. We have a CIM setup that returns the tag in its XML output. We store this data (comma separated list of various values) directly and use it for reporting purposes. However, now we are adding AIM to another part of our system where people just sw...

x_line_item= (270) line item 1 is invalid.

I'm working with SIM and I'm getting a line item invalid error. Here is my line item: value="Package1<|>Internet: Access Code Standard 1Hr<|>Your access code is: AAC6J7H8 (1 Hour - 5M up / 5M down) - Plan Name: Access Code Standard 1Hr<|>1<|>5.99<|>N...

Woocommerce - Account info saved?

Hi allI was wondering if a transaction from Woocommerce is automatically saved in the CIM in Authorize.net? Transaction meaning the customer's info. If no, is there an easy way for the cutomers' info to be saved for the next visit?Thanks,Frank

CIM createCustomerPaymentProfile error

Hi, I'm using CIM - XML - ColdFusionI'm not ale to create customer profile. My http request to URL https://apitest.authorize.net/xml/v1/request.api with XML is returning below error I/O Exception: Name in certificate `test.authorize.net' does not mat...

sho
Member

Extend an authorization, preventing expiration

We are using CIM. Is there a way to extend an authorization so that it doesn't expire? The scenario is that we sell products that sometimes are offered for preorder and may not ship for over a month. We need to keep the auth in place until shipment o...

AIM sample not working?

I have verified all of the configuration requirements are present for the server, and that the SDK seems to be installed accordingly. I used the SPL autoloader according to: http://developer.authorize.net/hello_world/ My sandbox account is in Live mo...

Christophe
Contributor

CIM down again

Intermittent errors happening on CIM requests:[E00001] An error occurred during processing. started occuring Jan 24 after midnight EST Please investigate

Stop recurring payment

My site is using recurring payment for premium user. but now we did not want this feature so I did using ARBCancelSubscriptionRequest to stop. When I went to Authorize.net to check I saw that all of the subscriptions had been cancelled. I think I sho...

Authorize.Net Networking Change

Hi, Currently we are using following Authorize.net Url in our production website for payment gateway. https://api.authorize.net/xml/v1/request.api If we dont replace with new akamai Url will you automatically redirect our old Url to new Url form June...

Authorize.net CIM Hosted payment form, getting credit card token

Hello All, I'm currently integrating CIM alongside our website form, I tested the code that the developers provided in the sandbox and it seems I can create a customer profile id without a payment profile id and still be able to access the hosted for...

Class 'JMS\Serializer\Annotation\Type' not found

installed composer, defined my composer.json { "require": { "php": ">=5.2.0", "ext-curl": "*", "authorizenet/authorizenet": "1.8.6.2", "jms/serializer": "xsd2php-dev as 0.18.0" }, "require-dev": { "goetas/xsd2php": "2.*@dev", "goetas/xsd-reader": "2....

CIM - Receipt Email Generation

Whenever I use the payment form via CIM, our customer receives two duplicate email messages. One email is HTML, the other is plain text. How do I shut off the plain text email? We don't have any customers that would require a plain text message.