HackerTrans
トップ新着トレンドコメント過去質問紹介求人

NavyG

no profile record

投稿

[untitled]

1 ポイント·投稿者 NavyG·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 NavyG·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 NavyG·3 年前·0 コメント

Why Do Animals Keep Evolving into Crabs?

livescience.com
1 ポイント·投稿者 NavyG·3 年前·0 コメント

Ask HN: What is the best payment processor in Philippines?

1 ポイント·投稿者 NavyG·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 NavyG·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 NavyG·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 NavyG·3 年前·0 コメント

Ask HN: Why is it so hard to use LinkedIn ads?

1 ポイント·投稿者 NavyG·3 年前·2 コメント

Ask HN: What is/was your biggest pain point with integrating PayPal with Stripe?

21 ポイント·投稿者 NavyG·3 年前·2 コメント

[untitled]

1 ポイント·投稿者 NavyG·3 年前·0 コメント

Ask HN: Stripe users (US) who also have PayPal, what's your overhead like?

1 ポイント·投稿者 NavyG·3 年前·0 コメント

Ask HN: What are some low cost payment processing alternatives to Stripe?

155 ポイント·投稿者 NavyG·3 年前·114 コメント

No code payments automation is a lie

hyperswitch.io
1 ポイント·投稿者 NavyG·3 年前·0 コメント

A Neat OSS Contribution

github.com
2 ポイント·投稿者 NavyG·3 年前·0 コメント

コメント

NavyG
·3 年前·議論
stripe-based store XD
NavyG
·3 年前·議論
Yess I am willing to trade off developer friendliness. Have you personally used stax or any of these archaic platforms?
NavyG
·3 年前·議論
Yes, want to understand the trade off and would like to know what the challenge is in integrating directly with a payment provider that is closer to the networks / banks. I love Stripe for how easy it is to get started with but I am looking for opportunities to save cost further but getting closer to the acquirer
NavyG
·3 年前·議論
Interesting, have you also tried online payments (card not present) with them? If so how is the reliability in that case?
NavyG
·3 年前·議論
Curious: you must have done a lot of groundwork to provide the whole stack as a solution, would love to hear from you how you internally select the processors you work with. Or are you directly integrated with banks and card networks?
NavyG
·3 年前·議論
Exactly my concern, I'm basically looking to get a service provider that is as close to card networks or banks as possible. Not looking at which one is "pretty" at all. Willing to work with that provider to integrate them with my website
NavyG
·3 年前·議論
Twitter where? link pls
NavyG
·3 年前·議論
This seems more like a merchant of record partner though
NavyG
·3 年前·議論
I currently operate only in US and I am willing to put in the effort for integration, PCI compliance etc. Do you have any recommendations for the local processors you mentioned?
NavyG
·3 年前·議論
Super interesting, is this available in the US?
NavyG
·3 年前·議論
Hey I was referring to accepting payments online on my website. So this is the payment processing fees I was referring to
NavyG
·3 年前·議論
Is this also available in the US?
NavyG
·3 年前·議論
Adyen is a good option, however they have a monthly fixed fee ($120) and looks like they might not onboard small merchants with less than $50M ARR
NavyG
·3 年前·議論
Has anyone used Helcim or Stax? These processors pricing seems to be around $0.15 per transaction. If this is true why don't so many people use it?
NavyG
·3 年前·議論
Dropdowns are kinda better for mobile though
NavyG
·3 年前·議論
Yeah it does not make sense to pass on every error message to the customer but don't these error codes get logged on the console anyways?
NavyG
·3 年前·議論
Does the vagueness of the error message have something to do with reducing frauds?
NavyG
·3 年前·議論
Haha reminds me of the one we made this year proposing adding barter system as a payment method to our processor: https://github.com/juspay/hyperswitch/issues/825, fun times :P
NavyG
·3 年前·議論
Well yes but actually no. I don't think teams necessarily have to be full stack because it depends on the domain / modules around which the team is organized
NavyG
·3 年前·議論
> Modal windows can't be bookmarked or shared as links

We use modal windows specifically for this reason (for our payment application's checkout page).

Also using a modal significantly improves the checkout experience in case of SDK flows for payment methods like Klarna, Google pay etc.

Personally I feel modal windows are better aligned to the user's flow of attention. We also have redirection flows for these payment methods to open the authentication page in a new tab but we pick the modal flow ever single time for a better experience.

You can get a feel of what I'm talking about over here: https://demo-hyperswitch.netlify.app/checkout