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

Get Outlook Appointments including recurring ones using EWS

I have implemented an SSIS Package getting all appoinments from a particular shared outlook calendar. What I noticed is that the recurring ones are NOT returned because they are a kind of virtual. Only the Master of them will give me the ability to…
Martin Felber
  • 121
  • 17
0
votes
1 answer

How to Implement Paypal Recurring Payment API With option for buyers to pay by credit/debit cards php?

Please, if someone has worked on it, I need help I have an enterprise application on which i need to implement this functionality. Initially I implemented Express checkout paypal API to create recurring payments but it doesn't allow users to pay…
0
votes
1 answer

PayPal REST API Recurring Payments, but strategy for 1 payment / 6 months?

I have a nicely working recurring payments setup with the PayPal REST API. However, I am scratching my head how to get this payment strategy to work: __> 6 month long subscription cycle, infinitely repeating. __> one-time payment for the 6-month…
0
votes
1 answer

Paypal Pro API for monthly payment with variable amount each month

I need suggestion for paypal pro API which allow me to pass variable amount each month. For some months,it can be zero too. I tried with UpdateRecurringPaymentsProfile but it gives me error of 11592 (Subscription profiles are not supported for…
Keshav
  • 39
  • 4
0
votes
1 answer

Recurring payment in paypal integration with codeigniter is not working

Hello I am new to PayPal integration. I am using the Express checkout of PayPal for payment. I wrote the code use SetExpressCheckout method then GetExpressCheckout method and then use DoExpressCheckout method. After DoExpressCheckout I am calling…
0
votes
2 answers

Recurring payments with authorise.net in kentico through api

We created the custom payment gateway for our site inheriting the CMSAuthorizeNetProvider class and added the parameter requestParams["TYPE"] = "RECURING" in the InitializePaymentRequest method i have confusion of how to intimate the my payment…
0
votes
2 answers

recurring vs subscription confusion

I am developing an IPN application for a non-profit who wants to take monthly recurring pledges. The IPN variables manual has two separate entries: subscription & recurring and it appears recurring is what I need and so I would use the…
0
votes
1 answer

Add attachment to recurring outlook email vbs

first thing i'm not really a programmer and barely mange to finish this i wanted to send a recurring email using outlook so i google it and found this script that i write in notepad then save it in .vbs and the body of the message is using HTML and…
mmfes120
  • 1
  • 2
0
votes
1 answer

Opencart Recurring profiles error on checkout page

Hi every one i am using opencart Version 2.1.0.2. I have created one sample profile, its for testing i have set it for daily. i have created one sample product and applied this profile on it. now on the i am try to checkout this product from client…
JigneshMistry
  • 111
  • 12
0
votes
1 answer

What's the best way to perform recurring actions with different buttons in c#

This is my current code: subject subject1; string DocPath = AppDomain.CurrentDomain.BaseDirectory + "Documents/"; public Form1() { InitializeComponent(); subject1 = new subject(); } …
s. bou
  • 3
  • 1
0
votes
1 answer

paypal recurring payments and paypal pro

I am trying to implement paypal pro (our software should work for an italian account) for recurring payments. I cannot use "express checkout" beacuse a subscription can vary more than the 15% limitation in 180 days and we don't have a trial…
ms92ita
  • 31
  • 3
0
votes
1 answer

Paypal Recurring Payment from MySQL and PHP Script

I am looking for a way to use PHP and MySQL to keep track of a few products and sell them on my website. I have found the following code online and wish to edit it to make it for recurring payments (paypal subscriptions) instead of single payments.…
user2503303
  • 162
  • 1
  • 2
  • 10
0
votes
1 answer

Paypal monthly recurring payment: Minimal for 12 months - possible?

I can not find a useful answer on paypals website. Is it possible to install a monthly recurring payment for my customers, that has a minimum of 12 payments (1 ever month)? So that the customer can not cancel the recurring payment after for example…
bodomalo
  • 153
  • 1
  • 1
  • 11
0
votes
1 answer

Safely Returning Donation Info from the Paypal API

I've been trying to piece around information, but I am just ending up confused. I need to setup a donation page on a site, it needs to have the option for recurring and one-time. That should be simple enough, but where things get complicated is…
0
votes
1 answer

Elasticsearch: how to compute the average recurring time of an event?

I'm facing the following issue. Say that you have an index in elasticsearch modeling a supermarket. You have a document for each time a customer shops something. So, customer1, [list of bougth items], timestamp customer2, [list of bougth…