paypal - How to create a website where people have to pay to see the content of some pages? -



paypal - How to create a website where people have to pay to see the content of some pages? -

i want create website users have total access each page if pay me fee.

i don't know how read credit card, utilize paypal or similar, how ?

and need pay taxes or because i'm getting money ?

note: i'm not in us, i`m romania) ?

i suggest using combination of paypal , dbms. work flow such:

your client should fill out form, such desired username , password. your client clicks link directs them paypal, or fills out credit card info on site (using website payments pro).

process transactions using paypal's api. here helpful developer links:

api integration summary paypal api reference

depending on integration, paypal homecoming success or failure if customer's payment verified. depending on integration, upon success, can extract client information, such name, address, etc. , save dbms, including customer's username , password. now, whenever client re-visits site, validate client asking username/password.

since store client credentials if payment verified, customers see pages if have paid.

without more specifics understanding of web dev language, dbms, paypal, login/registering implementations, general outline.

paypal

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -