Hey guys. How do I setup payments for my app if stripe is not supported in my country
A general recommendation is finding a payment gateway that supports API in your country, and make sure you have these things:
- The ability to create a checkout session for users to pay, and have a link to send them to pay.
- The ability to get payment info back once payment is completed.
- If you do subscriptions, make sure if the subscription is cancelled/voided/failed to pay, then you update the according subscription info in Glide.