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
3 answers

How to know when a customer charged for his subscription in Chargify

I am using Chargify API (https://github.com/jforrest/Chargify-PHP-Client/), we have customers in thousands with monthly subscription, so they charged on their specific dates, i am using a cron which checks subscriptions on daily basis Problem is we…
Naveed Metlo
  • 375
  • 2
  • 6
  • 18
0
votes
1 answer

Chargify how can get total transactions of between two dates?

Currently, i am getting only 20 transactions per pages and can be extends only 200 but i need all transaction between that dates no paging. Or if it possible to get count of transactions.? How can i archive? Thanks
0
votes
1 answer

How to add components to a subscription using the chargify API

I have two products in my subscription: monthly subscription: $29.99 yearly subscription: $260 and have two components: monthly additional user: $5 yearly additional user: $60 my application has an option to add additional users after subscription.…
0
votes
0 answers

Collect webhook data in chargify

I have already created a webhook link like: http://ncbeta.net/proposal/hook/post_index and configured it. I am sending an email from this function when creating a subscription. It is working fine, sends an email when creating a subscription or when…
0
votes
1 answer

How to update chargify next_billing_at value using php api?

I'm using the php chargify connector described at https://github.com/jforrest/Chargify-PHP-Client and I would like to update the next_billing_at parameter of a subscription. I tried doing it like this: $requestArr =…
Robert
  • 137
  • 3
  • 17
0
votes
1 answer

Chargify Hosted Page URL Integration using PHP

For those of you familiar with using Chargify and PHP I am trying to perform what should be a simple request. I created a shopping cart using Code Igniter and now I’m trying to pass the firstname, lastname, email and overall_total on its Hosted Page…
sai
  • 95
  • 1
  • 7
0
votes
1 answer

PHP - Output Specific Line from Array

I'm using a form to collect payments and using print_r, I can see the following in the output... [customer] => ChargifyCustomer Object ( [email] => test@aol.com [first_name] => John [last_name] => Doe …
Brian Schroeter
  • 1,583
  • 5
  • 22
  • 41
0
votes
1 answer

Chargify PHP, grab customerID

For those of you familiar with using Chargify and PHP I am trying to perform what should be a simple request. I am creating a new user using the Chargify API. This portion of my code is working. The request is being sent and Chargify is recording…
SuperNinja
  • 1,538
  • 6
  • 22
  • 45
0
votes
1 answer

Cannot post data correctly to Chargify via PHP cURL

I guess I'm not sending the data required by the API correctly. Any ideas what I am doing wrong? $ch = curl_init("https://test.chargify.com/customers.json"); $data = array( 'first_name' => 'Test', 'last_name' => 'User', 'email' =>…
David Weng
  • 4,165
  • 12
  • 42
  • 51
-2
votes
1 answer

Connect Chargify with firebase

I want to connect chargify with firebase on both android and ios platform. I am not able to find any free tool to do so. Either suggest me some free tool through which i can connect(integrate) chargify with firebase or how can i do the same…
tanmeet
  • 220
  • 2
  • 11
1 2 3
4