
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
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
