SMF Support > SMF 2.0.x Support
Paid Subscriptions - Help
DMR123:
Hi,
Regarding "Paid Subscriptions"...
I have setup the subscriptions. But in the "settings" it says..
"Note:
For subscriptions to be automatically updated for your users, you will need to setup a return URL for each of your payment methods. For all payment types, this return URL should be set as:
• http://domain.co.uk/subscriptions.php
You can edit the link for paypal directly, by clicking here"
So when I click to edit the link it asks for "Instant Payment Notification (IPN)"
What exactly do I enter into there? is that where I enter http://domain.co.uk/subscriptions.php
Krash.:
It is not necessary to enable or configure Paypal IPN for paid subscriptions to work. Subscriptions-PayPal.php sends a notify_url to Paypal, which forces an IPN post to subscriptions.php. Doesn't matter what the Paypal IPN settings are, notify_url overrides them.
Wazza:
I'm having the same kind of problem understanding this too. In testing of this it will take payment but then I get a system error email saying:
--- Quote ---Paid Subscription Error Occurred
Member,
The following error occurred when processing a paid subscription
---------------------------------------------------------------
Unknown Paid Subscriptions transaction type.
--- End quote ---
Plus the group I have added as the primary group to add after payment is also then not adding?
So how do I or where do I adjust this notify_url to work with the subscriptions.php
Krash.:
You don't adjust notify_url - it posts the return url to your forum that PayPal uses to send the IPN -
--- Code: ---
$return_data['hidden']['notify_url'] = $boardurl . '/subscriptions.php';
--- End code ---
You are recieving an IPN from PayPal, but your forum doesn't recognize it.
Post the error from your error log.
Wazza:
This is the error log, basically I've set up a test at .50c to change the user to the primary group "Town Clown" and have set up a group for this with its own permissions and a board for this group to see.
--- Quote ---Unknown Paid Subscriptions transaction type.
transaction_subject: Town Clown Subscription
payment_date: 17:43:06 May 20, 2012 PDT
txn_type: subscr_payment
subscr_id: I-3J1D9F313EH1
last_name: "removed by Wazza"
residence_country: AU
item_name: Town Clown Subscription
payment_gross:
mc_currency: AUD
business: warren@centralmortgage.com.au
payment_type: instant
protection_eligibility: Ineligible
verify_sign: AGnfEDIRQZO9ANlAlrSro.f5Ox0EAIourA0ic2r0HycWD3MsYQANbBjD
payer_status: unverified
payer_email: "removed by Wazza"
txn_id: 6YT35705PW717764P
receiver_email: warren@centralmortgage.com.au
first_name: Jodie
payer_id: AYZ5QYZ4P53ZY
receiver_id: 8QH2A99EW8G8G
item_number: 28+9
payment_status: Completed
payment_fee:
mc_fee: 0.31
mc_gross: 0.50
charset: windows-1252
notify_version: 3.4
ipn_track_id: 76ae017f3f48e
--- End quote ---
Navigation
[0] Message Index
[#] Next page
Go to full version