#MorenoMdz-payout-instant

1 messages · Page 1 of 1 (latest)

winter nymph
#

looking

past copper
#

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?

winter nymph
#

there's an example on that doc I linked for all languages

past copper
#

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

winter nymph
#
  {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
past copper
#

quick question, can I see when payouts are Instant on the stripe dashboard?

winter nymph
#

Not sure, best option is to create a Test one and see what the Dashboard says

past copper
#

now I need to understand how the dashboard displays the instant payouts

winter nymph
#

since you have an instant payout you now just have to look at it right?

past copper
#

found inside the connected account @ https://dashboard.stripe.com/test/connect/accounts/acct_1JUYQp2ZWCIO2MIM/activity

#

@winter nymph thanks got it working 😉