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 me any configuration which i should make in test accounts, if any. Thank you. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 me any configuration which i should make in test accounts, if any. Thank you. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mon, Apr 18, 2011 at 6:23 AM, News Aanad <news.anand11-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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 me any configuration which i should make in test accounts, > if any. > >Try using the credit method. http://activemerchant.rubyforge.org/classes/ActiveMerchant/Billing/TrustCommerceGateway.html#M000339 B. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mon, Apr 18, 2011 at 8:56 AM, Bryan Crossland <bacrossland-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> On Mon, Apr 18, 2011 at 6:23 AM, News Aanad <news.anand11-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> 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 me any configuration which i should make in test >> accounts, if any. >> >> > Try using the credit method. > > > http://activemerchant.rubyforge.org/classes/ActiveMerchant/Billing/TrustCommerceGateway.html#M000339 >I actually was just looking into this last week. What I found was that I could only credit up to an amount equal to what was already billed (in essence cancelling a charge), from the link above: "credit<http://activemerchant.rubyforge.org/classes/ActiveMerchant/Billing/TrustCommerceGateway.html#M000339>() allows you to return money to a card that was previously billed." If you are looking to pay someone (vs reimburse a payment you captured), paypal has a method to send a payment and although I have not implemented this it looks like you should be able to, see the following links: http://activemerchant.rubyforge.org/classes/ActiveMerchant/Billing/PaypalCommonAPI.html#M000192 http://dimaspriyanto.com/2010/05/01/simple-paypal-transfer-using-active-merchant/> > B. > > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.