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

Laravel Client error: `PUT' resulted in a `404 Not Found` response:

I have a public function in my Subscription Controller to remove the pending status of the subscription from chargify. From their documentation, the code using pecl/http1 method should be like: $request = new…
zhiyu
  • 67
  • 2
  • 10
1
vote
1 answer

What do i need for SSL besides a certificate?

We're looking to use Chargify, a payment API and to do so you need to make card-related requests over SSL. Our hosting provider (Memset) offer SSL certificated for an annual fee. Once I have the certificate, what do I need to do to use it? What…
Haroldo
  • 36,607
  • 46
  • 127
  • 169
1
vote
1 answer

How to create coupon using chargify API - PHP/Laravel

This is my ChargifyCoupon.php public function create($product_family_id = null, $details = []) { $details = array_replace_recursive([ "name" => "15% off", "code" => "15OFF", "description" => "15% off for…
user5396688
1
vote
2 answers

How to get Chargify Webhook Response in .Net

I have already configure webhook url in chargify. This url is for webapi. So i'm handling all events in webapi. But I want to know that how can we get the request parameter from chargify. If anyone have an example, would you please give me. Below…
1
vote
1 answer

Applying monthly referral discounts to a subscription fee

Description of functionality: So I have a subscription based website that has two plans: Monthly and yearly. A monthly subscription is charged a monthly fee every month, while a yearly subscription is charged a one-time cumulative fee of 10 months,…
Doug
  • 1,517
  • 3
  • 18
  • 40
1
vote
1 answer

Chargify Update Subscription

$ch = curl_init("https://test.chargify.com/subscriptions/10441751.json"); $data = array( 'subscription' => array( 'customer' => array( 'address' => "test123" ) ) ); $data =…
Jako
  • 4,731
  • 7
  • 39
  • 54
1
vote
1 answer

custom field on subscription form not working chargify API PHP

I am trying to receive information from a custom field created in my public sign up form. The sign up form is used for subscription. I use the webhook api to receive all the default fields or attributes on my end. However, I cannot recieve anything…
user3110767
  • 21
  • 1
  • 5
1
vote
1 answer

Chargify versus Recurly

I'm looking for some feedback from entrepreneurs or developers that have used either Chargify or Recurly to handle their recurring billing. More specifically, I sell a hardware device that works in unison with a companion application and charge a…
1
vote
2 answers

jQuery cross domain post redirect

I'm trying to use jQuery to POST a form to chargify. My "Net" tab shows a 302 redirect (in red indicating an error), but jQuery is throwing a 404 error. Is it possible to preform a x-domain, post, redirect request from the browser or will I need…
Dan Ramos
  • 1,092
  • 2
  • 19
  • 35
1
vote
2 answers

To use Chargify do I need merchant account if I have paypal business account?

I'm investigating option to use chargify.com service for recurring payments. They state that i need both merchant account and payment gateway account. But then some websites says that paypal is both merchant account and payment gateway. Does it mean…
Andrej Slivko
  • 1,236
  • 2
  • 12
  • 27
1
vote
2 answers

Chargify Product Price update via api or code

I am using Chargify API for payment. and I have created some products there for subscription. Now I want to manage those Products price and other settings via my site admin panel. But I not find any function or any way in Chargify API. If any one…
Er. Anurag Jain
  • 1,780
  • 1
  • 11
  • 19
1
vote
2 answers

Ruby on Rails with chargify

I want to integrate chargify to my rails app. I have user object and I want the user to be able to subscribe for one month and update the boolean column on user object. I prefer to use the API not hosted pages. How can I do that? Is there any…
elias_t
  • 83
  • 2
  • 8
0
votes
1 answer

how chargify billing will be integrate in our site with fee fighter samurai payemt gateway

I'm working on a site where I have to integrate the Chargify billing system with the Fee Fighter Samurai payment gateway. How do I integrate them? I also found an example on the Gateway site, but it is not enough. I want to integrate this in…
0
votes
0 answers

Style chargify "cfy-container--inline" container

I'm struggling with styling of Chargify container using chargify.js. Though I disabled borders for all fields and for the iframe, I still get the border for the fields container: I wonder if it is possible somehow to remove this border using…
Gino Pane
  • 4,740
  • 5
  • 31
  • 46
0
votes
1 answer

Integrating Chargify (hosted) with a Rails app

I'm trying to integrated Chargify's hosted billing with my rails app and am running into some difficulties. I'm following this tutorial: http://blog.formedfunction.com/post/4022209767/how-to-integrate-chargify-hosted-payment-pages-with-a And since…
Steve Thomas
  • 47
  • 1
  • 5