#divya.shalini.ics
1 messages ยท Page 1 of 1 (latest)
I am trying to create but it is showing error
Maybe becuase there is no payout available
for the account
would you mind sharing the request ID?
the bank account you used is not for your platform account
I guess you're trying to create a payout for your connected account?
Yes
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
when that's the case you need to pass in the Stripe Account header as explained in the link
Like this right?
curl https://api.stripe.com/v1/payouts
-u sk_test_:
-d amount=1100
-d currency=usd
-H "Stripe-Account: acct_1Lg7GDHdtz9jEBQS"
-G
something like that yes, you can test it and see
that's a different error though, it's not the same