#backenddev_55020
1 messages ยท Page 1 of 1 (latest)
hi there!
you can find all our SDK here: https://stripe.com/docs/libraries#server-side-libraries
and we don't have one for Go.
microservice in other language such as python or java is also ok ..
we don't have any doc specifically on microservices. what exactly are you trying to do?
i am trying to develop new microservice for stripe integration for our ecommerce web app / mobile app ... i am looking for some reference design for this microservice which should take care of all scenarios while dealing with stripe integration ... It should be able to handle all corner cases such as timeouts , network issues etc ..
like I said we have nothing specifically about microservice. but which part of Stripe are you trying to integrate? Checkout Session, Payment Element, Invoices, something else?
we intend to use checkout session
i want to look at how to handle timeouts, error conditions etc ... i also want to understand how to handle idempotency aspects ..
Hello ๐
Stepping in here
i want to look at how to handle timeouts, error conditions etc ... i also want to understand how to handle idempotency aspects ..
As my colleague mentioned, we don't have a specific microservices example for this.
However, we do have docs that cover these concepts in depth
Our github repo for Go SDK also outlines certiain details
https://github.com/stripe/stripe-go?tab=readme-ov-file#documentation
Dropping some error handling docs here
https://stripe.com/docs/error-handling?lang=go
https://stripe.com/docs/error-low-level
ok thanks @languid geyser
NP! ๐ We'll need to step away soon but feel free to refer to those docs and resources.
I'll close out the thread for now.
sure @languid geyser