Hey, so I wanted to try out payment systems but I'm having trouble getting started.
I've used the subscriptions template function and set it all up on the cloud. Now, my question is, how do I get started with integrating it onto my app? In the past, I've used serverless functions by just executing them and passing through parameters.
This time, I need to call an endpoint. How do I do that? Would I just send a request like I would with any other API? That leads me to my next question: What domain is it? How do I authorise that it's my app calling the function etc?
Any help is appreciated, as long as it's related to Appwrite and Stripe ๐
Thanks
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! Iโm seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...