Yes, it is possible, but not directly as a built-in “payment gateway” feature inside Microsoft Copilot Studio, formerly known as Power Virtual Agents.
The usual approach is:
The chatbot calls a Power Automate flow or API
That flow integrates with a payment provider like:
Stripe
PayPal
Razorpay
Then the bot either:
sends a payment link
opens a hosted checkout page
or returns payment status to the user
Most implementations avoid collecting card details directly inside the chatbot for PCI/security reasons. Instead, the bot redirects users to the payment provider’s secure checkout page.
A very common pattern is:
User confirms purchase/payment intent in chat
Bot triggers Power Automate
Flow creates payment session/order via gateway API
Bot sends checkout URL back to user
User completes payment externally
Webhook updates Dataverse/CRM/order status
Microsoft doesn’t currently provide native bank/payment connectors specifically for Copilot Studio chat payments, so custom API integration is usually required.
Please✅Does this answer your questionif my post helped you solve your issue. This will help others find it more readily. It also closes the item.
If the content was useful in other ways, please consider answeringYestoWas this reply helpful?or give it aLike! 🩷
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.