Hi Friends,
I need your support, how i can add a pay carrousel with the maker plan?, i cant use Glide Call Api
Hi Friends,
I need your support, how i can add a pay carrousel with the maker plan?, i cant use Glide Call Api
Can you be more precise please?
Glide Call API action is available starting at business plan.
HI Maxime,
I am from a country where Stripe, payhere, or paypal are not currently working, I am needing my application to be able to make payments for subscriptions, I am investigating how I can operate with a National transaction entity, I can send the data for the payment with Make to the entity, but I cannot recover the payment status since the Call Api is only available in the Business plan, but apparently I found a way, where I will use a Sheets sheet as a table and update it directly there, I still have to try it to see if it works.
Just make sure you don’t put financial card numbers or bank account number in the sheets linked to Glide.
This type of information is personal, only the user ID and the subscription status would be available, nothing more.
If the API you’re working with allows a payload to be sent when a payment is made, then you can send that payload to Make and update the relevant row in Glide. There’s no need for Call API in that case.