Payumoney integration for transaction in bots

(Baninaveen) #1

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.

(Matt Durr) #2

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.

(Baninaveen) #3

how will I store success transaction id other info in google sheet

(Daniel Beckett) #4

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.

(baninaveenkr) #5

Yes i have done all the processes .
here is my flow

  1. card view with image, pay button. > after clicking pay button it goes external payment option
  2. after paying in external webview. it store on google sheet.
  3. add row and get row
  4. send email about product details like payment id , buyers name etc. via gmail

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