Payment portal navigational control

Hi Everyone,

For a shopping cart, I have added the payment option as of in tutorial robert_petitto, but I am struggling to find a solution where when the payment is successful the workflow automatically triggered and submit the order, as payment url is opened in web embed, and it has to be manually closed and then submit the order.

Thanks,

Check if your payment provider provides something like a payload to be sent to a webhook after a successful payment (it’s standard in Stripe, PayPal etc).

If it’s available, send that to a Glide webhook trigger module, and process the relevant info in the webhook trigger scenario.

I have been use payhere to make in app transactions with the support of make.com to trigger row addition for recording payments,

I take it your “submit order” means either setting some values in your table, or adding a new row. You can do either of these through Make with an API call/Glide’s module, OR do the below directly and skip Make.

1 Like