Amex for Developers
11–20 of 95 posts
Re: Amex for Developers
#12Hmm. For the typical card-not-present (online) use case, stripe.com and paypal do a pretty darn good job of processing AMEX payment cards, as well as the others. Tokenization is vital in this age of cybermiscreants. Ya don't want customer payment card data in your dbms. The stripe.com API offers tokenization, and it offers the ability to send and validate data like zip/postcode, cvv and street address to cut fraud. T…
s/tokenization/lockin/ # devil's advocate
Re: Amex for Developers
#13Recently, we saw MasterCard announcing APIs; ultimately the card issuers are the real gatekeepers of their own data and their own integrations, and as more of them move to gain the control back that they ceded with their lack of public developer engagement, the role of payment processors becomes less clear.
Sure, for the near future, a payment processor can continue to abstract away from the actual card issuer; but as richer APIs surface, those may siphon away marketshare from payment processors.
Re: Amex for Developers
#14Hmm. For the typical card-not-present (online) use case, stripe.com and paypal do a pretty darn good job of processing AMEX payment cards, as well as the others. Tokenization is vital in this age of cybermiscreants. Ya don't want customer payment card data in your dbms. The stripe.com API offers tokenization, and it offers the ability to send and validate data like zip/postcode, cvv and street address to cut fraud. T…
The only people I'd recommend Square to are merchants whose avg ticket is less than $5 or are borderline hobbyists.
The number of hardcore PP users has dropped significantly in the last 5 years, in my experience, to less than 10%.
Re: Amex for Developers
#15I am trying to understand the value here and how this will benefit the developer and/or consumer.
Re: Amex for Developers
#16Less than 10% of our customers pay with Amex. Can someone shed some light on why a developer would implement this for Amex payments vs just using Stripe, Auth.net or another payment gateway that supports Amex? I am trying to understand the value here and how this will benefit the developer and/or consumer.
(Note that I have no idea how much cheaper it is because they don't seem to have prices anywhere. Which makes me irrationally angry and looking forward to their all-but-inevitable demise over the next decade).
Re: Amex for Developers
#17Re: Amex for Developers
#18Less than 10% of our customers pay with Amex. Can someone shed some light on why a developer would implement this for Amex payments vs just using Stripe, Auth.net or another payment gateway that supports Amex? I am trying to understand the value here and how this will benefit the developer and/or consumer.
It's probably cheaper. If it saves you 1/2% it may be worth it if you're doing >$1mil. (Note that I have no idea how much cheaper it is because they don't seem to have prices anywhere. Which makes me irrationally angry and looking forward to their all-but-inevitable demise over the next decade).
Re: Amex for Developers
#19Re: Amex for Developers
#20So can someone explain to me why one would use amex over stripe or braintree? Or why would one use mastercard's API or Visa's? They all have similar APIs right?
I run a small business using stripe and cc processing fees are a big hit. The service and support is amazing and it's so easy to use, but it's not cheap. They charge the same for every card type when the card providers charge in-person merchants much different (and lower) rates.