I have the Bot initiate or send the user a Stripe payment link, amidst the conversation, but how can I make the bot acknowledge that the payment has been successful? Is it doable in Botpress?
h
helpful-vr-6699
07/29/2023, 6:46 AM
I am no expert but I think it should be, you will have to use stripe API, and send a request to check for the payment, and send message based on the returned value
The only thing that I am not sure is if Botpress has stripe installed on the server to be able to make this request.