#dalbeer
1 messages ยท Page 1 of 1 (latest)
๐ how may I help?
the above thing is right ?
Also i got this error without destination parameter for the payouts
https://i.imgur.com/oYN8UIE.png
and this is the code
stripe_payout = stripe.Payout.create( amount=int(final_payout_amount * 100), currency="usd",)
yes that's correct if you want to do manual payouts
would you mind copying the request ID in that error? req_xxx
req_5ROmavn0lf68sB
the payout you want to create is for your connected account and not your own
so you need to pass in the Stripe-Account header
explained here https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i want to automate the payouts
then you don't have to create the payouts yourself
Stripe already has automatic payouts
then how?
then what should i send to stripe which will automate the payouts
on stripe ?
what do you mean?
about this configure the schedule on stripe or on the connected accont?
it's for the connected account
from the platform
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks for the help if i need any information will ping you
sure thing