Payment Flow - Non Signed In User

Hi everyone,

Been stuck on this problem for a few days now and cant seem to think of any new ideas would be great to have some solutions/tips on it!

Thanks alot!

Is Paystack offering you the option to pass hidden params when a payment is made? If yes, I would add needed params to the payment URL when you show it to the user in the app, then once a payment is made, you use that as a trigger inside Make instead of the webhook.

Ideally, that new payment trigger would contain identifiable info of the user.

1 Like

Hi,

Im sure we could however we would still need to trigger the make automation from Glide as we need the data to come through from the webhook. Also, if the payment is made and the app refreshes then how would you still make sure that user has paid?