|
Posted by NC on 07/20/07 19:48
On Jul 20, 12:39 pm, SM.Pol...@gmail.com wrote:
>
> Does any one know, how can i process pay pal with my own
> website or a money transaction online ...
PayPal has SDKs (Software Development Kits) for all major scripting
languages, including PHP. Last time I checked, PayPal's PHP SDK
requires cURL to work. Regardless of whether you use the SDK or write
your own code, you need to have OpenSSL enabled in order to
communicate with PayPal securely. If the form that accepts credit
card information is located on your site, you also need an SSL
certificate, so that the customer's browser can securely communicate
with your site.
If the above sounds unpleasantly dense, consider hiring someone else
to implement your payments. You do need to understand all of it...
Cheers,
NC
[Back to original message]
|