View Single Post
Old 12-19-2021, 12:30 PM  
blackmonsters
Making PHP work
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 20,227
Quote:
Originally Posted by elron View Post
i've seen livejasmin offering payment via paypal.
anyone tried it? i've see their new app "subscription" but at the end of the process i didn't get to figure out how can they also create username/password at my website at the end of the payment process?
anyone got a clue?
Paypal transactions can trigger an IPN request to your webserver with the information you need
to create account.

This is set up on your website as a secret script that only paypal knows and can request.

The secret script link is set up in your paypal admin.

This process is documented here :

https://developer.paypal.com/api/nvp-soap/ipn/

This process requires you to create a server side script to manage sales and members.

This is how it works for all merchants; but paypal has rules about what you can sale and that's what you have to be 100% safe about.

__________________
Make Money with Porn
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote