#Aastone-PHP-platform
1 messages · Page 1 of 1 (latest)
So you would need to listen to webhooks here for payment_intent.succeeded and then right code based on the webhook to create a separate transfer (https://stripe.com/docs/api/transfers/create) to your Connected Account.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I don't know ho to listen to the webhook 😩
No worries! I'd start by reading through our docs here: https://stripe.com/docs/webhooks
Then we actually have a Webhook integration builder where you can see the code that you will need: https://stripe.com/docs/webhooks/quickstart
thanks for pointing out the right parts on the API documentation
Sure thing. Take a look through that stuff and then come back with any questions you have and we can help!