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

PayPal CreateRecurringPaymentsProfile Billing frequency

I have manage to get my site to work with paypal billing CreateRecurringPaymentsProfile however I am confused regarding the fields of BILLINGPERIOD & BILLINGFREQUENCY If I set first to Monthly and second to 12 hoping it would charge my customers…
Usman Zaheer
  • 629
  • 8
  • 24
7
votes
4 answers

PayPal recurring payments

I am explaining by example: A customer goes to the website and buys a service and opt for recurring payment. To complete the transaction, customer is redirected to the PayPal site. Customer does not have PayPal account and opt to pay via credit…
kumar
  • 209
  • 1
  • 2
  • 10
7
votes
2 answers

Subscription Profiles not supported by Recurring Payment APIs while updating plan price

I am using paypal api for recurring billing. i want to update plan price using paypal api. for this i am using $curl = curl_init(); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER,…
krishna
  • 923
  • 3
  • 15
  • 42
6
votes
1 answer

Authorize.Net Recurring Billing Events

I have successfully deployed Authorize.net API(currently sandbox mode) for subscription purposes. I have also configured its webhooks that are also working. But I have a confusion that still exists even after a week on working with the said API.…
6
votes
2 answers

How do I handle recurring/subscription billing in a Rails App?

I can't use Chargify, Recurly, Spreedly or any of those apps because I am not based in the US. I am in Jamaica, actually...so many of these companies don't support Jamaica. But I am trying to roll a custom subscription management solution - but…
marcamillion
  • 32,933
  • 55
  • 189
  • 380
6
votes
2 answers

PayPal recurring payment profile initial payment delayed

We are creating billing agreements for customers to access our online service. We are using the REST api to create the agreement like this: Initial payment of $10, 1 month trial period ($0), Monthly $10 fee starting after trial We expect that the…
6
votes
3 answers

How can I charge a recurring monthly subscription fee for my website?

My business is setting up online billing using PayPal and Google checkout. I'm looking for the best way to charge a recurring monthly service fee for my website. My site is subscription based and I charge X amount of dollars per month. I want to…
MikeN
  • 45,039
  • 49
  • 151
  • 227
6
votes
4 answers

Recurring Payments in PayPal

I am trying to use the Recurring payment API offered by PayPal. I have a scenario which I am not able to address directly. It goes like this. We have a website where we sell some services. Now the services are charged per user license. A user can…
rAm
  • 1,086
  • 2
  • 16
  • 23
6
votes
1 answer

CreateRecurringPaymentsProfile giving Error 11502: Invalid Token

I keep getting the Invalid Token Error when i call the CreateRecurringPaymentsProfile NVP API. Please find the sequence of my API calls below: SetExpressCheckout METHOD = SetExpressCheckout VERSION = 98 PWD = USER = SIGNATURE =…
5
votes
2 answers

Subscription management logic

For a system where a user can be a member or admin, users with the member role must either pay for it with a recurring subscription, or be given a complimentary access. My current approach: Users have a user database table. A subscription table…
5
votes
5 answers

Advice for setting up recurring billing?

I have a bit of experience setting up online payment systems that accept credit card numbers and then pass them over to a gateway for a one time payment. However, I now need to setup a system that can handle automatic recurring billing - where a…
5
votes
1 answer

Paypal recurring payments IPN confirmation

I have encountered a problem with Paypal recurring payments. CreateRecurringPaymentsProfile() returns ID of created profile (ProfileID). At the same time, I receive the following confirmation on IPN url: payment_cycle - Daily txn_type -…
Tsybulsky Serg
  • 149
  • 1
  • 4
  • 10
5
votes
2 answers

android billing inApp/subscription Unable to find explicit activity ProxyBillingActivity

I want to implement subscription billing feature, but when i call launchBillingFlow method, i am getting error like this android.content.ActivityNotFoundException: Unable to find explicit activity class…
nAkhmedov
  • 3,522
  • 4
  • 37
  • 72
5
votes
1 answer

Retrieving ARB subscriptions with Authorize.Net API

Is it possible using the APIs provided by Authorize.Net to retrieve or search for a list of automated recurring billing (ARB) subscriptions? The high-level APIs only appear to allow for creating, updating, or cancelling existing ARB subscriptions. A…
Chris Hutchinson
  • 9,082
  • 3
  • 27
  • 33
5
votes
3 answers

Subscription Based Billing

I'm putting together a small start up company which will be set up with a subscription based billing model. The bill will go to customers on either a monthly or quarterly basis depending on the end user's preference. My question is two…
regex
  • 3,585
  • 5
  • 31
  • 41
1
2
3
29 30