similar to: 2checkout

Displaying 20 results from an estimated 10000 matches similar to: "2checkout"

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 Nov 04
1
Please Update Your Billing Information.
--------------------------------------------------------------------------- This message was sent from a notification-only email address that does not accept incoming email. Please do not reply to this message. If you have any questions, please visit the Google AdWords Help Centre ----------------------------------------------------------------------------------- Hello Advertiser, Our attempt
2008 Nov 04
1
Please Update Your Billing Information.
--------------------------------------------------------------------------- This message was sent from a notification-only email address that does not accept incoming email. Please do not reply to this message. If you have any questions, please visit the Google AdWords Help Centre ----------------------------------------------------------------------------------- Hello Advertiser, Our attempt
2008 Nov 04
1
Please Update Your Billing Information.
--------------------------------------------------------------------------- This message was sent from a notification-only email address that does not accept incoming email. Please do not reply to this message. If you have any questions, please visit the Google AdWords Help Centre ----------------------------------------------------------------------------------- Hello Advertiser, Our attempt
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
2007 Nov 21
1
Help Required in using cast (reshape package) function
Hello everyone, I am new to R. I have data in the form of excel pivot table format and I want to cast it into a format which can make it compatible with computation. Since I already have the package in pivot format; I avoid melt function and use the cast directly. I inspect the dataread <- read.csv(".....", header=TRUE) Data in the format Id Region Country Industry
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 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
2011 Apr 18
3
paypal with Active merchant
Hi, I am integrating paypal service in my application using Activemerchant. Now I want to know how to use ActiveMerchant to make payment to Bank or Credit card ? for example: I am seller and I want to pay some amount to somebody. I want to pay such amount which will be credited in somebody''s bank account or credit card directly ? Please reply me as early as possible. And also suggest
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 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 May 11
5
Problem running application in cpanel
Hi, I installed rails following the instruccions from http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnCpanel but when i try see the application i have a 500 Internal Server Error, this is only with apache because i can run with webrick Please i am desesperate -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jan 26
2
ANNOUNCEMENT : NEW CallingCard Application for Asterisk
Hello everyone, If you want to know why I am so tired today :D Check this CallingCard Solution : http://areski.net/areskicc-doc/ Just finish it yesterday night! Briefly, AreskiCC is an AGI script and PHP-Web application which greatly handle the complete CallingCard System. FEATURES - AGI : * Authenticate with the use of a Cardnumber the Cardnumber can also be defined as
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:
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
2009 Mar 04
2
Service Merchant
I''m about to dive into a revamp of the payment processing engine for a my company''s software application service. I came across a tool called Service Merchant (http://servicemerchant.org), and it looks like it could be a good fit for me, especially since we do recurring monthly subscription billing. Has anyone tried using it? Liked it? Any suggestions or comments? George
2004 Feb 02
4
Automated Dialing / Recording ?
We have 1000's of Remote Call Forward #'s across the USA / Canada, which forward into 1000's of 800 #'s in our call center. Is it possible to automate a solution where Asterisk could dial a given number, record the first 3 seconds of the call, save it to disk, and then go on to the next number, and just do this all day long ? We need to regularly check that the numbers work, for
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