|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
How to Make Online Payment(Classic ASP)
Hi all,
One of my client want e-payments for them products.. so I need to make Online payments for my Online-project any one know about online payment service pls help me.. thanks in advanse. ![]() |
|
#2
|
|||
|
|||
|
Good question and not an easy solution. But there are LOL.
Anhow, you have basically 2 ways to go: 1) Offer a credit card payment directly on your clients website (difficult) 2) Consult an outside payment company and incorporate their services within your clients website (easier) Solution 1: To program an online payment script is very advanced. On top of that you have to give the customer their security that their credit cards are safe. If you insist on this version you could buy an excellent script at: devguru.com Solution 2 (as I offer it to my over 350'000 members): Integrate PayPal.com or clickandbuy.com into your clients website and you don't have to worry about privacy and security anymore. Hope that helps a bit. |
|
#3
|
|||
|
|||
|
Programming help on payment gateway
Hi, I have recently sign-up with a payment gateway company in asia. They have sent me the sample code in jsp. Can anyone please help me to translate the following code to asp language?
<form name="payFormCcard" method="post" action=” https://paymentasia/eng/payment/payForm.jsp”> <input type="hidden" name="merchantId" value="1"> <input type="hidden" name="amount" value="3000.0" > <input type="hidden" name="orderRef" value="000000000014"> <input type="hidden" name="currCode" value="344" > <input type="hidden" name="successUrl" value="http://yourdomain/paymentasia_Success.html"> <input type="hidden" name="failUrl" value="http://yourdomain/paymentasia_Fail.html"> <input type="hidden" name="cancelUrl" value="http://yourdomain/paymentasia_Cancel.html "> <input type="hidden" name="payType" value="N"> <input type="hidden" name="lang" value="E"> <input type="submit" name="submit"> </form> ... The company name is PaymentAsia. FYI. Thanks a lot! |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > How to Make Online Payment(Classic ASP) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|