#MorenoMdz-payout-instant
1 messages · Page 1 of 1 (latest)
looking
You are trying to create an instant Payout on the platform account (your own account) instead of the connected account. You forgot to pass the Stripe-Account header: https://stripe.com/docs/connect/authentication#authentication-via-the-stripe-account-header
let me take alook
gotcha, it worked on curl
let me see if I can make it work on node now
@winter nymph adding stripe_account to the stripe.payouts.create() payload on Node should do it?
there's an example on that doc I linked for all languages
I ill take a look, I am not sure if I follow the examples there, if I get it right when we pass the stripe_account property it does what the Stripe-Account header does on the basic http request, testing now
{email: 'person@example.edu'},
{stripe_account: '{{CONNECTED_STRIPE_ACCOUNT_ID}}'}
);
``` exact example in our docs. You can see how it's not just passing the param and you need it in a **separate hash** as a second parameter
quick question, can I see when payouts are Instant on the stripe dashboard?
Not sure, best option is to create a Test one and see what the Dashboard says
I got the instant payout working, the example here was very helpful https://stripe.com/docs/payouts/instant-payouts
Also thanks to your directions @winter nymph
now I need to understand how the dashboard displays the instant payouts
since you have an instant payout you now just have to look at it right?