Membership Functionality III (Paypal Integration and IPN)

Inactive
  • 39 points
    Starting to get into this DEV thing
    I'm helpful
    dseason

    Member  —  15th March 2011 (1 year ago)         

    First, I did do a search and the post which closely resembles problems that I'm having was not answered: http://premium.wpmudev.org/forums/topic/membership-and-paypal-setup-help

    Subscription Forms

    Hi, I need to create a manual subscription form for the dynamic subscription ID that I've already created (see thread: http://premium.wpmudev.org/forums/topic/membership-functionality-ii-ipn-filters-and-drip-feeds) I have done so, however, it does not appear to work:

    <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="business" value="sandboxaddress" />
    <input type="hidden" name="cmd" value="_xclick-subscriptions" />
    <input type="hidden" name="item_name" value="Item Name" />
    <input type="hidden" name="item_number" value="999100" />
    <input type="hidden" name="currency_code" value="USD" />
    <input type="hidden" name="a3" value="5.99" />
    <input type="hidden" name="p3" value="1" />
    <input type="hidden" name="t3" value="M" />
    <input type="hidden" name="return" value="http://website.com" />
    <input type="hidden" name="cancel_return" value="http://website.com" />
    <input type="hidden" name="lc" value="US" />
    <input type="hidden" name="notify_url" value="http://website.com/paymentreturn/paypalexpress" />
    <input type="hidden" name="src" value="0" />
    <input type="image" name="submit"border="0" src="http://website.com/img/5-99.png" alt="PayPal - The safer, easier way to pay online" />
      </form>

    This form is pretty much identical, aside from the the recurring payments, to the one that is generated by the plugin. Through sandbox, I can successfully complete this transaction. Money is moved from my sandbox buyer account to my sandbox seller account. Unfortunately, absolutely nothing is found in "View Transactions."

    I tested the IPN system using the tools offered by Paypal, and an IPN is recorded, but absolutely nothing is transferred besides the transaction ID and status. This is a huge problem. What do I do to rectify this situation?

    Subscription Options

    Is there a form I need to create for user's to set subscription options? Such as cancellations?

    EDIT: Err, there was some sort of "Unable to view this page" message. Anyway, I forgot to select "Wordpress Membership" as the plugin I was having trouble with. Sorry!