Hello
I wanted to integrate payumoney or ccavenue payment gateway into my bot.
How will user get redirect back to bot after they pay a amount from external url. I am from India and In india native payments is not accepted.
Hello
I wanted to integrate payumoney or ccavenue payment gateway into my bot.
How will user get redirect back to bot after they pay a amount from external url. I am from India and In india native payments is not accepted.
Can you trigger a webhook from the payment provider after it completes? Have a flow that uses that webhook as it’s trigger and it should pop the bot conversation back up.
It looks like payumoney has an API reference that you could take a look at.
As Matt suggested it could be possible to use webhooks as a trigger. It also looks like webhooks are the answer for passing information into Google Sheets i.e. trigger a flow off of a webhook and then have a task to add the information into Google Sheets.
Yes i have done all the processes .
here is my flow
but I want to show the user as a receipt templates with product id and transaction id to user.
I think i make http POST request.
plz help in this regard