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.

Check boxes not working when using acceptui.js

I sent this to the support team and they asked that I post it here:I have been fighting with another issue for several days. When I add to my page, my checkboxes quit working on iphone or did not work as expected. I have isolated it down to a simple...

SigA2
Member

URGENT - How do I test the EMV CHIP READER in sandbox environment?

I am working on integratring the - BBPOS CHIPPER™ 2X MAGSTRIPE AND EMV CHIP READER and need to be able to test the EMV Chipreader in the Sandbox environment - how do I do this please? This is an urgent request as I need to finish this project in the ...

tygar45
Contributor

Is there an API cache time?

I launched an app yesterday using the C# In-Person SDK. The app handles the emv charge and after it returns a succesful charge, I am using the authorize,net api to get the transaction details to return the first and last name and the last 4 digits of...

Accept Hosted - save card check box missing

We are integrating Accept Hosted to our website , everything works fine, however when the user comes in to the website for the first time and does not have any saved cards ( so no profileID) we are sending profileId as null to get the hosted page. in...

tygar45
Contributor

C# In Person SDK swipes

I have developed an app using the c# in-person SDK. The EMV chipper 2 reader is failing to read the chip on about 15% of the cards. I was planning on telling the client to swipe after they try the emv method and it fails, but swipping doesnt seem to ...

API request for eCheck restrictions

My eCheck account has limits set by underwriting for:* Largest Transaction Size* Monthly Sales Volume So... is there a method in the API for me to call values related to my underwriting restrictions? * Largest Transaction Size* Maximum Monthly Sales ...

dsandberg
Contributor

Accept Customer Hosted Page - how to determine result? Locked

If we use getHostedProfilePageRequest to obtain a token for a customer to enter their payment information on an Accept Customer Hosted Form, and we are using a full page redirect to that hosted page, is there a way for us to determine whether the cus...

svora
Contributor

I_WC_01 overrides with E_WC_14

Line 221 in AcceptCore.js where it parses the response, it parses I_WC_01 for the first time correctly in the while loop, after the second and third pass in the while loop, something named "firsObject" which obviously breaks the try block and there i...

Emp7BR
Member

Accept Hosted was working, now I get 404 error from acceptMain.html Solved

Trying to implement the Accept Hosted solution for my site, everything seemed to be working just fine, but now I'm getting a 404 error from jstest.authorize.net/v3/acceptMain/acceptMain.html. I send a createTransactionRequest and get a successful res...

ashish1871
Contributor

Verify WebHook Notifications example Solved

The documentation here https://developer.authorize.net/api/reference/features/webhooks.html#Verifying_the_Notification talks about the verification process for WebHook response. Is there and example available on how to implement this in Java?

scoeat
Member

Problem passing credentials as a variable Accept.js Solved

HTML: Pay On load, a js file updates the button attributes based on the results of a method (orgCred) inserting credentials for the current client as needed. The apiLoginID, clientKey and acceptUIFormHeaderTxt are all updated based on the curren...

scoeat
Member

payButton attributes not being passed intermittently

HTML - the action should say javascript:handlePayment() Pay On load, a js file updates the button attributes based on the results of a method (orgCred) inserting credentials for the current client as needed. The apiLoginID, clientKey and acceptU...

Order Summary not displaying

I am working on integrating Accept Hosted into ASP.net and I am having difficulties getting the Order Summary to show up on the top of the payment form. The only things that are displayed are the Payment Method and Pay/Cancel buttons. I have populate...

fivable
Contributor

Accepting Canadian Cards in US Solved Locked

Hello, My company is located in the US, and as of yet we have only used authorize.net to accept US cards for payment. We have a need to accept Canadian credit cards at this point however, and searching through documentation has left me a little uncer...

fivable
Contributor

What values map to receipt fields?

Hi there, We have been using Authorize.net for a while now and populating only the most necessary fields in our API calls (to avoid confusion we are using this API: https://developer.authorize.net/api/reference/).We are now trying to add a bit more d...

Render Problems with Accept Customer Hosted Form

Our integration with the Accept Customer Hosted Form experienced problems today which were customer-impacting. The code surrounding our integration was unchanging and in a stable state when this issue began and leads us to believe changes might have ...

dbr11
Contributor

Sandbox Accept Hosted working? Solved

I'm in the middle of testing, and suddenly I'm getting an almost empty payment page - just has the start of the two pay/cancel buttons with nothing else. I thought that I had put everything back to my 'working well' state, but things aren't working. ...

Data at the root level is invalid.

reading https://developer.authorize.net/api/reference/#authentication and I'm trying to move from your old API to this one.I'm trying to post to the API. I'm using coldfusion so there are no examples. I'm getting ---- Data at the root level is invali...

sdarko
Member

Selenium Automation Tool in SandBox/Testing Environment

Hello, I want to use Selenium (Ruby and Watir) to create a testing script using the sandbox UI to create payment methods. Is there a way to automate the page?As well as Understanding the Sandbox UI from a testing prospective. I have taken a look at t...

nb1
Member

I cannot see the transcation report.

Hello, I cannot see the transcation report from month of June in sandbox(test mode). I also verified it again by changing the mode to 'Live' but it did not show any transcations for the month of June and July. Thanks,

hide the order summary in the hosted payment form

Hello, How can I hide the order summary in the hosted payment form? I am using angular 5 and nodeJS. I get the form token from the AcceptJS API. I do not want to display the invoice number and total. Here is how my form looks like: Continue

Urgent !!! Suddenly Hosted Payment form behaving weird

Urgent !!! Suddenly Hosted Payment form behaving weirdHi Team,We are using authorize.net hosted payment form since long ago and it was working fine in both sandbox and production . Today in sandbox account we observed hosted payment form suddenly sta...

Subscription based process with a twist

I have a subscription based business model with a twist. A client will subscribe to my service and pay a set dollar amount every month to be part of the society. No problem, pretty standard stuff. When the client logs into his/her personal page, he c...

Integrate into shopping cart; Composer can't be used

I have a working custom shopping cart that currently uses another credit card processor. I would like to switch to authorize.net, but I cannot use the Composer program to install the PHP library (I'm on a shared server and there are insurmountable pe...