For events or data that occur more than once. Use `recursion` for functions that call themselves.
Questions tagged [recurring]
317 questions
2
votes
1 answer
Create Schedule(Delayed) Recurring job using hangfire in asp.net forms
I want to create a recurring job with Hangfire but I want it to be delayed and start at a certain date.
For example I will create a job that do a task every week but I want this task to start after 3 days!
After searching I couldn't come to…

Muhammad Nour
- 2,109
- 2
- 17
- 24
2
votes
1 answer
How to set an IPN URL for PayPal Recurring Payments using NVP Method(CreateRecurringPaymentsProfile)?
In CreateRecurringPaymentsProfile API Operation (NVP) no options for set IPN URL
How to track subscription?
NVP API CreateRecurringPaymentsProfile operation Support NOTIFYURL field?
On PayPal provide some…

Girishas sharma
- 35
- 6
2
votes
0 answers
Recurring Tasks with PHP
I need a solution that about recurring tasks on its date.
I have reminder table on database. Have these structure;
ID, contract_ID, remindtask, remind_startdate, remind_enddate, remind_repeat, remind_repeatunit, remind_responsible [Note:…

Pecado
- 35
- 7
2
votes
1 answer
Is there a limit for the number of PayPal subscriptions?
I am developing an application in Ruby on Rails in which it is important for customers to create a custom subscription plan according to their needs. With some simple math I calculated over 500 possible outcome prices for subscription plans.…

Alejandro Sherwell
- 123
- 1
- 8
2
votes
2 answers
PayPal Express Checkout API - Is there a way to process both recurring payment in one session using method CreateRecurringPaymentsProfile?
I tried to process two recurring payment in one session using method CreateRecurringPaymentsProfile. Here is the chronology of my actions:
First I set method SetExpressCheckout:
'METHOD' => 'SetExpressCheckout',
'RETURNURL' …

Pavel Kenarov
- 944
- 1
- 9
- 21
2
votes
2 answers
Woocommerce Subscriptions Stripe Automatic Recurring payments not working
I used woocommerce product to subscribe automatic recurring payment through stripe payment gateway in my site.I have used woocommerce,woocommerce subscription,woocommerce stripe gateway plugins for this process.
First payment for subscription is…

Sandeep Kumar
- 31
- 1
- 3
2
votes
1 answer
Sharepoint Content Query Web Part: Show items from "events" list that are set to occur or reoccur within a month
I've been reading this msdn post:
http://msdn.microsoft.com/en-us/library/aa981241.aspx
trying to edit the content query web part to only show items from the event list which either occur within 30 days or reoccur within 30 days. It is straight…

Jack
- 21
- 1
- 3
2
votes
1 answer
How to lookup data based on the next sunday of the week
I need to lookup a row of data from MySQL based on the next Sunday of the week. Anyone know how?

sman591
- 540
- 6
- 19
2
votes
1 answer
Ipn simulator Echeck completion response for not sending 'subscr_id' for recurring payments
I have created response for recurring payments using ipnsimulator. ipnsimulator send transaction details without subscr_id. How can I get subscr_id for recurring payments using ipnsimulator?

vijesh
- 1,115
- 1
- 11
- 27
2
votes
3 answers
What's the best place to run a reccuring task for a website you host yourself?
In the ASP.Net application I am writing I need to be able to have it send various faxes out. My fax server allows me to send the fax via an HTTP POST and returns to me an ID for the submitted fax.
I need to be able to know if each fax ultimately…

user169867
- 5,732
- 10
- 39
- 56
2
votes
1 answer
automatic payment by paypal vault and store the credit card
i understand we can store our client credit card information by paypay restful api by vault.
My questions are:
I tried this solution already in my paypal sandbox and it looks fine. But before executing this payment, it seems no approval is needed…

user2673206
- 215
- 2
- 12
2
votes
0 answers
How to delete single instance of recurring event on Android platform?
How to delete one single event from a recurring event?
I tried to use exdate using this format 'dtstart' is a start day of a instance I want to delete:
Calendar c = Calendar.getInstance();
c.setTimeZone(TimeZone.getDefault());
…

user2559995
- 21
- 2
2
votes
1 answer
Suggest recurring payment method for paypal
We have specific requirement list for recurring payment method which are as follow:
After registration process user can select plan for recurring payment which is like 7$/month.
While registering user can enter coupon code and if he/she choose…

Ravi Majithia
- 276
- 4
- 11
2
votes
0 answers
PayPal How to Update Recurring Profile without forcing user re-enter their credit card detail?
My site is using the CreateRecurringPaymentsProfile NVP API to deal with recurring payment.
I want to provide our customer the ability to update his subscription without re-entering his credit card info again. But I could'nt resolve the problem…

Telvin Nguyen
- 3,569
- 4
- 25
- 39
2
votes
1 answer
PayPal Express Check Out Recurring Payments ignoring some SetExpressCheckout parameters
Except as detailed below, my flow is working in both sandbox and live.
I set urlencoded nvp SURVEYENABLE=1&SURVEYQUESTION=test&L_SURVEYCHOICE0=yes&L_SURVEYCHOICE1=no, but buyer is never shown survey; GetExpressCheckoutDetails does not contain…

plmp2013
- 21
- 1