Custom passback parameters

Discussion in 'Payments processing' started by andrew_m1, Nov 28, 2007.

  1. andrew_m1

    andrew_m1 New Member

    Joined:
    Aug 29, 2006
    Messages:
    6
    I'm wondering how I can include custom values from the member page through Paypal and back to the thanks.php page when the sale is complete.

    Thanks
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    To send the data to paypal:
    Add this to the data sent in the paypal_r.inc.php file. (recurring and non recurring functions)

    'custom' => $u['customdata'],


    David
  3. andrew_m1

    andrew_m1 New Member

    Joined:
    Aug 29, 2006
    Messages:
    6
    Thank you

    Thank you. That got me on the right track...

Share This Page