#jchannon
1 messages · Page 1 of 1 (latest)
Looks like there is no failed event here, I think you are right that the API call to make a transfer failing is the error to signal it. If the call succeeds then the transfer will succeed https://stripe.com/docs/api/events/types#event_types-transfer.created
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so basically if the SDK/API call returns success we're good, if it fails it fails, no need to wait for a webhook for confirm it succeeded/failed?
Correct
thanks
Of course, glad I could help!