Reponse path is not working or did't call http request

(Baninaveen) #1

I am implemented payment gateway in my bot when user click on pay now button it goes to external link.
I receive a data from webhook then it will store in google sheet after making payments successful then I want to show payment id to user as a custom request message

thanks

(Daniel Beckett) #2

Hi there,

Are you still having trouble getting this to work? It sounds like you had all of the data that you need being passed back in a webhook from your payment system and into Google Sheets. If this is the case then you could combine the information in Google Sheets with a piece of identifying information from your user (User ID, email address etc.) and do a search in your Google Sheets to retrieve their payment ID.

The support article for Using Google Sheets in Flow XO has some useful information on what can be done with the service.

Thanks,
Dan

(Baninaveen) #3

Thanks . It works I have done this before thanks for replying me.