Has anyone integrated Stripe payments in the Server Framework Lua runtime?

How to integrate stripe payment gatway with nakama and lua.

@kmsudhir Hi there! If you absolutely must use the Lua runtime your best bet is making direct calls to the Stripe API via the HTTP utility functions.

If you’re willing and able to use the Go runtime you could use the official Go SDK for Stripe.