Questions tagged [recurring]

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

317 questions
0
votes
2 answers

Send recurring email based on date using PHP

I am not sure where to begin setting up an automatic recurring email reminder app. I currently have a form that inserts data into a msyql database.


Lee Froese
  • 3
  • 1
  • 3
0
votes
2 answers

How do I display the next weekly recurring date in a schedule using JavaScript?

I need to use JavaScript to display the next event on a recurring weekly basis on a website. Let's say we start an event every 10am every Saturday - I'll need it to display that the next event begins on "Saturday, (Month) (Date) at 10am". The only…
innovati
  • 527
  • 1
  • 8
  • 12
0
votes
1 answer

Recur every x weeks

I'm developing a WPF application which uses ORM (EntityFramework). The application allows the user to plan certain tasks. These tasks could recur every x weeks. For example: Maintenance Google.com every 2 weeks (starting on monday). The way I…
Mittchel
  • 1,896
  • 3
  • 19
  • 37
0
votes
1 answer

Creating recurring events mysql fullcalendar

I'm using FullCalendar to create a calendar for my project. The calendar is working, but I want to create an option to add recurring events. I will create the form for the user to add the event, though how should I create the recurring events? For…
0
votes
0 answers

Recurly.js Integration: How to override the subscription value?

I am trying to achieve following: ?php require_once('recurly/lib/recurly.php'); // Required for the API Recurly_Client::$subdomain = 'xxxxxx'; Recurly_Client::$apiKey = 'xxxxxxxxxxxxxxxxxxx'; Recurly_js::$privateKey =…
0
votes
0 answers

Recurring profile gets canceled by itself after creation

I am implementing Paypal recurring API. In sandbox mode when i create a recurring profile using CreateRecurringPaymentsProfile, it returns success as response and then it instantly Cancels the Recurring profile. It worked fine for me before and now…
user1535672
  • 193
  • 3
  • 12
0
votes
1 answer

PayPal recurring donation amount (user-defined) option

I see how to add a select box for pre-determined recurring donation/subscription amounts but can there also be an option for the user to decide how much they wish to donate (and perhaps how frequently)? Thanks
0
votes
4 answers

Recurring Calendar Events that don't expire

I'm looking for a library in PHP (or better yet in ruby) to handle an events calendar. I've looked a dozens of them and every one breaks down when it comes to recurring events. Many require and end date and most create every recurring event as a…
gbennett
  • 120
  • 1
  • 7
0
votes
1 answer

To make paypal with recurring payments account options

I need using paypal to make recurring payments monthly. In WP StandardFAQ I read that paypal support recurring payments. I have to create Subscribe that is basicly clear. I created account at paypal.com…
user2339232
  • 757
  • 3
  • 11
  • 22
0
votes
1 answer

Paypal Recurring Payment API CALL when taking money

I am writing a subscription where I need to provide users a month trial and charge $5.00 after trial is finished. I just found an amazing code to do that for me. I also have setup paypalpro plus recurring payments This is the…
Digis
  • 70
  • 1
  • 8
0
votes
1 answer

Customer profile

Is there any way in paypal to have something like CIM in authorize.net? We want to create a profile and run a transaction any time. It's for recurring transactions, but we don't want to use paypal recurring profile. Thanks a lot!
Mustela
  • 191
  • 3
  • 12
0
votes
1 answer

multiple curiously recurring template pattern (CRTP) in c#?

Im trying to implement CRTP interface to my code, but the constraint make me stuck. how to implement the constraints if i have code structure look like this? Is this legal? Thank you. interface IInterface where T: IInterface { //bla…
user2277061
  • 7
  • 1
  • 4
0
votes
1 answer

Paypal Recurring Payment Negative Testing

I am developing recurring payments using PayPal Pro and the NVP APIs. I have read here: https://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/pp_payflowpro_recurringbilling_guide.pdf that negative testing should work with recurring…
0
votes
1 answer

Storing Recurring Payment information in Database using Paypal pro

I want to make an online enrollment system using Paypal pro API. I want to have an option to pay tuition fee in an installment using Credit card. To do this , I am creating Recurring Payment profile using Paypal Pro. I am able to successfully…
Prem Singh Bist
  • 1,273
  • 5
  • 22
  • 37
0
votes
1 answer

PayPal Recurring Payments Item Purhcase

I am developing a payment system using PayPal Recurring Payments (SOAP API). I am Creating a Recurring Profile and setting up the monthly billing amt, period etc. Now when the user wants to upgrade his plan, I would like to Bill the buyer for the…
Mir Adnan
  • 844
  • 11
  • 24