#hvmp - payout

1 messages ยท Page 1 of 1 (latest)

minor hill
#

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.

open lynx
#

Awesome information, thankyou! Was able to test and validate that we get back the errors you said.

#

Manager satisfied ๐Ÿ™

minor hill
#

NP! happy to help