#Debi Prasad
1 messages · Page 1 of 1 (latest)
Correct, Stripe doesn't have a Rust API unfortunately
There are a couple 3rd party libraries that have built wrappers to help with using Rust to communicate with the Stripe API, but we don't have a lot of context on those
I am building a big marketplace and I want Stripe to be a part of it. However the tech stack must be rust. What would you recommend as the best solution.
I don't have an official recommendation, but here is a stripe Rust crate: https://docs.rs/stripe-rust/latest/stripe/
And this repo looks promising: https://github.com/arlyon/async-stripe
Awesome, can you confirm whether it has support for Stripe Connect (Express Account) as well as Stripe Checkout operations?
I cannot. You would need to dig on your own from here. I can only really support the languages that Stripe inherently allows
Thanks man, I appreciate it.