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?
Is it possible to make an API request with it once the payment has been done?
If so, you can use functions API to integrate it
the 3rd api has a webhook option and redirect url
i was thinking if i coud use a redirect url to trigger a function
Recommended threads
- Empty listRows() response
Hi there, I'm shehryar, I'm new to react native and appwrite as well, I'm following a tutorial, what's surprising is the listRows({databaseId, tableId, queries}...
- Failed function deployments
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So ...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...