#multi-thread
1 messages · Page 1 of 1 (latest)
And I have checked so Results.StripeAccount is the right ID for the connected account in my dashboard.
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
As the error message suggests, you need to specify a transfer_data[destination] when application_fee_amount is specified.
I tried that as well, I specify "application_fee_amount" (8) dollars. Still my main acc does not get any fees.
Wait... It maybe just got $0.08 instead of 8 dollars 🤔
Did you specify transfer_data[destination] ? can you send me the request ID?
Oh okay, my bad then sorry.
So it is always then in cents?
So, it will basically always work if I do times 100, depending on what country the seller is in.
In most cases yes. But you need to be careful about some zero-decimal currencies (https://stripe.com/docs/currencies#zero-decimal) which you don't need to x100
Happy to help!