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
11
votes
2 answers

How to render a PDF in the browser that is retrieve via rails controller

I have a rails app that uses Recurly. I am attempting to download a PDF and render it in the browser. I currently have a link: link_to 'Download', get_invoice_path(:number => invoice.invoice_number) The associated controller has the get_invoice…
Zack
  • 2,377
  • 4
  • 25
  • 51
5
votes
1 answer

How do I build a Recurly.js form with div elements?

My team is using Recurly.js to build a payments page into our website. We've been following the docs from https://docs.recurly.com/js. According to the docs, Build a form however you like. Use the data-recurly attribute to identify input field…
iBelieve
  • 1,502
  • 17
  • 32
5
votes
1 answer

Creating Recurly BillingInfo using only a token_id

I have a Recurly token and am trying to start a subscription using it. I am following the example code snippets, such as the one in the right panel here. subscription = recurly.Subscription( plan_code = 'bazooka_monthly', account =…
Bemmu
  • 17,849
  • 16
  • 76
  • 93
4
votes
1 answer

How to override unit_amount_in_cents for subscribe?

I am using recurly json based api to make subscribe call but looks like the card is always being charged for what the plan value is. I am trying to change unit value for the plan by sending unit_amount_in_cents in subscription object but its not…
alter
  • 4,320
  • 7
  • 31
  • 36
3
votes
0 answers

On any iOS Mobile Devices: Inputs within iFrames have issues determining when input is out of focus - Material Design -Recurly

Situation: Material Design Floating Labels are stuck with a class="in-focused" even when the input is out of focus. The inputs also contain an iFrame generated from Recurly if that helps. This seems to happen on (Chrome and Safari) browsers for any…
Crystal
  • 1,425
  • 1
  • 22
  • 34
3
votes
0 answers

Using Recurly payment form with React results in large blank iFrames. Styling removes fields

Recurly instructions on how to build a form Github repository that demonstrates the problem. My form:
Alex Polkhovsky
  • 3,340
  • 5
  • 29
  • 37
3
votes
0 answers

How non-Google Web Font can be applied to recurly.js hosted fields?

I would like to apply a self-hosted commercial font for recurly.js hosted fields. Is there any way to do this? (The related documentation of recurly.js mentions the Google Web Fonts only so I suspect there is no way to achieve this currently)
Robert
  • 31
  • 3
3
votes
3 answers

Recurly style doesn't do anything

recurly.configure style does not work. I've copied the exact example from the docs under Getting Started and it looks like the id is not getting applied to the field in the iframe.
zeusstl
  • 1,673
  • 18
  • 19
3
votes
1 answer

Set max length on Recurly JS fields

I'm using Recurly.js v4.0.1 and I'm trying to set the max length to 2 on the month and year field like in this example, however I can't seem to find how to set it?
GMon
  • 638
  • 6
  • 14
2
votes
1 answer

Talend - How To Retrieve Response Headers From tRestClient

I'm using tRestClient to pull data from a REST API which returns data in pages of up to 200 items each. The link to the next page is provided in the response header. How do I access the response header using tRestClient? From what I can see, the…
David R.
  • 233
  • 3
  • 12
2
votes
1 answer

Recurly customer account experience

While trying out to see how the customer account experience works in Recurly, I've been having problems understanding https://docs.recurly.com/v1.0/docs/hosted-account-management. Could someone help me understand the following: The hosted account…
Hawkes
  • 457
  • 1
  • 4
  • 16
2
votes
2 answers

Recurly.js and Angular 4

I'm using an angular reactive form and trying to get a token from Recurly.js. I've used the recurly suggested name for the input and added the data-recurly="number" for the cc number and so on. On submit first I call recurly.configure() and then I…
demetrio812
  • 290
  • 3
  • 15
2
votes
1 answer

How to Build Recurly.js Credit Card Form with Optional Data Included

We want to use recurly.js to process a credit card payment, and we want to include full address information and ip address of the user at the time that the token is originally submitted. It appears that the 'required' fields are automatically…
user2330237
  • 1,629
  • 5
  • 20
  • 39
2
votes
0 answers

Recurly.js checkout not working in Firefox when in a Vue.js component

The following code is a snippet I've stripped back to show this problem in isolation. It works in Chrome and Safari but I can't get it working in Firefox. I'm building a Recurly.js checkout as a Vue component. The call to recurly.configure()…
2
votes
2 answers

How do you get the original_transaction_id on a Recurly refund transaction

When using the recurly API in PHP $transaction = Recurly_Transaction::get($uuid); the $transaction variable doesn't have an original_transaction_id field like there is in an exported csv of the…
PHPDave
  • 904
  • 1
  • 7
  • 15
1
2 3
11 12