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.

iOS Accept SDK Integration Issue

Trying to integrate the Swift Accept SDK, and I'm getting an error when i'm installing the iOS Accept SDK. It's telling me that it is using the 3.0 swift version and I'm using 3.2 (which is the latest release). Is there any timeline on when this will...

Drupal Commerce AIM Integration issues with Sandbox

I'm having issues getting the Drupal Commerce Authorize.net AIM module working with a Sandbox Account. My Sandbox Accout is set to Live and I am using the API login ID and Transaction Key (not Sandbox login credentials) in the 'Enable payment method:...

sameer
Member

3D secured test cards

Hello I am implementing 3D secure with my site now I've implemented authorize and capture module .... Now i need to implement 3D secure method , so as some examples or discussions that I've read now i need 3D secure test card numbers as i need to tes...

Not in testmode, but sometimes getting an AuthCode of "000000"

Background: We have had an "annual renewal" application running successfully for a couple years. A year ago we added code to start saving Customer Profiles on Authorize. Now we are sometimes (often) getting AuthCodes of "000000" for transactions. We ...

Only Visa Working on our Apple Pay Account

Hi, I just met with someone at Apple and they seem pretty confident that something is breaking either on the Auth.net side or when Auth.net passes the data across to the processor (I believe Chase Paymentech). We are currently only able to accept Vis...

Four decimal digits in payment amount

We're being forced to use the hosted payment form and while the information is passing over properly, the amount is always showing with four decimal digits. Is there a way to fix this? It looks stupid when you're dealing with dollars and cents.

autopilot
Contributor

Rules for recurrign transactions with big payment period

Hello, decided to write here as nobody replied in support. Lets say customer wants to sell a subscription plan with subsequent annual recurring payments. The questons are: 1) how long will the tokens live?2) if tokens are received for a card which wi...

PcDudes524
Contributor

Hosted gateway payment stalled

When I click the 'Pay' button in my hosted gateway the words change to 'Processing' and nothing happens. How can I determine what is happening?

Webhooks notifications incorrect post request from system

Good evening!Your documentation says that for veryfying notifications, "The hash is sent in a custom header: X-ANET-Signature". So I had registered my sandbox account, and while testing it (using pastebin) - didn`t actually find this signature in the...

rrr944276
Contributor

hostedpaymentiframecommunicatoruel question

found at https://developer.authorize.net/api/reference/features/accept_hosted.html that i need hostedpaymentiframecommunicatorurl i made the page from the sample listed than added the following: I this correct code or am i missing something i need to...

jima
Regular Contributor

Accept.js authentication/security Solved

When making a client (JavaScript) call, a form of authentication is expected by Accept.js. If requires an apiLoginID and a clientKey. So my question is:What is considered acceptable practice for the storage/display/use of those 2 elements? Not sure i...

How to get status on loaner device application?

I have submitted a request for a loaner device through the following link and I had not received any confirmation email or an email stating the current status of the application. It has been a week after the form submission. Is there a way to get the...

rrr944276
Contributor

redirect the user back to your site

How do i redirect the user atfter entering there credit card information redircet theuser back to my site. I am using a iframe below is the code class using System;using System.Collections.Generic;using System.Linq;using System.Web;using AuthorizeNet...

PayPal Error Response Reason Code 23

Occasionally, I will log errors with PayPal transactions that have the follow attributes:x_response_code: 3x_response_subcode: x_response_reason_code: 23 x_response_reason_text: An error occurred during processing. Please try again. I have not been a...

rrr944276
Contributor

question on iframe

I am using an iframe to display the form test.authorize.ent/payment/payment. when i press the contunite button on the authorize.net page it should close the iframe and take you to the final check out page. it opens in the iframe. Does anyone have an ...

rrr944276
Contributor

iframe continue button

Ok i am using asp.net and using an iframe to load the payment box.I can enter the information but when you press contuine the iframe box will not close and load the page on the webpage that called it. to see how it works go to The code is at http://w...

jmorgret
Contributor

hosted payment page not displaying properly on webserver Solved

When I run my code for gethostedpaymentpage from my development machine, everything is working fine. When I deploy my code onto my webserver, the hosted payment page does not look right at all. There is no error given (e.g. unable to obtain token). T...

raviparmarce88
Regular Contributor

Urgent - iFrame captcha is not working in Firefox

HiIts urgent ..Can anyone help on this .. We have implemented iFrame with accept hosted payment form.With the local development captcha code in iFrame with firefox browser, but when we deployed it in our public network captcha code is not showing in ...

Exporting CIM Data with Payment info from Authorize.net

There are a few posts on this topic already, all of them closed, and all of them with (now?) out-of-date info, so ... here we are. I need to migrate away from Authorize.net. The short answer is that the fee structure of having a separate gateway and ...

raviparmarce88
Regular Contributor

How to get log of accept hosted token generation process

Hi All, We are using accept hosted payment form based on token. In our private network it is working fine with sandbox account. But now when we moved to our public network we are not getting payment token from the authorize.net which is still working...

dnsBuffaloNY
Contributor

Account Updater and WebHooks

Will the Account Updater call my subscribed WebHooks? For example, if the expiration month/year on one of my CIM payment profiles is updated, will I get this web hook if I am subscribed to it: net.authorize.customer.paymentProfile.updated Thanks!

rrr944276
Contributor

informatin not showing on receipt

I have a few question 1. Phone number will not show on the token form2. shipping address or email will not show on receipt3. how do you do the contuine button or cancel button Below is the code using System;using System.Collections.Generic;using Syst...