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.

Ergys
Member

Add Google Pay via Authorize.net in Woocommerce site

Hello, We want to add Google Pay as a payment method in the checkout of our store. (woocommerce)We tried to use the script in this tutorial. https://developers.google.com/pay/api/web/guides/tutorial#dynamic-price-updates The Google pay button is func...

How to rank website on google search bar?

Since the covid-19 translation is still affecting the world, my sales website longboardbrand.com has dropped dramatically, is there any way to pull it up again, I tried everything but collection is decreasing, I am afraid the website will crash one d...

Is LIMIT RAND() CM of a range is possible or not?

Did anyone get any ideas about how to apply a random LIMIT within MySQL? SELECT *, FLOOR(RAND() * (500-100) + 100) AS RandomValue FROM customer ORDER BY RAND() LIMIT FLOOR(RAND() * (500-100) + 100);ABove is doesn't either... SELECT *, FLOOR(RAND() * ...

Giri
Member

In-Person SDK Windows: implementation of Void and Refund

I have an application that uses the In-Person SDK (using a bbpos reader) to charge credit cards.However, I am unable to implement the Void and Refund transactions.When creating the request, I set transactionRequestType transaction = new transactionRe...

How should I test my REST API?

I couldn't find the answer to the questions I'm going to ask. Let's say I'm developing a REST API.Should I test every endpoint?Every endpoint interacts with the database. Should my tests include a database connection?Where do unit tests fit in a REST...

PEGA relief map - data table exported to CSV using JSON

I Tool Pega Training , I have small issue in Pega. So Pega is being used to host a relief map of ranchers and farmers for a conservation project. A data table can be generated with about 20-22 columns. The developer told me that the export to CSV use...

Hosted Payment form cropped on some mobile devices

I have integrated hosted payment form on my site. When I checked the payment form on the android device(MI A2) it's getting cropped. Is there any workaround to fix the cropped payment form on mobile device?

webhook, called by sandbox or production?

Using Accept.js option 2 and the sandbox server I was able to get a token and then complete a transaction using the createTransactionRequest API. To complete the processing I need done I wrote webhook code, configured it into my sandbox Merchant Inte...

apple pay on web gives payment not completed error

Hi ,I completed merchant validation from server side and pass its response to session.completeMerchantValidation() method .. but whenever i passed response to it "payment not completed " popup occurred , i used verified domain and certificates for ap...

Multiple websites with one Authorization account

We have a client who has a website we created to take reservations for ttheir service. They have expanded and have opened a second location which was requested to have a completely seperate website for. In this situation can we process the payments w...

The 'actual' script in importing data from Excel

Hi there, I have an assignment where I have to create and populate a database and I did this by writting my data on an exel file .csv and now I realise that its not optimal and would like to use the insert function.Problem is this is time consuming a...

So how do you properly do integration testing?

I have been reading up on integration testing and even comparing it to unit testing. I understand what they are trying to say but every time I try to do integration testing, I feel like I am doing it wrong and is just writing what is actually a unit ...

Example web api for unit/integration testing?

Can anyone recommend any web api projects I can use to practice unit, integration and possibly contract testing? Or perhaps a personal project you don't mind sharing?Ideally it would have at least a few endpoints, use entity framework, have some vali...

.net core 3.1 Integration testing with in memory DB provider.

.net core 3.1 Integration testing with in memory DB provider. Has anyone experienced issues while doing it ? Problem is that always real DB from web api is being used. Somehow I am not able to override this behavior. Any help will be appreciated than...

USA payment system

Hi, I want to ask about correctness my business payment flow, because in europe it seems to looking different. In start Im creating a customer profile fo user. In next step user adding on my website card data (card number, expiration date and CVV for...

CC authorization form

We have a form on our website that's for CC authorization/validation. It's coded in PHP. Credit cards get charged via Authorize.net for $1 but the charges remain unsettled/pending instead of dropping the charge or voiding it. I called tech support an...

Integration testing - How do I deal with authentication?

I am trying to setup some integration tests for a web API. Some of the routes in the controller I am interested in use the [Authorize] attribute, backed by JWT authentication using Identity Server 4, to prevent unauthorized from accessing certain res...

Best courses on web api testing with asp net core?

Hi,I would like to start learning about how to test my web apis created with asp net core 3. Have been looking for a good course but wasn't able to find any. Do you know of any good course available?Cheers!

Accept.js hosted page shows blank page

I am trying to implement Accept.js hosted payment page in PHP Laravel and VuejsI have included Accept.js and other related scripts in my page.I am referring to this documentation - https://developer.authorize.net/api/reference/features/acceptjs.html#...

iOS On-person currency

I'm developing an integration with the inperson ios library and I have an issue with the displayed currency. Even if the anetEMVManager is initialized with currency code 840 (USD) and the account is in USD, the amount is displayed with CAD. The trans...

vinay
Member

eCheck transaction events

We are developing integration that can accept ACH payment method. Once a transaction is submitted, are there any webhook events that can notify that: 1. The ACH network has successfully charged the customer bank account OR2. The ACH network has retur...