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.

How to update start date in updateSubscription

How to update start date in updateSubscription function on Authorize.net, using subscription Id Eventhough I am giving valid suscription Id, it returns following errorE00035 - The subscription cannot be found.

Accept Hosted Form Redirects me when I press the Enter Key

So my Accept Hosted Form is working. I can enter card information and click the Pay button which will show me a reciept and then redirects me to my page on Continue. The issue I have is that whenever I am on a text box ( like when typing a credit car...

jay71134
Contributor

Get all Subscriptions list

Hi, I know Get a List of Subscriptions function only return upto 1000 records and my client needs full list of subscripitons for reporting purpose. We are storing subscripiton id in our database, i tried "get a subscripiton" function to fetch subscri...

webhooks with multiple auth.net accounts- Solved

I have a website that I need to send payments to 2 different merchant accounts, this is based on what account the current user belongs to, example user1 sales go to store #1 Auth.net account, and user 2 sales go to store#2 auth.net account. The order...

creating a payment profile with Visa and AVS turned on

Hi, Having issues here with the creating of a Payment Profile in the CIM system. We have AVS turned on and can create a Payment Profile with a Mastercard, but when we try to create a Payment Profile with Visa it fails, if we turn off AVS then both wi...

New Iframe footer text not displaying

We have standard footer text that was showing in the old iframe for a long time. Now what we are preparing to convert over to the new iframe, this text is no longer displaying. To configure the footer text we: Log into Authorize.Net's web site using ...

Accept Hosted Payment Integration

Hi, I've tried my implementation in Sandbox and is working fine, when I move this integration to my Production environment I encounter an error after successfully requesting a token to populate the payment form using redirect method: { messages: { re...

Ruby on Rails Variables for Information

I keep getting errors when I try to use variables instead of inserting exact details. Here is my current code: request = CreateTransactionRequest.new@amount = session[:form_total]request.transactionRequest = TransactionRequestType.new()request.transa...

Create a customer profile without payment info Solved

Hi, I do not know how to create a customer profile without payment information. I need to create a customer profile in order to use it with Accept Customer Hosted Form. The problem is that the api documentation says that the payment info is mandatory...

Megha
Member

Hiding Card details from logs

Hi, while doing transaction, apiRequest which is sent for payment is creating an xml request which holds cardDetails (particulary card Number) , this xml request is visible on logs( i can see them in killbill logs) as well, which ideally should not b...

sureshrb3
Contributor

Recurring Billing Subscription with multiple trial payments Solved

Hi,We need a Recurring billing subscription with single trial period (say 200$) and 10 monthly payments(100$). But there is a chance of having a different payment amount(say 125$) inbetween monthly payments and remaining installments remains unchange...

kumarimoka
Contributor

Error Code 901

Hi i am getting error 901 "This transaction cannot be accepted at this time due to system maintenance. Please try again later". Any one have idea? Please let me know. Thanks in advance.

rgu
Member

address length is too short in billing address

Our user encounter the address length issue (more than 60 characters) frequent.But the actual address is more than 60 characters.Is there another fields to pass the address? or other solution?thanks

Sandbox is giving SSL/TLS Error Solved

Hi, I'm trying to use the C# coffe shop sample site, it load up fine, but when I go to process an order I get this error:"System.Net.WebException: 'The request was aborted: Could not create SSL/TLS secure channel.'" From what I understand this could ...

Unable to set customer ip when creating a profile

When you create a customer profile, you can't set a customer ip:https://developer.authorize.net/api/reference/#customer-profiles-create-customer-profile This is a problem as when you send through validationMode of liveMode, this will attempt to creat...

matterickson7
Contributor

Your Script Timed Out / Relay Response Never Posts using SIM Solved

All ... I saw several old articles about this issue but I haven't seen any lately and I never saw a good solution! Starting last week about 15% of our credit card trancations are giving hte user this message: The reporting of this transaction to the ...

eCheck.Net Transaction Status Sequence

Hello, Is the below sequence accurate for a successful eCheck.Net credit transaction? Under Review -> Approved Review -> Authorized/Pending Captured -> Captured/Pending Settlement -> Settled Successfully Thanks,

Devin
Contributor

Accept Hosted Payment IFrameCommunicator

I'm implementing the Hosted Payment form currently in an IFrame using the IFrameCommunicator option. According to this page: https://developer.authorize.net/api/reference/features/accept_hosted.html CancelUrl and Url are optional parameters when the ...

Oauth release timeline Solved

I am currently updating my integration code to use the newest Authorize.net API features, and saw that there is an OAuth beta. I wasn't able to find any info about a possible release date though. My company is currently holding off on putting the upd...

Mauro
Member

Is Authorize voiding my transactions?

We moved to production and the client is telling us that there are many orders with voided status. We don't have access to Authorize.net console, the client is sending us some screenshots about these orders. We do the payment with AUTH_CAPTURE_TRANSA...