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

Can you have dropdowns instead of text input fields for Hosted Fields for expiration month and year in Recurly.js v4?

I was wondering if you could have drop downs (select w/ option tags) instead of a text input field for the expiration month and year when you use hosted fields in Recurly.js v4. The divs below
PHPDave
  • 904
  • 1
  • 7
  • 15
2
votes
3 answers

Is there a way to get a billing token from Recurly without using recurly.js?

We are moving to Recurly for our billing, and plan to use the recurly.js api to generate billing tokens on production, but in the meantime, it's really hard to test on other environments. Ideally, I would like to be able to send credit card…
2
votes
1 answer

Create account via recurly js v3

So with recurly js v2, the account can be created with the js library. But in recurly js v3, how can we create an account via js (not through other languages like python in the backend) instead of only getting the token?
Yujun Wu
  • 2,992
  • 11
  • 40
  • 56
2
votes
1 answer

Recurly.js v3 and addons

I'm trying to figure out how to use addons in Recurly.js v3. I've attached one recurly.Pricing instance to my form and created a checkbox for one optional addon: HTML
2
votes
3 answers

Running tests against Recurly API alongside live site

I have a bit of a problem. I'm trying to develop against the Recurly API, but I can't seem to find any way to use test accounts or a test gateway alongside a live and running Recurly account. It seems that they only way I could do it would be to…
Tom Busby
  • 1,319
  • 2
  • 12
  • 25
2
votes
1 answer

Ruby On Rails - I need a javascript file to pass though ruby when using require.js

I am a front end developer and new to Ruby on Rails so please ignore my lack of naming conventions etc. The site I am working on uses RequireJS and I am implementing Recurly payment form, I can get everything working except the signature. The…
Dan Mitchell
  • 844
  • 2
  • 15
  • 34
2
votes
1 answer

Rapid testing of recurring/subscription billing using Recurly

Short question: How can I quickly simulate/test the process flow in Recurly without having to wait 24 hours to see what happens? Detail: My back-end developer is setting up Recurly to handle our product's subscription billing and we're trying to…
Michael Paul
  • 69
  • 1
  • 10
1
vote
0 answers

Apple Pay with Recurly in ionic iOS application

I understand this SDK https://github.com/recurly/recurly-client-ios/ is exclusive for native iOS, What if we have to implement Apple pay with recurly in an ionic application? Please guide if we could follow the Apple Pay with web…
Divya
  • 543
  • 2
  • 13
  • 20
1
vote
0 answers

How do you subscribe to Recurly.js checkout pricing events in React?

I'm trying to create a payment screen in React using Recurly.js. I'm using the official React library and am trying to hook into the set.plan event to retrieve plan information. I previously did this without issue using vanilla Recurly.js in…
JKasper11
  • 772
  • 1
  • 7
  • 21
1
vote
0 answers

Preview pricing using Recurly API v3

Can anyone suggest an approach to get Recurly pricing using its back-end API v3? There is Recurly.js for front-end pricing and building checkout pages, but we have a need to present pricing to customers prior to purchase (e.g. for quotes), and not…
OfficeAddinDev
  • 1,105
  • 3
  • 15
  • 29
1
vote
2 answers

how shall I run a composer update command

I am trying to ask the question as precisely as possible but I myself have lots of confusion about this. So please bear with me Problem - We have a third party API (Recurly) installed in our site. That site was built with Laravel. The version of…
Shawon
  • 75
  • 1
  • 9
1
vote
1 answer

How can I get the subscription back from a Recurly Purchase?

I am building a custom checkout with the Recurly PHP Client. Since we use our own gateway logic, we are forced to use the Create Purchase method, as opposed to Create Subscription (as Create Subscription doesn't accept gateway_code as a parameter).…
Isaac Lubow
  • 3,557
  • 5
  • 37
  • 53
1
vote
1 answer

Webhook XML always empty

I'm using recurly webhooks to update contacts, but the XML is always empty, here's what I've tried: $xmlString = file_get_contents('php://input'); $dom = new DomDocument(); $dom->loadXML($xmlString); however when I look into the file, it is always…
Riquelmy Melara
  • 849
  • 2
  • 11
  • 28
1
vote
1 answer

Can we get JSON response instead of XML from Recurly API?

Can we get JSON response instead of XML from recurly subscription management API?
mrhassan
  • 196
  • 1
  • 10
1
vote
1 answer

Recurly Paypal normal workflow

I'm searching for example of implementation for Recurlyjs normal Paypal checkout flow. I suppose to request Billing info from the user besides Paypal token but it's not clear how do I merge them together to use. Here are docs mentioning normal…
paragonid
  • 241
  • 2
  • 8
1
2
3
11 12