#kokars
1 messages · Page 1 of 1 (latest)
Hi 👋
What are you trying to do here?
Hi.
1)Login with Steam account.
2) Select game server.
3) Choose package from game server.
4) Buy with stripe.
5) If payment is successful -> it send rcon command to my game server and adds user to permission group.
6) After 30 days it expires.
I can't figure out do I need Chekout witch is prebuilt or I need to write from scratch. (I know I have to integrate stripe with rcon and steamID)
Either option would allow you to collect payments. Checkout requires a redirect to a separate web page but it allows you to avoid having to maintain the surface
Payment Elements are more configurable but require more effort
Ok, thanks.
In both cases I would recommend using webhooks to receive confirmation of successful payments
Good to know. Thanks.