I need help integrating paystack into my Glide app

Hello guys,I’m from Ghana and I need help integrating paystack into my Glide app. By default, Glide doesn’t support paystack as a payment option and I have been sitting and brainstorming for more that 3 days straight on how I can finally get paystack to validate payments made in my app and its hectic. Please help me out if you have any idea on how to solve this issue. By the way, I am new to Glide and would love a more comprehensive yet easy to understand approach so I can grab the know-how better. Thank you

You can use JavaScript column and fetch Paystack API, use a test key before you finalize your code. Make sure your fetch is placed in a single row helper table to avoid multiple fetches.

Thanks a lot. I’ll surely give that a try

Be aware that the suggested method potentially exposes your API secret. A more secure approach is to use the Call API workflow function.

No is not exposing anything if you use only public key to generate request, to get feedback from paystack use web hook or some free backend server (it can be Google App Script) and fetch back to Glide. You can auth that fetch with any key created in separate JS column so is not exposed in dev tool under that fetch, or in the simplest way… connect 1 Google Sheet to Glide where you get webhook from Paystack and relate to your request ID.