---
title: "Integrating Authorize.net in VB6 Application"  
description: "Integrating Authorize.net in VB6 Application"  
author: "Anonymous User"  
published: 2011-10-12  
updated: 2011-10-12  
canonical: https://www.mindstick.com/forum/326/integrating-authorize-dot-net-in-vb6-application  
category: "vb.net"  
tags: ["vb.net"]  
reading_time: 1 minute  

---

# Integrating Authorize.net in VB6 Application

Hi,

Currently I am working on [Point of Sale](https://www.mindstick.com/articles/311011/mobile-point-of-sale-mpos-apprehending-the-future-market-growth-and-enterprise-benefits)([POS](https://answers.mindstick.com/qa/105131/what-are-the-advantages-of-mobile-pos-systems-for-businesses)) [software](https://www.mindstick.com/articles/311636/best-freelancing-websites-to-get-software-development-services) which is developed in VB6, where my [job](https://www.mindstick.com/articles/167406/how-to-upgrade-your-freelance-designer-job) is to integrate Authorize.net for validating [credit](https://www.mindstick.com/articles/85765/building-your-credit-score-when-you-re-an-uber-driver) cards/[transactions](https://www.mindstick.com/interview/864/explain-acid-rule-of-thumb-for-transactions) done.

Could you please help me with [sample](https://www.mindstick.com/news/2174/mars-mission-by-nasa-prepares-for-tests) of [code](https://yourviews.mindstick.com/view/85458/alan-turing-the-mastermind-behind-cracking-the-enigma-code-during-world-war-ii) for integrating Authorize.net functionality.

Thanks,

## Replies

### Reply by Anonymous User

Hi Jenry,

For integrating Authorize.net with your VB6 application you have to emulate an HTML form POST using Secure Sockets Layer (SSL) which can be done using wininet.dll which comes with IE.

For sample code refer to this link:

http://community.developer.authorize.net/t5/Integration-and-Testing/VB6-Example-using-Wininet-dll/td-p/2247

Hope this will solve your problem.

Thanks


---

Original Source: https://www.mindstick.com/forum/326/integrating-authorize-dot-net-in-vb6-application

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
