| | |
credit card validate
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
i ahve site in which people can submit the article for free.
but now i am trying to add feature in that article distribution.
if person pay me $50 i can distribute his article to many sites.
so i need the site such taht he can pay through credit card visa ext. how i have to proceed . how to validate the credit card information. i need this in php. can anyone give me the ide how this works?.i have seen in many site when we try to order it gos to 2checkout.com or paypall.com.please any body give sajection how it works
thanks
but now i am trying to add feature in that article distribution.
if person pay me $50 i can distribute his article to many sites.
so i need the site such taht he can pay through credit card visa ext. how i have to proceed . how to validate the credit card information. i need this in php. can anyone give me the ide how this works?.i have seen in many site when we try to order it gos to 2checkout.com or paypall.com.please any body give sajection how it works
thanks
You need to get a payment gateway. I recommend using ECHO. I have worked with them with a few clients and have been very pleased. They have a variety of solutions that you can use. I recommend that you check them out. If you have any questions, let us know.
Did we help you? Did we miss the point entirely? Update your thread and let us know.
Don't like the answers you are getting?
Did you try searching?
Clean up and optimize Windows 2000/XP
Don't like the answers you are getting?
Did you try searching?
Clean up and optimize Windows 2000/XP
•
•
•
•
Originally Posted by chrisbliss18
You need to get a payment gateway. I recommend using ECHO. I have worked with them with a few clients and have been very pleased. They have a variety of solutions that you can use. I recommend that you check them out. If you have any questions, let us know.
for example if one person enter his articles and press submit for billing . go to (for example payapal) server and get process/ i have doubt after entering the credit card ifo and got varified by payapall all his article should submit to my database. is this possible.
my doubt is very simple after submiting the article the credit car should vaildate then after payemnt all the article should go to my databse. which payment method i ahve to use . for thsi ECO is good?
•
•
•
•
Originally Posted by chrisbliss18
You need to get a payment gateway. I recommend using ECHO. I have worked with them with a few clients and have been very pleased. They have a variety of solutions that you can use. I recommend that you check them out. If you have any questions, let us know.
for example if one person enter his articles and press submit for billing . go to (for example payapal) server and get process/ i have doubt after entering the credit card ifo and got varified by payapall all his article should submit to my database. is this possible.
my doubt is very simple after submiting the article the credit car should vaildate then after payemnt all the article should go to my databse. which payment method i ahve to use . for thsi ECO is good?while processing it is leaving my server and going to Eco or paypal server and then after payment it should come to my server for sending all the article to my database
Visa has implemented new rules on handling credit cards. Unless you want your server and all your code to be subject to an audit by the credit card companies, you do not want to store any credit card info on your server.
There are two main ways you can use a payment gateway like ECHO.
The first way is that you can send the visitor to a secure form that is hosted on ECHO's servers that will take all the payment information and give a response back to your server on whether or not the transaction was successful. This method makes it easier on you in terms of offering a secure payment system for your customers since all the credit card security is handled by the payment gateway.
The second way is that the gateway offers you a program that you can send data to, which responds with the approval or denial code and a response message. It's fairly easy to set this up with ECHO. They even offer sample code that will help you build the form and the form data processing code. This puts a lot of the burden on you and your system. You will have to make sure that you are not storing any of the purchaser's credit card information and provide a SSL connection for the form so that the data transmission is secure.
There are two main ways you can use a payment gateway like ECHO.
The first way is that you can send the visitor to a secure form that is hosted on ECHO's servers that will take all the payment information and give a response back to your server on whether or not the transaction was successful. This method makes it easier on you in terms of offering a secure payment system for your customers since all the credit card security is handled by the payment gateway.
The second way is that the gateway offers you a program that you can send data to, which responds with the approval or denial code and a response message. It's fairly easy to set this up with ECHO. They even offer sample code that will help you build the form and the form data processing code. This puts a lot of the burden on you and your system. You will have to make sure that you are not storing any of the purchaser's credit card information and provide a SSL connection for the form so that the data transmission is secure.
Did we help you? Did we miss the point entirely? Update your thread and let us know.
Don't like the answers you are getting?
Did you try searching?
Clean up and optimize Windows 2000/XP
Don't like the answers you are getting?
Did you try searching?
Clean up and optimize Windows 2000/XP
•
•
•
•
Originally Posted by chrisbliss18
Visa has implemented new rules on handling credit cards. Unless you want your server and all your code to be subject to an audit by the credit card companies, you do not want to store any credit card info on your server.
There are two main ways you can use a payment gateway like ECHO.
The first way is that you can send the visitor to a secure form that is hosted on ECHO's servers that will take all the payment information and give a response back to your server on whether or not the transaction was successful. This method makes it easier on you in terms of offering a secure payment system for your customers since all the credit card security is handled by the payment gateway.
The second way is that the gateway offers you a program that you can send data to, which responds with the approval or denial code and a response message. It's fairly easy to set this up with ECHO. They even offer sample code that will help you build the form and the form data processing code. This puts a lot of the burden on you and your system. You will have to make sure that you are not storing any of the purchaser's credit card information and provide a SSL connection for the form so that the data transmission is secure.
can i do the same with paypall?
![]() |
Similar Threads
- ecommerce credit card (ASP)
- How to set up User accounts w/Credit Card Payments? (eCommerce)
- Newbie needs script to accept credit card (Existing Scripts)
Other Threads in the PHP Forum
- Previous Thread: image retrieval problem
- Next Thread: Waht Is Rss Feeds
Views: 3280 | Replies: 5
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code cron curl database date datepart directory display download dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla jquery limit link list login loop mail menu methods mlm mod_rewrite multiple mysql oop parse password paypal pdf php problem query radio random recursion regex remote script search select seo server sessions sms soap source space speed sql structure syntax system table tutorial update updates upload url validation validator variable video web webdesign xml youtube





