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.

Requesting Transaction Details and receive E00040

I am experiencing to some degree of randominess in requesting transaction details and receiving a E00040 error code. Though the Authorize.Net portal later shows the transaction settled successfully.Is there a certain amount of time I have to wait in ...

authorizenet/authorizenet package not working

PHP Version: 7.4Laravel Version: 7.xPackage: https://github.com/AuthorizeNet/sdk-phpError: Cannot use "parent" when current class scope has no parentCan anyone please help me on this please!!

SSL Peer's Certificate not Trusted

Hello, all Back on March 9th, 2020, our website stopped being able to process credit cards. An error message of "[curl] 60: Peer's certificate issuer has been marked as not trusted by the user. [url] https://secure2.authorize.net/gateway/transact.dll...

Hi everyone! apple pay and authorize.net

Its probably annoying for you guys to see this kind of questions. But if somebody can explain and help me. I need to enable apple pay on my website. I have purchased developer account, created merchant id, id cert , payment processing staff in apple ...

Use Testing Guide for Specific Transaction Responses

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.RegardsBookonboard

cbibik
Member

Need Help, in person payment with IDTech SRED DUKPT

I have a IDTech SRED which I currently have working and grabbing the KSN, Encrypted Card Info, and all that fun stuff. However I keep trying to make the call with the KSN in the DeviceInfo.Description section and I keep getting the following error: E...

rob
Contributor

Pre-Fill Accept.js fields Solved

Sorry if this has been asked but I couldn't find it by Googling and the forum was changing the search "accept.js prefill" to "accept.PS refill" ;) Can I pre-fill first & last name and the zip code field(s)? We already collect that and don't want to h...

webhook Endpoint UR error message

Hello, I am getting below error message when tryning to create a endpoint. Error:Please generate a signature key from the Merchant/Partner interface to create a webhook. My Endpoint URL looks like this... https://my.domainname.com/rest/v1/webhock wha...

Marketplace Authorization

Hello, We are building a marketplace in WooCommerce and our sellers should be connected to their respective Authorize.NET accounts from our site. Is there a OAUTH authentication supported by Authorize.NET where all our sellers can connect their accou...

payment

I have a requirement for my customer to charge 70% instantly and charge the remaining amount on a specific date. Is this possible? I tried to do with recurring payment by setting the 70%the as trial amount and remaining as the first-month charge. But...

tdissi
Member

createTransaction, CIM, Accept js and retrieving card number

I am using the create transaction API along with CIM to create a customer profile and payment profile in the same transaction as the card authorization. I would like to retrieve the last 4 digits of the credit card within this same transaction. I am ...

API Integration with Updated Dataset Version

An API (Application Programming Interface) is a standardized, documented interface that allows one computer application to "talk" to another mythdhr computer application.Others in the thread have given similar definitions, but they've missed the most...

Webhooks stopped working on Sandbox and Live Solved

Hi everybody. Here is the issue:From November 2020 my webhooks stopped working, endpoints are there, but I'm not getting any data from authorize.net. I didn't make any changes, it just stopped working. I tried to recreate that endpoints and nothing i...

btq
Member

Product subscription integration with Shopify

I'm helping a client set up a store selling CBD products on Shopify and want to set up subscriptions for them. But due to recent policy changes, Shopify no longer allows subscription apps like Bold and PayWhirl to use third-party payment gateways lik...

Gafana
Member

Integrating EMV with existing in-person Web-based POS system

We have been using Auth.net for over 10 years now for online and in-person credit card processing. Our POS system is web-based for desktop and works fine with mag strip cards. EMV is a whole different world. We have gotten the BBPOS chipper to work f...

Looking for a better API testing tool than Postman

I've been using Postman to do my API testing. I like it generally as it's UI is ok and it's free. However, as I've gone on using it, it's become increasingly slow - not just starting up and sending requests, but also navigating the UI. I've checked m...

.NET Core viable for REST API?

Hey, just wondering what the viability of making a REST API in .NET core today is. The backend in question will be used to interact with an app made natively for iOS. It needs to be properly stable and scalable. I want to use a NoSQL database (I've p...

Host recommendations for a .NET Core REST API?

Azure seems easy to get set up, but the SQL support gets expensive, and I'm just a solo startup.Just wondering what others are using and if you have any alternative suggestions?Thanks in advance!

Best Framework for API Automated testing?

I'm looking for suggestions on frameworks for API automation. Currently the candidates are integration tests through Spring Boot, junit, and postman. Which one of these would be the best solution? If there is a better solution, please comment below w...

SP organization best practice

Looking for some guidance on best practices for organizing stored procedures. I have a stored proc that moves data from staging DB to a data warehouse and am wondering if it's best practice to put that stored proc in the staging DB or in the data war...

Where can I learn API testing thoroughly?

I’ve setup an automation framework using SpecFlow / Selenium WebDriver / Appium / C# / POMThe web app I will be testing uses various APIs and services like RabbitMQ etc.Where is a good place to start to learn API testing in C# ?I’ve checked Udemy but...

Best courses on web api testing with asp net core? Locked

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 Payment Hosted Paypage Response Interrupted

Hi, We have implemented the Accept Payment Hosted Paypage in order to take advantage of the lower PCI requirements. In 99% of payments, the process works great. Our customers are able to process their cards and the system responds, via the communicat...

Figuring out a mysql master/slave setup

I know that I still need to do a lot of reading about mysql replication, but since it seems to be a huge subject, I'd like to figure out what I could focus on as a start. In particular, I'm interested in a solution that I can deploy by myself on my h...