frankensteinOriginal post
Rank 3: Container
I have a payment function from 3rd party provider who supports redirect url and webhooks when payment is done. How can i use to trigger a function that verifies a payment and update payment data in my database by using url or something?
Summary
Developers are wondering if they can use a redirect URL to trigger a function. It is possible to use the functions API to integrate it. They want to know if it's possible to make an API request once the payment is done. They have a payment function from a third-party provider that supports redirect URL and webhooks when the payment is done. They want to know how to use it to trigger a function that verifies the payment and updates payment data in their database using a URL or something similar.
Solution: Yes, it is possible to use the redirect URL and webhooks to trigger a function. The developer can set up the payment function