Questions tagged [recurring]

For events or data that occur more than once. Use `recursion` for functions that call themselves.

317 questions
0
votes
1 answer

Paypal Recurring Payments With Specific Months

I need to set-up to a paypal recurring payment to my client's website. The following condition should be met: 1. they can subscribe anytime in a year but they should only be billed during April, May, June and July example: they will subscribe now,…
0
votes
1 answer

Creation of billing agreement can not be confirmed by customer Payum/paypal-express-checkout-nvp

I am trying to create a recurring profile using express-checkout (Payum/paypal-express-checkout-nvp). Howto from Payum private function createAgreement(Purchase $purchase) { $storage =…
Fivetide
  • 161
  • 5
0
votes
2 answers

Recurring payment for paypal - android

I need to add Paypal recurring payment option in Android application. I googled and can't find any solution.
zolz
  • 1
0
votes
1 answer

Paypal recurring payment enough money

I'm testing recurring payment on Sandbox of Paypal. But I find out client's account is not enough money, but their own account is still recieved money. If client 's account is not enough money, how does the paypal process? This transaction will be…
user3541964
  • 107
  • 2
  • 13
0
votes
1 answer

Recurring Payment IPN

Quick question about the notify_url HTML variable (from PayPal Payments Standard). I am specifying the URL as a variable that is sent to PayPal via a redirect URL for a recurring payment setup (all is working as expected when setting up the…
Chris Hawkins
  • 421
  • 3
  • 10
  • 21
0
votes
1 answer

Check recurring characters in simple array [C]

The part that is commented 'recurring characters code' is a bit flawed as later on when I try to print the letter and number of occurrences, the letter is correct, but the number of occurrences is some random number. Can somebody explain where my…
VengeanceIsMine
  • 5
  • 1
  • 1
  • 4
0
votes
3 answers

Paypal to return true or false

So I am curious on how to setup a recurring payment like I have here, but I need paypal to return to me if the payment was successful, and ONCE it is go to X.PHP page where I update the MySQL User Table stating he has setup payment. If anyone could…
Justin
  • 2,502
  • 7
  • 42
  • 77
0
votes
1 answer

how can I create paypal recurring profile in paypal payflow?

I need to create recurring profile using payflow. Is there any good library for this which I can use. I know what parameters I have to pass. But, which method I need to call is confusing me. I am new to this. So, I am not getting exactly what I have…
0
votes
1 answer

Projectile motion - gravity varying with height

The question is having to make a projectile motion where gravity isn't constant. So the position s(t) = -0.5 g t2 + v0 t and g(s) = G∙ME / (RE + s)2. Where G, ME, and RE are all constants. Therefore the new equation is s(t) = -0.5 g(s) t2 + v0 t.…
0
votes
1 answer

How to Set programmatically Recurring Profile options to Products

I am working on virtual products type in magento.i want to set following properties to product progrmmatically. [recurring_profile] => Array ( [start_date_is_editable] => [schedule_description] => …
waqar mirza
  • 555
  • 2
  • 15
0
votes
1 answer

variable monthly charges to users

I have a situation where I am to bill the site users monthly. But the invoice amount that is raised depends on the the leads that our site generates for his business. For example if the user gets 5 leads from my site and I charge him $10 per lead,…
0
votes
2 answers

Upon reactivating a recurring profile, can I specify a new starting payment number?

I am using PayPal's NVP and Reports APIs to manage recurring profiles. Is there any way to specify a new starting recurring payment number when reactivating a profile previously canceled by my software (not canceled by PayPal)? Currently, when…
0
votes
1 answer

paypal recurring payment solution

I have been trying to figure out a solution which allows customer without paypal account and customer with credit card to subscribe. It is recurring payment. I have used paypal payments standard but it doesn't allow customers to use the service…
Vivek Modi
  • 31
  • 1
  • 4
0
votes
1 answer

Charge user on a per month & per post basis for directory

I'm looking for a way to charge users to post to a directory site. I've tried using the WPMU Dev directory plugin, but it didn't have this feature. You could either charge a one time fee per post, or you could charge a monthly rate. Oh, and for now…
0
votes
3 answers

Extending WSS3 task lists to support recurring reminders

WSS 3.0 will let me send an email to a group when a new task is added to a task list. What I would like to do is to run a weekly task that sends out reminders of tasks due within certain periods, i.e. 2 days, 7 days, 14 days etc. I thought the…
J Evans
  • 1,090
  • 2
  • 16
  • 36