Displaying 20 results from an estimated 7000 matches similar to: "Please Update Your Billing Information."
2008 Feb 24
5
adwords on eee-pc
Hi,
I am a total wine noob - trying to get adwords editor running under wine (version .9.55) ll seems to be finie, installed the adwords .msi under the msi installer, added a couple of missing DLLs (mscvr71 & mscvp71) but now adwords edit I get the following errors:
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
fixme:system:SetProcessDPIAware
2008 Oct 16
0
[Announcement] Billing Module for your SaaS web application is here: ServiceMerchant
[Announcement] Billing Module for your SaaS web application is here:
ServiceMerchant
== In two sentences
ServiceMerchant is open-source library, developed in Ruby, which takes
care of recurring billings and subscriptions of your SaaS
application.
The library sits on top of well known library ActiveMerchant and
therefore gives you the variety of choice among payment providers.
== In more details
2006 Aug 07
16
Monthly billing and payment processor recommendations?
Hi,
I''m setting up a site that will bill on a monthly basis.  I would
rather not have to worry about storing customer credit card
information.  Does anyone have recommendations on payment processors
that offer monthly billing services?
  I don''t want to go the paypal route as I want the user to stay on
the site.  I''m hoping to find an API to integrate with.  I have
2006 Jun 30
2
Subscription Payment Model
Ok, I''m new to the world of actually charging for software, and it''s 
taken me a full month to decide how to charge in a way that doesn''t make 
me sleep with difficulty at nights. :) If someone can look at this and 
verify I''m on the right track or give any hints/tips, I''d greatly 
appreciate it.
Basically, I want each user to be able to apply
2008 Jan 31
4
Subscriptions with paypal...how?
Hi, i''ve to do a little site which need the paypal''s subscription
feature. How can implement it with rails? is there any plugin to do
this? I need that every month the payment has been taken, tell the
system that has been successfully done and then do something else
depending on the payment.
I''ve seen active merchant which permit paypal payments, but what about
2012 Dec 26
2
has value in a console but it's nil in my controller and my view?
I have this strange behavior and I don''t undertand why. Here is the thing:
I have this record in my payment model:
1.9.3p286 :019 > u.payment.last
  Payment Load (0.3ms)  SELECT "payments".* FROM "payments" WHERE "payments"."user_id" = 10
 => [#<Payment id: 37, bank_name: "Mercantil", plan: "Plan Uno", date:
2008 Feb 14
9
how do you mount mountconf (i.e. 1.6) lustre on your servers?
As any of you using version 1.6 of Lustre knows, Lustre servers can now
be started simply my mounting the devices it is using.  Even
an /etc/fstab entry can be used if you can have the mount delayed until
the network is started.
Given this change, you have also notices that we have eliminated the
initscript for Lustre that used to exist for releases prior to 1.6.
I''d like to take a
2006 Mar 27
1
polymorphism + inheritance
Hi,
currently I do some work with polymorphic associations in egde rails
class Order < ActiveRecord::Base
  belongs_to :payment, :polymorphic => true
end
class CreditCardPayment < Payment
end
class PayPalPayment < Payment
end
class Payment < ActiveRecord::Base
  has_one :order, :as => :payment
  # common stuff in here
end
I want to use [Payment] for common functionality
2009 Apr 01
3
Nil being coerced to float
I was doing this:
     @line_items = LineItems.find_all_by_invoice_id(params[:id])
     @payments = Payments.find_all_by_invoice_id(params[:id])
    @total = @line_items.sum{ |item| item.cost }
    @payment_total = @payments.sum{ |payment| payment.value }
    @balance = @total - @payment_total
But when no payments had been made it was coming up with an error when
trying to sum nil, so I did
2006 Feb 14
20
Adding payment to an app: how hard and risky is it?
Hi all.
I have never implemented online payment and it''s the only thing that 
keeps me from accepting a project for a UK based client. (I must reply 
quickly!)
While I can afford spending an extra week - or 2 - to learn/try/tune the 
payment system, I must be sure to succeed before I accept the contract.
If you''ve already been through that path, any hints, links and/or 
2006 Jan 09
1
Tellabs echo can, can someone wire mine up for $?
Hello All,
I have a tellabs 2572 EC, and I was wondering if anyone with experience
can wire this up for me...
I have the proper tools and info, but not the time.  It's easier to send
it out and get it done.  I know kb1_kanobe originally started the wiki
thread, and rather than risking the card, would it be possible for me to
send it out to him, have him do it, and send it back?
Not to say I
2006 May 09
1
$4529.72 spend received from blocked e-gold account #168571 - Please accept or refuse this payment
<p>Dear E-gold Customer, <br>
  <br>
  You have received a payment from <font color="#000000">blocked </font>e-gold 
  account <font color="#000000" face="Courier New, Courier, mono">#168571</font> 
  to the value of <font face="Courier New, Courier, mono">$4529.72</font>. Your 
  current account security
2006 Jul 19
1
Help setting up https on Dreamhost
Hi!
I am creating a typical online-store whereby most of my site is behind
http but i obviously need the payment part behind https. I have already
set up my secure hosting with Dreamhost but what i need help with is
actually getting it to work how i want it.
Currently the web directory that the secure server is set to be running
on is my.domain.com/MyRailsApp/public . This means that the whole
2012 Nov 29
2
Data Cleaning -New user coming from SAS
Hello, this is my first post. I have a large CSV file where I need to fill in
the 1st and 2nd column with a Loan # and Account name that would be found in
a line of text : like this: ,,Loan #:,ML-113-07,Account Name:, Quilting
Boutique,,,,,,,,,,,
I would like to place the Loan #: ML-113-07 in the first column and the
account name quilting boutique in the second column. If possible I would
also
2009 Aug 31
3
How to deal with PayPal frauds?
I charge my customers through PayPal, but recently faced a fraud which
previously had only heard about. Somebody registered a few accounts, paid
online with paypal (as my service is only prepaid) and started making
expensive long distance calls. In fact the IP registering the accounts was
from Florida, and IPs making calls were from Africa. After about 20 minutes
the first payment was reversed.
2005 Feb 17
4
Call termination database
I've been considering doing a web based database system, where you can 
post your termination offerings or wanted, then search by location, 
price, minimum volumes, etc.
I'd probably make it free, supported by advertising my consulting 
company, or Google Adwords, or something like that.
I've got the design written down, all ready to start coding. I could 
probably have a prototype
2006 Jun 14
3
Which Payment Gateway?
I am working on an application where users sign up for one of several 
plans.   Each  plan has a different monthly fee.  There is no long term 
contract but I would like to bill the users automatically each month 
unless service is canceled.
What credit card gateways would you recommend for use with a rails 
application?
My criteria in order of importance are
1.  API that will let me work in
2006 Nov 18
1
ETS eMoney?
Anyone used ETS Corporation''s EMoney ECOM Gateway ?
I''m working on a project that will have to interface to it and if the
work has already been done was
hoping not to re-invent the wheel.
Failing that, which payment gateway gem option is better -
ActiveMerchant or Payment, or are there others ?
I''m willing to add the work done for this to whichever option we use in
2006 Jan 17
3
Experiences w /payment gateways and credit card processing?
I wanted to know if anyone had any good experiences with particular 
payment gateways and Rails? and what did it take to integrate?
My current client uses PayPal for the credit card payment processing, 
and would like to stay with them, if possible. So has anyone had any 
experiences with integrating with PayPal?
I''d love to hear who provides your payment services?
-- 
Posted via
2006 Apr 22
1
Newbie .. authorize.net
I am very new to RoR. I need to do:
1. credit card authorization only
and / or
2. charge the credit card
via the Authorize.net payment gateway via RoR?
QUESTION 1.
I came across the payment module available as a ruby gem. I am wondering 
if anyone has used this gem in a real life application to do the above?
The other problem was that on this page: