Questions tagged [recurring]

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

317 questions
3
votes
1 answer

Does PayPal Standard Support Recurring Payments?

As mentioned in this link https://www.paypal.com/cgi-bin/webscr?cmd=xpt/Marketing_CommandDriven/merchant/wpstandard/WPStandardFAQsBFTwo-outside#Q15 PayPal Standard supports recurring payments for subscriptions and donations. I am using nopcommerce…
Hammad Bukhari
  • 459
  • 2
  • 11
  • 30
3
votes
3 answers

mySQL Repeating Events Query

There are some solutions, but i don't know how to change that for my table. So i hope someone could help me. I have the following Table ╔═════╦═════════╦════════════╦════════════╦═══════════╗ ║ UID ║ TITLE ║ BEGIN ║ END ║ RECURRING…
HR123
  • 688
  • 1
  • 6
  • 15
3
votes
1 answer

2Checkout API - Does recurring payments have a recurring id associated with it?

We usually make a 'sale/detail_sale' API call to 2Checkouts URL, to get the details for a particular transaction/sale. Suppose that the sale is of recurring type. Will that particular transaction/sale have a recurring_id (or subscription_id)…
Anish Nair
  • 3,238
  • 29
  • 41
3
votes
1 answer

Expand recurrence and CalendarDate:Event EndDate not autocalculated for recurring events

I have done the following code to save a recurring entry to Calendar List named Bookings. SPSite site = new SPSite(SPContext.Current.Web.Url); using (SPWeb web = site.OpenWeb()) { SPList list = web.Lists["Bookings"]; …
Ishan
  • 4,008
  • 32
  • 90
  • 153
2
votes
1 answer

Find recurring date nearest to today - C#

Sounds like a homework? no it's not. I worked up the logic for this but not such a performant one when dates are span over years. Basically here is how it should work, StartDate: 1/1/2012 FinishDate: 1/10/2012 RecurringInterval: 2 ( In…
Deeptechtons
  • 10,945
  • 27
  • 96
  • 178
2
votes
2 answers

Exchange Web Services SyncFolderItems Recurring items have IsRecurring set to false when they are actually recurring

I am writing an application which synchronises users' calendars into a local store. I am using Exchange Web Services (EWS) and the SyncFolderItems method to pull down the changes. This all worked perfectly until I discovered the synchronised items…
nickthompson
  • 229
  • 1
  • 5
  • 13
2
votes
1 answer

Identification of unique profile with Paypal IPN

I've got a question on Paypal's IPN. After creating subscription profile (recurring payment profile), the confirmation of type 'recurring_payment_profile_created' is received on IPN. After proceeding payment, the confirmation of type…
Tsybulsky Serg
  • 149
  • 1
  • 4
  • 10
2
votes
1 answer

calculating recurring events in ObjC (iPhone)

I'm looking for a library that would let me handle recurring events in ObjC on iPhone. I'm writing a task management app that needs to handle scheduled (monthly/weekly/etc.) tasks, and I need to check which tasks should have an occurrence on a given…
Kuba Suder
  • 7,587
  • 9
  • 36
  • 39
2
votes
1 answer

Can / should I use past (e.g. monthly) label columns from a database as features in an ML prediction (no time-series!)?

The question: Is it normal / usual / professional to use the past of the labels as features? I could not find anything reliable on this, although it is a basic question. Edited: Please mind, this is not a time-series question, I have deleted the…
questionto42
  • 7,175
  • 4
  • 57
  • 90
2
votes
2 answers

How can an iOS app run a function in the background in a recurring manner (i.e. once an hour)?

On devices which support multitasking, I'd like my iOS app to run a function in the 'background' when the app is not running (i.e. it's suspended). I know that iOS supports running tasks in the background, but I'm not sure how to make the function…
Jason
  • 14,517
  • 25
  • 92
  • 153
2
votes
1 answer

Paypal subscription integration full cycle missing in documentation?

I already have an implemented CMS system where the user creates the subscription plans. I want to integrate my CMS server with Paypal so when the user creates a plan it will be created on Paypal servers. I can see how to do that in…
2
votes
1 answer

Onsite Recurring Payments using Paypal Website Payments Pro API

I want to accept recurring payments on my site using paypal without having the user ever leave my site. Based on the paypal documentation it appears you have to send the user offsite to paypal (express checkout) first and then have them come back…
Jeff
  • 73
  • 2
  • 7
2
votes
0 answers

Prevent Duplicate Hangfire Recurring Jobs from multiple web apps running off same database

The creation of recurring jobs is done on our web app startup. We will sometimes run a beta version of our web app in a separate IIS website, but hitting the same database as our main production web app. When we do this, hangfire will re-create the…
crichavin
  • 4,672
  • 10
  • 50
  • 95
2
votes
0 answers

PayPal trial period after recurring payment has started

Client wants to take PayPal subscription to an online service 1 month before the service launches (pre-sales push). Client then wants the subsequent recurring payment to start 1 month after service launch (because the customer has already "paid" for…
Wil Brown
  • 21
  • 3
2
votes
2 answers

Is Recurring Payments Profile with Express Checkout available?

I am investigating the recurring payment for paypal. looks express checkout is we we needed. but the document page https://developer.paypal.com/docs/classic/express-checkout/ht_ec-recurringPaymentProfile-curl-etc/ is under Express Checkout -…
findcaiyzh
  • 647
  • 3
  • 7
1 2
3
21 22