#Majkel - Test Mode
1 messages ยท Page 1 of 1 (latest)
You won't actually "get" a payoutin test mode naturally, but for testing purposes you can use the cards on https://stripe.com/docs/testing#cards-responses that add funds directly to your available balance and then create a manual Payout (https://stripe.com/docs/api/payouts/create)
But in real life I would need to wait for a payout created by Stripe, because there are no manual schedules for Brazil, right?
I'd assume so based on the docs at https://stripe.com/docs/payouts#payout-schedule
That's wrong because "You cannot be on a manual payout plan in country BR."
Which part is wrong?
One cannot create a payout manually in BR
Correct, and if we block it in test mode as well, what you'd want to do to test is create a test-only account outside of Brazil.
That can be used to test payouts
My original question remains though
In regards to automatic payouts in test mode? Those will follow whatever the live mode timings are, sure.
So how can I test balance transactions if "Balance transaction history can only be filtered on automatic transfers, not manual" ๐
๐ hey there, just catching up. What exactly are you trying to do? this is the first mention of balance transactions.
Ok I've created a daily schedule on another account in another locale and just going to wait for the payout to happen
We're integrating Stripe Custom accounts in BR, but there are no manual payouts there. Thus we need to know which payments does this payout include when it happens (on webhook call) so we can mark our payments (in our db) as paid
Well, you'd need automatic payouts anyways because you can't review charges included in manual payouts anyways ๐