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

Paypal Express Checkout API method CreateRecurringPaymentsProfile - the parameter total inside customer account appears 0.00

The problem is in the buyer paypal account. The problem is that Total appears $0.00 USD not $0.02. The amount inside the recurring is set to $0.02 This is the parameters that I set with CreateRecurringPaymentsProfile : $padata =…
Pavel Kenarov
  • 944
  • 1
  • 9
  • 21
0
votes
1 answer

paypal api - how to implment monthly subscription + varying extra charges each month

I am developing a website in .net . I have two requirements as follows: in the application , customer pays monthly for publishing advertisement and that fee is fixed. the customer needs to pay the amount for total click on that advertisement at the…
Mak Europe
  • 13
  • 2
0
votes
2 answers

How to Exclude a particular Date while creating a Recurring Event in Ical Outlook Calendar

I want to Create a recurring Ical Event in Outlook and I have used RRule please see below RRULE;BYDAY=SU;WKST=MO:FREQ=MONTHLY;INTERVAL=1;UNTIL=20151204T110000 So above will make an event every 04th of month until December 2015 Now in Outlook…
viveik10
  • 81
  • 9
0
votes
1 answer

Create sell for recurring payment on 2checkout

working on recurring payment with 2 checkout, token is generating successfully but while making charge getting error "Unable to process the request" here is code. Can any one help me to sort out…
Snehal
  • 31
  • 7
0
votes
1 answer

Recurring date table

I got a table with a lot of scheduled events. I want to create a datawarehouse table with all coming events from this setup table. How could I do it for the next week? Some events starts every 5 min, hourly, 3-hourly, daily and so. Example…
user3519275
  • 138
  • 2
  • 9
0
votes
1 answer

How to use BN Code with Paypal Express Recurring gem

I have integrated express checkout recurring payment for paypal using https://github.com/fnando/paypal-recurring gem in my rails3 project. Now I got request to add BN code which provided by paypal for referral program. I checked gem again but not…
Priyank
  • 69
  • 10
0
votes
3 answers

VBA: Outlook calendar - omit single (deleted) recurring event

Continuation from another question: VBA: Read outlook calendar - not reading recurring appointments? From the outlook calendar, I'm reading / parsing / sorting the work week to create a summary. I had a previous issue where recurring appointments…
MaxK-2773298
  • 28
  • 1
  • 6
0
votes
2 answers

unable to update a recurring meeting programatically in Java

I created a recurring meeting with the following details.…
baskar_p
  • 665
  • 5
  • 16
0
votes
0 answers

Coupons not working with Recurring Products in Magento

When I apply a coupon at cart having a recurring product, it applies the Coupon but calculates wrong and displays wrong amount. But it is working fine with normal products(other than recurring Products). Can anyone ever worked with Coupons and…
Shivananda Chary
  • 565
  • 3
  • 10
0
votes
0 answers

Laravel ORM self-recursive relationship

This is my first time to post a question to stackoverflow, i am sorry if there are any misses. I am using laravel4.2 and xampp 1.8.3 now. I have 2 tables as follows: Table: tasks id int primary_key auto_incremental, name string.. other…
0
votes
1 answer

what do paypal agreement transaction states mean?

I am using the PayPal rest API recurring payment. About Agreement Transaction, it has many states i.e.: Completed, Expired, Pending. What do they mean and when they appear?
0
votes
1 answer

Financial App - Recurring

I'm making a financial app and I run into some problems with recurring money like fixed payment, salary, bank saving, ... I tried to add these payments on a certain day by comparing the current day and day of payments. The code is something like…
0
votes
1 answer

Cancel paypal recuring payments with ExpressCheckout

I'm creating an website where you have to pay 1 dollar/month to use an account. Ok, it is working, but the person who uses it can access paypal website and cancel the recurring payment, but still use the account. How can I solve it? The codes that…
sadtroll
  • 191
  • 4
  • 17
0
votes
0 answers

Run Method every 5 seconds without creating new eventhandlers

I need to run a method every 5 seconds in a c# console program (this program opens a Win form UI in a separate thread). Every attempt I have had at creating timer has failed due to the eventhandler not being killed off after each time the…
user2295457
  • 101
  • 11
0
votes
1 answer

PayPal recurring payment "add-ons"

Requirement: We want to have a base subscription which is X/month, done via recurring payments, and give clients the ability to choose extra "add-ons" as they please. An "add-on" will be Y/Month and should last the remainder of the base…
Michael LoCicero
  • 423
  • 1
  • 5
  • 11