This feel so silly, however I’m building an app with Glide and integrating (using Make) into Paystack for payments
I made a call to the Paystack API to initialise a transaction
I receive a URL via the responce
“Bundle 1Collection
Authorization URL Paystack Checkout
Access Code XXXXX
Reference ae9j8qd4o2”
From my understanding, I’m supposed to open the URL
I tried using HTTP call from Make, but that didn’t work?
Is the a way to send the URL back to Glide and open from there?