Ask HN: How is your experience with Amazon SES?
How has your experience been using Amazon SES? Any areas where it is lacking?
How has your experience been using Amazon SES? Any areas where it is lacking?
Any recommendations on which payment gateway to use? We want to own the entire checkout experience.
I am interested in hearing your experiences :)
[Edit] We are trying to find the root cause of the issue, a processor that allows us to talk to an engineer would be great.
[Edit] Checkout works correctly on test mode, but fails when running payments live. Customers have used their cards on other websites using stripe and transactions went smoothly.
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). Stripe has been telling me it is an issue with the bank. But the bank it is telling me that they don't are receiving request for payments (transaction is falling on step #2).
I've talked to several friends and they are having the same issue, so hopefully someone from the HN community can help :)