
Announcements
We have built Microsoft form to facilitate subscription form. On click submite we want a flow trigger to launch a paypal payment gate way
Hi @omokoje1
The first part is quite straightforward. You need a trigger when a new response is submitted and get the information. Something like this:
The second part you need to do a little bit more work. You need to call the PayPal API directly since there's no connector to do that for you. Here's the developer website:
https://developer.paypal.com/docs/api/overview/
You can use the "HTTP" action to Post requests and parse the responses.