Questions tagged [recurring-billing]

When you give a merchant permission to charge your account at regular intervals for purchase of goods or services.

When you give a merchant permission to charge your account at regular intervals for purchase of goods or services.

448 questions
5
votes
2 answers

paypal subscription with immediate first payment

I'm trying to set up recurring payment with immediate first payment. For example you buy some monthly subscription on my website for $10. I take first $10 immediately and then I continue charge $10 monthly. My problem is that I can't set up first…
Michael Samteladze
  • 1,310
  • 15
  • 38
5
votes
1 answer

Add Discount to Braintree Rails Subscription

I'm trying to add a discount object to a subscription with the braintree-rails gem, but it is not applied. I'm guessing my code must be wrong, but I can't find a working example. discount =…
5
votes
1 answer

How to implement PayPal recurring payment with dynamic amount?

I want to implement recurring payment in PayPal with variable amount. I successfully implement recurring payment with constant amount. But i don't know how to implement the recurring payment with variable amount, Very typical scenario would be…
5
votes
2 answers

PayPal recurring payments profile with initial amount - potential 24 hour delay even for initial amount?

We're setting up a recurring payment with an initial amount specified. We want to give the subscriber pretty much immediate access to the content, but we only want to give the user access to the content if the initial payment is successful. The…
franzo
  • 1,379
  • 1
  • 15
  • 30
5
votes
1 answer

Testing whole cycle of paypal recurring payment at sandbox

I am currently trying to implement paypal recurring payment and I would like to test "whole cycle". I found this article http://www.paypalobjects.com/en_US/ebook/PP_Sandbox_UserGuide/testing_recurringpayments.html and also some references in…
Janar Jürisson
  • 510
  • 5
  • 16
4
votes
1 answer

Get Transactions associated with a Recurring Payment Profile in Paypal

I have gone through nearly all the question related to Recurring Payment using Paypal and have not found a solution to my problem. We are implementing a system that is subscription based on a monthly basis (fixed amount). We do not want to store CC…
Gaurav
  • 313
  • 1
  • 3
  • 19
4
votes
2 answers

Remote Credit Card storage (probably PayPal) with recurring payments

Well, I'm designing an online service that needs subscription in order to be used by the end user. It has a Free basic plan and then the user has several paid plans that are more feature rich. Subscriptions are monthly or yearly (user's choice). By…
4
votes
2 answers

Authorize.net ARB Questions

I am working on an application that provides a 30 day trial, then the option to have a monthly or yearly subscription (at two different prices). I've used a lot of the info provided by John Conde on his site (thanks John), but want to be sure I've…
4
votes
1 answer

Paypal Recurring/Subscription integration issues

I want to integrate Paypal Recurring Payment, so that I can get Payment from my customers on regular basis, I checked there are several methods, Paypal Subscription Button (xclick-subscriptions) In this method, I tried both Hosted and Non-hosted…
Vijay Dohare
  • 731
  • 5
  • 22
4
votes
1 answer

E00114 Invalid OTS Token while creating subscription with payment nonce using accept JS in Authorize.net

I am building an application using accept js and C# SDK of authorize.net. here, i am using accept js token to make a credit card payment over authorize.net and able to create transaction and customer profile successfully. but when i tried to create…
4
votes
0 answers

Can I set variable monthly payment amounts through PayPal REST API's billing plan/agreement? On existing agreements?

I entered this as an issue on the PayPal-PHP-SDK github but it's rather time sensitive at this point. Our goal is a subscription service that monthly charges users a value they select for each content update during that month. A $1 subscriber would…
Red
  • 143
  • 1
  • 9
4
votes
1 answer

how to set up recurring billing for paypal payment yii?

My sites's functionality is of member subscription -monthly/annually and i want automated paypal payments(recurring). I have used "easyPayPal yii extension" for Paypal payments on my site, its running fine for one time payments but I want to add…
Pooja Shah
  • 485
  • 2
  • 10
4
votes
1 answer

Activemerchant Paypal Recurring Payment Error on PaypalExpressGateway

Environment: Ruby 1.9.2 Rails 3.2.8 gem 'ActiveMerchant' 1.34.1 I want to use Paypal recurring payment option for auto-renewal option. For this, I am using Paypal payment option which goes to paypal website for allowing user to login and confirm…
4
votes
3 answers

Best indian payment gateway which has recurring payment option

I am developing an Ruby on Rails web application which include monthly subscription in India. So if you suggest me some India payment gateway which has recurring billing option then it would be very helpful. I know paypal and recurly payment…
4
votes
5 answers

Paypal recurring payments

I have a product which have one time installation cost & then onwards it will deduct as per customer's use from his account. I completed PayPal work for one time installation cost, which is fixed. But i have problem of deducting onward months which…
Rajehs
1 2
3
29 30