#hvmp - payout
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
it says the resource is not found, assumedly b/c it's a resource of a connected account and not our platform account
Correct, if the payout is on a connected account, you need to use connect auth headers to make the request as that account:
https://stripe.com/docs/connect/authentication#stripe-account-header
However, you'll then find confirmation you cannot cancel automatic payouts:
https://stripe.com/docs/api/payouts/cancel
A previously created payout can be canceled if it has not yet been paid out. Funds will be refunded to your available balance. You may not cancel automatic Stripe payouts.
Awesome information, thankyou! Was able to test and validate that we get back the errors you said.
Manager satisfied ๐
NP! happy to help