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
4
votes
1 answer

If I set TOTALBILLINGCYCLES to zero in paypal recurring payment, will that payment profile live forever?

I am bit confused about recurring payment and it's lifetime. I am trying to figure out do I have to update recurring payment profile somehow after that year passes or not. I am reading from…
Janar Jürisson
  • 510
  • 5
  • 16
3
votes
1 answer

Recurring debit/credit card payments via PayPal without PCI compliance

Developing a site that requires monthly subscriptions via PayPal. If a buyer has an account this is no problem via ExpressCheckout. The client has a (UK-based) Pro account though and wants to provide the option of payment by card. As far as I can…
Steve
  • 33
  • 3
3
votes
1 answer

How to setup paid trial in stripe?

I am building a Monthly recurring plan of $25. Now when user sign-up I want to charge $1 and start 14 days trial. After trial ends, it should automatically deduct pending amount ($24). For example, User does signup on 1st Aug. He will be asked to…
3
votes
4 answers

What is the best way handle credit card subscriptions on a website?

I'm designing a site using ASP.NET and I would like the content to be subscription based. For the most part, everything will be charged to a credit card every month. I know I can store the CC in the database but is there another more secure…
danmine
  • 11,325
  • 17
  • 55
  • 75
3
votes
0 answers

How To Test In PayPal Sandbox For Failed, Skipped Payments For Recurring/Automatic Payment Profiles?

I'm trying to find a way how to test in PayPal sandbox when a customer fails to make a recurring payment. For example, running a membership site, there is always a lot of failed or skipped payments for recurring payments (not the first payment -…
3
votes
2 answers

Accept recurring payments with PayPal PayFlow Link

I am looking to set up a recurring payment option for my website. I was thinking of going with PayFlow since it does not require expensive SSL. But I am not sure how to set up a recurrence payment where if the user decides to change the account…
Chopra
  • 31
  • 3
3
votes
2 answers

Razorpay recurring payment in Android

I am using Razorpay for the payment purpose in my Android app. compile project(':razorpay-android-2.0.1') Currently, payments are working fine. Now I need to implement recurring payment (Auto-renew / subscription) using Razorpay. I couldn't find…
Newbie
  • 368
  • 3
  • 12
3
votes
1 answer

Getting Billing details of Subscription android?

I am using InAppBilling version 3 in my app, I am able to purchase subscriptions using test account. Now my question is how do I know the billing details in my app againt one subscription plan. Suppose I have purchase one plan and it renews Daily,…
3
votes
1 answer

PayPal - Multiple billing agreements on one purchase possible?

Sorry, if this topic is too unspecific, but actually I did not know where ask else. If this question is not ok, please feel free to close it. My question is, if it is possible to execute / approve multiple billing agreements from one user at one…
dns_nx
  • 3,651
  • 4
  • 37
  • 66
3
votes
2 answers

Does Alipay support subscriptions

I need to integrate subscription billing using alipay. Does Alipay support subscriptions? . I got a sample project for 'overseas auto debit service'. Is this same like subscritions in paypal?
3
votes
1 answer

django: which packages to use for billing plans, stripe and invoicing

I want to add stripe based recurring payments, pdf invoice generation for each of those and 3 billing plans for a SaaS product. I'm using django/python: which packages are the best to glue together for this purpose.
patroqueeet
  • 764
  • 1
  • 8
  • 19
3
votes
1 answer

programmatically create transaction memberpress

I found following snippet on github: https://gist.github.com/supercleanse/8010675 if(is_plugin_active('memberpress/memberpress.php')) { add_action( 'user_register', 'mp_auto_enroll' ); //add_action( 'gform_user_registered',…
govindak
  • 388
  • 5
  • 21
3
votes
3 answers

Is there an option to enable recurring payments in iPhone framework of PayPal?

I am creating an iPhone app, Where I need to use PayPal framework for billing the user for purchasing some kind of service. But I need the bill the user on monthly basis. Is there any option to enable recurring payment option in the framework?
YPK
  • 1,851
  • 18
  • 18
3
votes
1 answer

How to collect payment for app per usage

To simplify my story, let's assume my mobile app (iOS and Android, developed using Phonegap) allows the user to store stuff in containers. I'm offering it for free for users that need up to 6 containers. Now I want to allow users that need more than…
3
votes
2 answers

PayFlow PayPal recurring Payment EXPDATE Validation

Hi I have been trying to validate CC no., CVV no., EXPDATE of the users credit card for recurring billing in PayFlow. The main objective is to let the user have access to subscription products only if the credit card is valid. I have been advised to…