by dave_4_bagels on 11/28/20, 6:42 PM with 0 comments
A friend of mine has recently entered an industry relative to CBD. He's encountered significant e-commerce issues with Stripe, Shopify and Square due to the nature of her business.
I've looked into using a number of "high-risk" payment processors, at this point I'm mostly set on Maverick Payments. They have a well documented API but I'm not exactly sure where to start in terms of structing an API endpoint for my react front-end to use their payments API. Especially since all google turns up these days are poorly made stripe react tutorials and github pages.
Curious of direction in terms of processing credit card payments with a more "raw" gateway to the processor or example code to get me started! I'm a relatively accomplished back-end engineer, but I really want to get the payments scheme as right and secure as possible!
Thanks all!