#bostonpicks_webhooks
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1227608450385711274
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Are you a developer? What platform you're building your integration on?
It’s AI Software that uses algorithms to predict sports betting
I need the api basically when a client buys a package we need the confirmation to give access to our cloud server to use our ui basically
We don't provide prebuilt solutions for this. We have APIs that can help developers to build their own integrations that can do that.
If you're a developer then I can share some documentation that should help with building your own integration. However, if you're not a developer then you'd likely want to use google to look up third-party platforms that provide the features you need for your usecase
I am a dev lol legit building my Ai module
Gotcha. Are you planning to process one-time payments or recurring payments/subscriptions?
@austere warren
Both sir
Gotcha. So we have a product called Stripe Checkout that provides a Stripe hosted checkout page and let's your customers pay for the product.
Here are the step by step guides on how you can integrate it
One-time payments: https://docs.stripe.com/payments/accept-a-payment
Recurring/Subscriptions: https://docs.stripe.com/billing/subscriptions/build-subscriptions
Once you've done that, this doc here explains how you can fulfill the orders using webhooks:
https://docs.stripe.com/payments/checkout/fulfill-orders
Thanks will check it out