Questions tagged [recurly]

Recurly provides a complete recurring billing system designed to remove all the headaches from subscription billing.

Recurly provides a complete recurring billing system designed to remove all the headaches from subscription billing.

See http://docs.recurly.com/ including API documentation is at http://docs.recurly.com/api

173 questions
0
votes
0 answers

is the SambaStream Recurly library abandoned?

Background I have a third party library in an application I've taken over called SambaJam-RecurlyLibrary-patched.jar. The namespace for the library is com.sambastream.recurly. The only evidence I've found of this product is a startup called…
Drew Shafer
  • 4,740
  • 4
  • 30
  • 42
0
votes
3 answers

Extract values from text string using PHP?

Using the Recurly API, the following text is returned. What I'm trying to figure out is the easiest way with PHP to extract values from this string and place them into PHP variables. I've looked at various methods within the PHP manual to find text…
ScottEH
  • 37
  • 1
  • 9
-1
votes
1 answer

Recurly API returning 500 error

I am following the example code snippets the one in the right panel here. So I have a Recurly token and am trying to start a subscription using it. subscription = Subscription() subscription.plan_code = 'monthly' subscription.currency =…
Alexxio
  • 1,091
  • 3
  • 16
  • 38
-1
votes
1 answer

how can I extract recurly account management url into my e-commerce website?

I am using recurly (recurly.com) to run a subscription business, we need to extract the customer account management url and put it into our website so the customers can manage subscriptions by themselves. Can anyone give me some advice about how to…
Gaoyang
  • 3
  • 1
-1
votes
1 answer

How to get only expired subscrptions in Recurely using PHP?

I would like to create a report in my admin dashboard which give me all expired subscriptions list.
Yogesh
  • 33
  • 4
-2
votes
1 answer

How can I apply and log usage of Recurly add ons prior to plan being renewed?

I'm trying to roll out some pricing changes so I’ll give a summary of what I’m doing We will be using $subscription->updateAtRenewal(); to update users from their plans on next billing date. I want to log how many paid dashboards these users will…
Derek Joseph Olson
  • 738
  • 1
  • 7
  • 22
-2
votes
1 answer

can we divide One Time Setup fee monthly in Recurly?

I would like to take one time setup fee each month(first 12 months). For example: if $1000 is the one time setup fee, I would like to collect each month $83 from the users for 12 months and next year it will stop collecting.
Yogesh
  • 33
  • 4
-2
votes
2 answers

How to gernerate Recurly API key implementing with ruby

How to generate Recurly API key, implementing through ruby? I want to use recurly api for billing functionality. And please suggest me something because i am new to Recurly When I am creating an account, it gives me Access denied : account =…
1 2 3
11
12