#backenddev_55020

1 messages ยท Page 1 of 1 (latest)

tame kayakBOT
high jolt
#

hi there!

lusty orchid
#

microservice in other language such as python or java is also ok ..

high jolt
#

we don't have any doc specifically on microservices. what exactly are you trying to do?

lusty orchid
#

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 ..

high jolt
#

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?

lusty orchid
#

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 ..

languid geyser
#

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

lusty orchid
#

ok thanks @languid geyser

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.

lusty orchid
#

sure @languid geyser