Questions tagged [chargify]

Questions related to chargify.com usage.

Chargify is an online service (SaaS) to help businesses manage their recurring revenue customers. http://chargify.com/

55 questions
0
votes
1 answer

API from Chargify to retrieve information(count) on users opted for different products

Is there any API provided by chargify to fetch information on the number of users who have opted for the various products handles under a product family ?
fractal397
  • 534
  • 1
  • 5
  • 11
0
votes
1 answer

How can I get an url to a statement using a Chargify API?

How can I get an url to a statement using a Chargify API? I want a user to be able to click a button in my application which would open an invoice in a new tab in browser in Chargify. I think I should use some Chargify API to obtain the url to open.…
manymanymore
  • 2,251
  • 3
  • 26
  • 48
0
votes
1 answer

How can I find out the status of a statement in chargify? I.e. if it is paid of not?

How can I find out the status of a statement in chargify? I.e. if it is paid of not? I found this documentation. It says: Chargify Statements give you and your customers a breakdown of Subscription charges, payments, credits, and activity on a…
manymanymore
  • 2,251
  • 3
  • 26
  • 48
0
votes
1 answer

How do I process responses from using the official Chargify gem in Rails 3.

I'm currently developing a Rails application to accept recurring billing using Chargify. I've installed their gem and managed to connect to Chargify with the gem. However, some subscriptions go through and some do not. My question is how do I…
jklina
  • 3,407
  • 27
  • 42
0
votes
1 answer

Chargify Subscription Parameters

I am currently working on an existing Ruby on Rails App that is built on Spree and Chargify for subscriptions and Payments. The person who worked on the application before did not mentioned any comments and also most of things are not the true…
Smoke
  • 1,052
  • 1
  • 10
  • 24
0
votes
1 answer

How to redirect Chargify hosted page to different URL

I have chargify hosted page but i would like to redirect it to different url as chargify have limited customization allowed on their public hosted pages, i have tried following code to redirect by putting into custom javascript area but it didn't…
Naveed Metlo
  • 375
  • 2
  • 6
  • 18
0
votes
0 answers

I need to be able to integrate Chargify subscriptions via API with my vb.net webforms site

There is almost no documentation for implementing Chargify as the Authentication provider for a vb.net webforms application. I need to be able to have my customers 1)Browse to my introduction page, 2)Click the register link and be carried to a…
Jamie
  • 555
  • 3
  • 14
0
votes
0 answers

Getting subscription_id element from JSON file

now I have a function and I would like to subtract the subscription_id from the JSON code it transmit to the Chargify website but I'm not sure how to do. This is the main function public function reactivateSubscription2() { $chargify =…
zhiyu
  • 67
  • 2
  • 10
0
votes
1 answer

Chargify Cancel Subscription: How to set cancellation message

The doc says that you can use the cancellation_message parameter/field when sending a request. I've tried both URL parameters and a field in JSON body, but none of these set the cancellation_message in the response to anything but null. curl -H…
Scadge
  • 9,380
  • 3
  • 30
  • 39
0
votes
1 answer

Chargify Direct API ID location in dashboard

Where do I find my API ID, as opposed to the API secret or the API Key, when using it in a Chargify Direct integration? The description of the Direct form is in https://docs.chargify.com/chargify-direct-introduction, but I can't find clear…
sameers
  • 4,855
  • 3
  • 35
  • 44
0
votes
1 answer

Chargify XML for Custom Field Wordpress

I am using chargify plugin. I want added a custom field in chargify account want to save data using XML. Presently XML is like which is used to send data to chrgify:-
Vinay Sharma
  • 360
  • 3
  • 16
0
votes
1 answer

Require.js file is not supporting

I found the following issue while running my program. Here I send you the firebug console errors and the files which I included in my html page header part.If any one come to know what the issue is kindly tell me the solution. Firebug…
0
votes
1 answer

C# JSON with Chargify API

I am new to C# and I am trying to convert a PHP script I have that creates subscriptions in Chargify (https://docs.chargify.com/api-introduction). Below is the code I am using. I hardcoded the JSON string for testing purposes. After a day of…
David Webb
  • 253
  • 4
  • 18
0
votes
0 answers

In Symfony2 how can I use a Service within a Factory class?

I am trying to setup a Symfony implementation of this PHP library for Chargify https://github.com/johannez/chargify I'm getting a bit lost working out the best / proper way to set it all up. I think I need to setup Guzzle as a service, then create a…
mike
  • 1,583
  • 1
  • 19
  • 35
0
votes
1 answer

Chargify Problems Using API: "Not allowed access"

I am trying to retrieve information from my Chargify test account but I am getting two errors: 401 (which disappears after "authenticating") and then I get 404 which I do not understand since it works on my browser after authenticating. I am not…