Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor angelleye

    (@angelleye)

    The plugin provides hooks for you to create your own extensions from within your own plugin or your theme’s functions.php file. You can take a look at our developer guide for details on the different hooks that are available.

    For example, the paypal_ipn_for_wordpress_payment_status_completed hook would be triggered any time PayPal sends an IPN with a completed payment status, so you could write a function that creates the new user registration in your system based on that hook. This way the new registration would only happen when the payment is actually completed as opposed to pending, which could happen when you receive an e-check payment.

    I’m going to go ahead and mark this as resolved, but let me know if you have any other questions or concerns.

    Hello, is it a way to have more fields in the paypalIpn dashboard in WP?

    Plugin Contributor angelleye

    (@angelleye)

    What fields are you looking for? It should already be including everything that IPN sends.

    Hi, thanks for you’re plugin.
    I’d like to have Buyer Information Variables like email adress, or/and firstName, lastName .
    EDIT !
    Ok sorry, my eyes seems to be to old…
    i haven’t see the details …
    Thanks and sorry for my mistake.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘paypal integration with custom registration’ is closed to new replies.