News:

Join the Facebook Fan Page.

Main Menu

Search results for: paypal subscriptions business

Search order
......  after receiving notification from PayPal about a successful paid subscription, I received  ............ (IPN):  QuotePlease check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to  ............ (s) are failing:   https://www.mysite.org/forum/subscriptions.php  Looking at my forum's paid subscription  ............ , I see this note:  QuoteSMF currently supports PayPal as the installed payment method. It is not  ............  to enable IPN in your PayPal account; but if you do, the forum will receive  ............  made to your account, and this will generate Paid Subscriptions errors for payments that are not subscription  ............ . You must have a business or premier account to use recurring payments. You  ............  provide your primary PayPal email address for validation purposes.  If you  ............  should be set as:  https://www.mysite.org/forum/subscriptions.php  You can normally find it in your customer  ............  "Return URL" or "Callback URL". The bug is that subscriptions.php doesn't exist. At some point in the past,  ............  file was replaced with Subscriptions-PayPal.php. The note on the settings page  ............  the return URL as "https://www.mysite.org/forum/Subscriptions-PayPal.php". ......
#2
SMF 2.0.x Support / Payment Gateway Problem
November 17, 2020, 02:02:16 AM by robander
......  subscription area on our forum. We had been using Paypal but for some reason they dropped us after 7 years. ............  forum directions:  Note: SMF currently supports PayPal as the installed payment method.  • It is not  ............  to enable IPN in your PayPal account; if you do, the forum will receive  ............  made to your account, and this will generate Paid Subscriptions errors for payments that are not subscription  ............ .  • You must have a business or premier account to use recurring payments.  •  ............  You must provide your primary PayPal email address for validation purposes.  If you  ............  be set as:   • https://takemebacktososua.com/subscriptions.php  You can normally find it in your customer  ......
#3
SMF 2.0.x Support / Core Feature - "Paid Subscriptions"
January 12, 2018, 07:04:17 PM by RFD
......  forum is SMF 2.0.13 and i just set up the paid subscriptions feature and ran a test. paypal got the money and  ............  "Pending Payment". i have made no changes to my paypal business account money matters settings. also,  ......
#4
SMF 2.0.x Support / Paid Subscription Issue-
September 21, 2019, 06:56:38 PM by Scott Hamilton
......  assistance with a Paid Subscriptions issue. Have not been able to find a good thread  ............  since 2010 without issue. I had IPN turned on at Paypal some years back was using SMF Store in addition  ............  errors went away so I could finally see if the subscriptions.php issue would pop an error- sadly no joy. My  ............ .0.15 with mostly SMFHacks mods and I do have a Paypal Business account. I also verifyed that the  ......
......  found the following:  http://www.mysite.com/forum/subscriptions.php Unknown Paid Subscriptions transaction type.  ............ : USD item_name: MySite Yearly Subscription business: [email protected] amount3: 10.00 recurring: 1  ............ : eef7a8303ccfa  I received an email from Paypal saying I received a payment so I assume it went  ......
......  have a Paypal business account, I use the host evohosting.co.uk  ......
...... . There is no IPN enabled and the Paypal account is business yet when it is time for  ............  this Email is sent to Admin: "Unknown Paid Subscriptions transaction type." with no other information. I' ......
#8
SMF 2.0.x Support / Paid Subscriptions
April 18, 2015, 02:07:02 AM by ctim
......  the keyboard trying to figure out how to set up paypal paid subscriptions.  What I have done so far: 1.  ............  pointed my IPN notification URL to the subscriptions.php on Paypal with notifications disabled.  ............  month, for testing purposes) 3. Made sure that my paypal email addresses are the same between SMF and  ............  4. Created a paypal subscribe button for $0.01 recurring payments  ............  my paypal business account. Slapped it on my site.  After  ......
...... ,  We have a simple machines board with many daily subscriptions. Sometimes the script or paypal forgets the "+"  ............  which replaces the white space with a + letter.  Subscriptions-Paypal.php  AFTER: Code Select Expand  // Check  ............  this is intended for us.  if ($modSettings['paypal_email'] != $_POST['business'] && (empty($ ............ ['paypal_additional_emails']) || !in_array($_POST[' ............ '], explode(',', $modSettings['paypal_additional_emails']))))  exit; INSERT: Code  ......
...... , nothing hapends.   tested several times with paypal.   in other words the "Recurring Payments "  ............ =477461.40  if i get it right, i need to have a business account to make it work? ......
......  I started to use my personal email account for paypal. (my personal email). Recently I created a Paypal  ............ ------------------------------------  Unknown Paid Subscriptions transaction type.  The account doesnt get renew  ............  as a subscription. When I go to the car club paypal no payment is there but when I go to my personal  ............ , member, etc is correct but I noticed that under business and receiver_email is still pointing to my  ......
#12
SMF 2.0.x Support / Re: Membership renewal
February 23, 2022, 12:20:00 PM by Sir Osis of Liver
......  subs does all that, but would require replacing PayPal transactions with something that's done  ............ . "Order with PayPal" button could be modified to post an ipn  ............  directly to subscriptions.php, from there it would be handled as a regular  ............ . Would also have to remove PayPal verification and allow 0 payment, but should be  ............ .   The transaction data that's posted to PayPal is compiled in payment handler here -  Code  ............  standard bits.  $return_data['hidden']['business'] = $modSettings['paypal_email'];  $ ............  = !$sub_data['repeatable'] ? '_xclick' : '_xclick-subscriptions';  $return_data['hidden']['return'] = $ ............ ['hidden']['notify_url'] = $boardurl . '/subscriptions.php';   Would have to turn that around, format  ......
#13
......  failed. You can add additional error logging to Subscriptions-PayPal.php like this -  Code Select Expand    ............ ), 'VERIFIED') !== 0)  log_error('Paid Subscriptions error - IPN verification failed');   ............  for us.  if (strtolower($modSettings['paypal_email']) != strtolower($_POST['business']) && ( ............ ($modSettings['paypal_additional_emails']) || !in_array(strtolower($ ............ ['business']), explode(',', strtolower($modSettings[' ............ '])))))  log_error('Paid Subscriptions error - invalid IPN email address');   ............  make sure we get it in the expected format. Seems PayPal sometimes sends it without urlencoding.   ............ ']))  log_error('Paid Subscriptions error - invalid IPN currency code');   ............ ['item_number']))  log_error('Paid Subscriptions error - empty IPN item_number');  exit; ......
......  (en fait par défaut le module n'en met pas) dans Subscriptions-Paypal.php / function fetchGatewayFields du coup  ............ / All the standard bits.  $return_data['hidden']['business'] = $modSettings['paypal_email'];  $return_data[' ............  = !$sub_data['repeatable'] ? '_xclick' : '_xclick-subscriptions';  $return_data['hidden']['return'] = $ ............ ['hidden']['notify_url'] = $boardurl . '/subscriptions.php';  // $return_data['hidden']['charset'] = ' ............  champs perso pour qu'ils complètent le formulaire paypal. Code Select Expand  if ($context['user'][' ......
......  from: Looking on September 09, 2018, 09:46:17 PMPaypal subscriptions can be problematic. Sir Osis of  ......
......  for accepting payments through Stripe as well as PayPal?  Many of my customers believe PayPal is a band  ............  they refuse to use it.   This is from 2.1's Paid Subscriptions settings.  QuoteSMF currently supports PayPal as  ............ .  • It is not necessary to enable IPN in your PayPal account; but if you do, the forum will receive  ............  made to your account, and this will generate Paid Subscriptions errors for payments that are not subscription  ............ .  • You must have a business or premier account to use recurring payments.  •  ............  You must provide your primary PayPal email address for validation purposes.  If you  ............  should be set as:   • http://yourforumurl.com/subscriptions.php  You can normally find it in your customer  ......
......  system, I have setup a sandbox account with paypal, until now everything is ok, the email "Business  ............ ------------------------------------- Unknown Paid Subscriptions transaction type.  Regards, BCRSDE  any idea? do  ............  have to change the redirection to hxxp:sandbox.paypal.com [nonactive] if so how!!  Thanks  ......
......  am seeing the Auth code in the return URL from PayPal for example: /index.php?auth=A2. ............ ;form_charset=UTF-8 Haven't a clue what that is, PayPal is changing the return url. The correct url is  ............  . '?action=profile&u=' . $memID . '&area=subscriptions&sub_id=' . $context['sub']['id'] . '&done');    ............  is posted to Paypal with the other transaction data by Subscriptions............ / All the standard bits.  $return_data['hidden']['business'] = $modSettings['paypal_email'];  $return_data[' ............  = !$sub_data['repeatable'] ? '_xclick' : '_xclick-subscriptions'; >>> $return_data['hidden']['return'] = $ ............ ['hidden']['notify_url'] = $boardurl . '/subscriptions.php';   You'll have to contact PayPal support and  ............  enter the subscription based on an Email from Paypal?  The subscription should activate regardless of  ............  works:  - Forum posts subscription data to PayPal - If payment is successful, PP posts IPN to forum. ............  is affected by $return_url  Upload the modified Subscriptions-PayPal.php I posted in the other thread. It  ......
#19
SMF Coding Discussion / Mod_akodonate in User Greeting?
September 20, 2006, 08:12:03 PM by Bunny07
......  Expand <?php<br />/**<br />* AkoDonate - A Mambo Paypal Donate Module<br />* @version 1.0<br />* @package  ............  the module standard parameter settings<br /> $business = $params->def( 'business', 'webmaster@ ............  <div id="sub1Div">  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="<?php  ............ ="_xclick" />  <input type="hidden" name="business" value="<?php echo $business; ?>" />  <input  ............  <div id="sub2Div">  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="<?php  ............  <input type="hidden" name="cmd" value="_xclick-subscriptions" />  <input type="hidden" name="business"  ............ ="<?php echo $business; ?>" />  <input type="hidden" name=" ......
......  of automatically linking back to the board, paypal shows a link stating "go back to [[email protected]  ............  just stating unknown blbala).  In the IPN log on paypal, the transaction is visible though.  To me it  ............  that step 3 is the issue. How come paypal is trying to send me back to the receivers paypal  ............   Fouttype: Errors resulting from paid subscriptions, which can include notification of payment  ............  item_name: test payment_gross:  mc_currency: EUR business: paypal@xxxxxx payment_type: instant  ............ : 08X83027VW2697046 quantity: 1 receiver_email: paypal@xxxxxx first_name: xxx payer_id: E2BTTQVGRQJ38  ......
Advertisement: