HackerTrans
TopNewTrendsCommentsPastAskShowJobs

base

no profile record

comments

base
·3 tahun yang lalu·discuss
The page needs some code examples. It's just marketing talk, needs to be more oriented to it's audience.
base
·3 tahun yang lalu·discuss
Akismet is a paid service and their apis are tailored for comments. An advantage with comments is that you can just mark as spam if some contents have dubious links or keywords.

An issue you have in many forms (e.g.: login form) is that there is limited data to decide if it's a real user or a bot.
base
·3 tahun yang lalu·discuss
That's what most big e-commerce websites already do. From the moment you have a login the content is personalised to you.
base
·3 tahun yang lalu·discuss
Drug Checking is also done in some festivals in Portugal, example: https://boomfestival.org/boom2023/guide/kosmicare/#:~:text=D....
base
·7 tahun yang lalu·discuss
Currency conversion fees are also quite cheaper on Adyen 1.2% vs 2% on Stripe
base
·7 tahun yang lalu·discuss
We used other payment gateways before Stripe.

We built the abstraction around the requirements for our business model, although after some iterations it became similar to the model used by Stripe (customers, sources, plans...). We support saved payment options and on them we do recurring billing and one-stop payments.

A user for us can have multiple sources and a source is a saved external card or payment method, in the case of Stripe a source is a combination of the Stripe customer id and Stripe source token.

Most payment gateways support some kind of token that represents a saved card or similar on which you can do a charge.
base
·7 tahun yang lalu·discuss
Paypal has APIs that support that. Example: https://developer.paypal.com/docs/classic/express-checkout/e...
base
·7 tahun yang lalu·discuss


   A good first question to ask about a data model is, "where does the data live?"

   In general, we think it's a good idea to make Stripe the "one true source" for as much of your customer and billing data as possible.
Our company went the opposite way, we have our own model and we abstract stripe as a payment option supported. Recently with the same model we were able to add Paypal and other country specific payment methods.