#Martin - Connect Oath
1 messages ยท Page 1 of 1 (latest)
HI ๐
Oauth is no longer the recommended integration. It is recommended you onboard with Account Links presently.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks for your response. We are aware of this but we have no choice since the app won't be hosted on a central server but client-hosted instead.
You should configure a Connect type webhook for your own platform to get events about your connected accounts, it's not expected for you to be able to create webhooks on their behalf.
I dont understand. We are able to create payments and fully integrate with stripe checkout but we are not allowed to get stripe checkout webhooks which are vital to complete the payment flow?
You can get webhooks -- but you don't do this by creating endpoints on the connected account directly
You create a webhook endpoint on your platform account with the Connect type and get events for all of your connected accounts there
thanks for that. so only through a central server? no way of creating a direct webhook endpoint to the client-hosted site?
Correct -- you manage this centrally. If they want their won webhooks you can direct them to the dashboard page to set this up themselves.