If you don't know what's causing the issue, how do you know the problem isn't on your end? Switching providers won't fix that.
Hi, Stripe's support keep telling us it is a a bank error. According to stripe logs, a successful transaction has 3 steps: create a token (/v1/tokens), then the customer (/v1/customers) and finally generate the payment (/v1/charges). At the moment, all the transactions are falling when they receive the customer (/v1/customer). I am not sure what's causing the issue, I am requesting to talk to an engineer to get any r…
Ask HN: Best Stripe Alternatives?
11–20 of 54 posts
Re: Ask HN: Best Stripe Alternatives?
#12> We want to own the entire checkout experience The less you see, the better. Being PCI DSS compliant (as soon as you see/store sensitive transaction data) is a pain...
Sorry if I wasn't clear.
Re: Ask HN: Best Stripe Alternatives?
#13> We want to own the entire checkout experience The less you see, the better. Being PCI DSS compliant (as soon as you see/store sensitive transaction data) is a pain...
What I meant was, we don't want to redirect them to another website. I agree with what you mention. Sorry if I wasn't clear.
Re: Ask HN: Best Stripe Alternatives?
#14Edwin from Stripe here. Sorry you've been having trouble as of late—do you know yet what’s causing those transactions to fail? I'm happy to help troubleshoot if you email edwin@stripe.com.
Re: Ask HN: Best Stripe Alternatives?
#15Re: Ask HN: Best Stripe Alternatives?
#16Earlier quoted context omitted.
Hi, Stripe's support keep telling us it is a a bank error. According to stripe logs, a successful transaction has 3 steps: create a token (/v1/tokens), then the customer (/v1/customers) and finally generate the payment (/v1/charges). At the moment, all the transactions are falling when they receive the customer (/v1/customer). I am not sure what's causing the issue, I am requesting to talk to an engineer to get any r…
I don't see the payment intent endpoint listed here, which means you're not allowing for authentication challenges (SCA/PSD2). So it's possible the bank is denying the charge, but your flow isn't accounting for it if it's not using payment intents. See here for updating your implementation to account for SCA: https://stripe.com/docs/strong-customer-authentication/migra...
Re: Ask HN: Best Stripe Alternatives?
#17Earlier quoted context omitted.
What I meant was, we don't want to redirect them to another website. I agree with what you mention. Sorry if I wasn't clear.
You don’t have to redirect to another website. I recommend getting a better web developer because integration with Stripe can be completely seamless.
I think OP is just looking for something similar to Stripe. I’ve found Pin Payments to be pretty good. If they’d support ‘connect’ I’d migrate everything over to them
Re: Ask HN: Best Stripe Alternatives?
#18I’d take a look at something like https://www.spreedly.com/ or https://www.verygoodsecurity.com/ if you want to avoid lock in with Adyen, etc. Something like VGS can work where you don’t store credit card data but also don’t rely on a single PSP for everything.
Re: Ask HN: Best Stripe Alternatives?
#19If stripe says it's the bank's fault though, it probably is. We had issues with a lot of payments failing with "no not honor". It was the same with other providers and did turn out to be the banks