Displaying 20 results from an estimated 20000 matches similar to: "Active merchant"
2006 Jul 17
1
payment or active merchant
Anyone used both?
Im looking into the pros and cons of there two
Payment of course supports more than just credit cards
One query that comes to mind is why doesn''t active_merchant just use payment
Would keep things nice and dry
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
2010 Mar 22
2
ActiveMerchant, Authorize.net and Email Receipts
I''ve posted this on RailsForum.com and in the ActiveMerchant talk
group, and haven''t received an answer, so I figure I''ll try here.
Hello. I''ve been searching for information on this for a while, but my
google fu is evidently weak--hardly anyone even talks about email
receipts re: ActiveMerchant, much less my specific problem.
In any case, I have a client whose
2005 Apr 27
1
Ruby Shipping
To accompany the Payment library (http://payment.rufy.com/), I have
created the shipping library that connects APIs for various shippers
like UPS and FedEx. It is available as a ruby gem:
gem install shipping
or from rubyforge
http://rubyforge.org/projects/shipping
There is going to be some data that will persist for all shipments. For
example, you will not want to repeat the fedex account
2006 Aug 01
2
Active Merchant or Payment module?
Which do you guys prefer for credit card processing?
Both look like they get the job done. -- Is there any consensus on which
one is better? Are there other credit card processing solutions I''m not
aware of? Any thoughts or suggestions would be most welcome.
Thanks!
: )
Jason
--
Posted via http://www.ruby-forum.com/.
2007 Sep 09
1
filter_parameter_logging
Hi,
Is there a way to specify keys of a hash in params to
filter_parameter_logging.
For example, my payment form sends creditcard[:number] and
creditcard[:type] in params and I filter these keys using
filter_parameter_logging :number, :type.
I don''t want :number and :type in other forms to be filtered. Is there
a way to solve this?
thanks,
Ritesh
2006 Apr 19
2
Credit Card Processing / Merchant Account
Hi All,
Has anyone implemented a credit card processing / merchant account
system using Rails? I know that there is a ''payment'' gem that is
supposed to integrate with the Authorize.net gateway, but I''m wondering
if that is the best (and only) solution out there. Are there any other
recommended solutions from Rails programmers out there?
Thanks in advance for the
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
2009 Sep 21
0
What is the Best Merchant Account?
Hi All,
I want to do following things on my site please suggest what is the best
thing to do it.
1] I want to recieve amount for the buyer.
Buyer has following 3 options to make the payment
a) PayPal
b) Credit Card
c) Money Booker
I have following Questions
1) Do i need Merchant account for all these three methods?
2) if no, what is the Best Merchant Account for me?
Regards,
Salil Gaikwad
--
2006 May 30
2
ActiveMerchant
Is anyone using ActiveMerchant currently?
I''ve seen it recommended on this list several times, but it seems kind
of buggy and incomplete and I''m having trouble getting it to work.
>From the example at http://home.leetsoft.com/am/, I''ve tried:
gateway = ActiveMerchant::Base.gateway(:authorized_net)
response = gateway.capture(1000, creditcard)
..but it
2009 Sep 16
2
Active Merchant Error
Hello friends,
I m using Active Merchant(version = 1.4.2) gem.
in billing calculator i m require ''active_merchant'' and when i m open
the page it is throw error such
"no such file to load -- active_merchant".
Can you guyz tell me how can i resolve this problem ...
Waiting for every possible answer
--
Posted via http://www.ruby-forum.com/.
2015 Apr 07
0
Thank you for scheduling your online payment
E-mail Security Information.
Dear
Thank you for scheduling your recent credit card payment as an
attachment. Your payment in the amount of 3898.96 will be credited to
your credit card account (CREDIT CARD) ending in 3057 on 04/07/2015.
Now that you're making your payment online, are you aware of all the
convenient ways you can manage your account online?
* SEE STATEMENTS - Choose
2015 Apr 07
0
Thank you for scheduling your online payment
E-mail Security Information.
Dear
Thank you for scheduling your recent credit card payment as an
attachment. Your payment in the amount of 3898.96 will be credited to
your credit card account (CREDIT CARD) ending in 0727 on 04/07/2015.
Now that you're making your payment online, are you aware of all the
convenient ways you can manage your account online?
* SEE STATEMENTS - Choose
2007 Oct 13
4
Chapter 9
Hello,
I''m currently stunk on this issue for few days and I do not know how
to get it fixed.
The system always raises this error message :
order is closed
and here is my order.rb:
class Order < ActiveRecord::Base
include ActiveMerchant::Billing
before_validation :set_status
attr_protected :id, :customer_ip, :status, :error_message, :updated_at, :created_at
attr_accessor
2009 Dec 22
1
Re: Paypal Recurring using active merchant
Hi ,
i am also getting the same problem , have you resolved it or not and if
some body else have any idea please do let me know.
thanks in advance and kind regards,
Hamid.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Jul 12
0
acts_as_authenticated and paypal
I''m working on a subscription form that has to be tied to paypal using
the paypal ipn plugin at http://elctech.com/products_ruby_paypal.shtml.
I''ve got my subscription (signup) form setup to include the creditcard
information as well as the billing address etc. It''s a modified version
of the signup form from the acts_as_auth plugin.
I want the model to not save if
2012 Apr 21
0
Making it a pay service
Rails 3.1.3
Hi. I have a general question about making a web service
premium-version.
A rails service can ask the users to pay for premium services.
I need some concrete samples of deploying such functionality to the
rails app, if any, including necessary gems, (ActiveMerchant, maybe?)
The methods of payment may include PayPal and CreditCard.
Does anyone have suggestions?
soichi
--
Posted
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
2013 May 29
0
Lloyd Segal
Lloyd Segal Real Estate News
15-year mortgage rate hits record low
Mortgage rates dropped again this week, with the 15-year fixed-rate loan
hitting a record low, according to a report from mortgage financier
Freddie Mac.
The 15-year fixed rate fell to 2.56% from 2.61%. A year ago, it stood at 3.07.
The most popular mortgage, the 30-year fixed rate, came in at 3.35%, a
drop of 0.05 percentage
2008 Oct 06
8
.htaccess rewrite
can someone help me with an .htaccess rewrite?
i''m trying to convert all requests to "/?spot=8888" to be "/locations/
888".
thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to