Live data from Hacker News

Payments Gateway Provider Braintree Going International

techcrunch.com

11–20 of 21 posts

Re: Payments Gateway Provider Braintree Going International

#11
The list of countries isn't linkable (it's a div on https://www.braintreepayments.com/tour/international#countri...)

So here is the list: Australia, Austria, Belgium, Bulgaria, Canada, Cyprus, Czech Republic, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxembourg, Malta, Netherlands, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden, Turkey, United Kingdom

Re: Payments Gateway Provider Braintree Going International

#12
post #9

Hugely disappointed that India is not among the countries Braintree is expanding to. People in other areas(like europe) have at least one half decent payment gateway provider. In India we have NONE. This is the biggest payment gateway in India - http://www.ccavenue.com/content/pricing.jsp they charge 3-7% and they suck. API docs suck, payments get timed out etc. There is an annual "maintenance" charge! Developers (an…

The problem with India is that the indian government is broken (or is at least percived to be broken) outside of India. I wouldn't risk my customers money there -- too much corruption. I doubt it will ever be available in Nigeria either, nor most of Africa.

I don't know how to respond to this :). It is so widely off the mark that I can only shake my head in surprise. A huge number of MNC's dominate certain sectors of the economy. India is one of the top destinations for FDI in the world. See - http://unctad.org/en/docs/diaeia20104_en.pdf. Equating India to Nigeria .. Sheesh.. I don't know whether you were trolling or serious!

Re: Payments Gateway Provider Braintree Going International

#13
post #9

Earlier quoted context omitted.

The problem with India is that the indian government is broken (or is at least percived to be broken) outside of India. I wouldn't risk my customers money there -- too much corruption. I doubt it will ever be available in Nigeria either, nor most of Africa.

I don't know how to respond to this :). It is so widely off the mark that I can only shake my head in surprise. A huge number of MNC's dominate certain sectors of the economy. India is one of the top destinations for FDI in the world. See - http://unctad.org/en/docs/diaeia20104_en.pdf . Equating India to Nigeria .. Sheesh.. I don't know whether you were trolling or serious!

I don't think FDI is a very good indication for the challenges that a consumer payment processing company might encounter in India, especially in relation to their product.

Re: Payments Gateway Provider Braintree Going International

#15
post #11

The list of countries isn't linkable (it's a div on https://www.braintreepayments.com/tour/international#countri... ) So here is the list: Australia, Austria, Belgium, Bulgaria, Canada, Cyprus, Czech Republic, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxembourg, Malta, Netherlands, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden, Turkey, United Kingd…

I wouldn't call it international since it only supports a handful of counties. If you really want international go with 2checkout and moneybookers.

Re: Payments Gateway Provider Braintree Going International

#16
post #13

Earlier quoted context omitted.

I don't know how to respond to this :). It is so widely off the mark that I can only shake my head in surprise. A huge number of MNC's dominate certain sectors of the economy. India is one of the top destinations for FDI in the world. See - http://unctad.org/en/docs/diaeia20104_en.pdf . Equating India to Nigeria .. Sheesh.. I don't know whether you were trolling or serious!

I don't think FDI is a very good indication for the challenges that a consumer payment processing company might encounter in India, especially in relation to their product.

Point was there are lot of International companies successfully doing business in India. What do you think are the challenges consumer payment processing company might encounter in India, especially in relation to their product?

Re: Payments Gateway Provider Braintree Going International

#17
post #5

There is justice in this world after all :) I was hoping for Stripe to go international soon but Braintree seems like a good alternative for all of us who don't want to wait any longer (and are reluctant to use Paypal)

The race is on for Stripe. I know many Canadians who really want Stripe, but at the end of the day whichever company pulls it off first wins.

Re: Payments Gateway Provider Braintree Going International

#19
post #3

Earlier quoted context omitted.

I’ve not used Stripe, but I’ve used Braintree for a while. Braintree is an older company, and it seems to have a bigger, lower level API. Stripe’s is much higher level, and looks like it could be both simpler and easier to use. This is probably not just because of age, but also because Stripe wraps and owns your merchant account (it looks like), while Braintree works with a merchant account, exposing many more techni…

Started to use Stripe recently for a project and have used Braintree extensively for work. Your comparison is spot on. There are some small differences such as, Stripe can send credit card details through AJAX to their servers so they are never sent to yours. Whereas Braintree uses Javascript encryption to do it, so the encrypted values are sent to your server. But I haven't seen anything that only Braintree supports…

Besides client side (javascript) encryption, Braintree supports Transparent Redirect (https://www.braintreepayments.com/developers/api-overview) which lets you post data directly to Braintree.

The nice part of sending the data to your servers with client side encryption is that you can do validation before sending to the payment gateway. For example, if you want to ensure everyone enters a cardholder name, you can validate the non-encrypted fields before eating the cost of calling a payment gateway.

You can do some of these validations in javascript, but javascript is error-prone (firebug) and not as flexible (have access to a lot more data server side).

Re: Payments Gateway Provider Braintree Going International

#20

Hugely disappointed that India is not among the countries Braintree is expanding to. People in other areas(like europe) have at least one half decent payment gateway provider. In India we have NONE. This is the biggest payment gateway in India - http://www.ccavenue.com/content/pricing.jsp they charge 3-7% and they suck. API docs suck, payments get timed out etc. There is an annual "maintenance" charge! Developers (an…

Have you tried PayU.in? They offer card vault services and assist merchants in getting PCI DSS compliant. they are quite good.
Post reply on HN