Objective: Set up Fin AI to transition the conversation to a human agent, but only after the user completes a payment through Stripe.
I've created a custom action for Stripe that connects to Fin, initiating a Stripe payment intent. The payment link is successfully generated and appears in the logs, but Fin doesn’t display the link to the user in the chat.
Question: How can I configure Fin to send this Stripe payment link directly to the user within the chat? Then, check if the payment status is successful and if it is only then transition user to help desk agent?