#spacemonkey17
1 messages · Page 1 of 1 (latest)
Can you share the event ID (evt_xxx)?
evt_1MqVCwRVMadNhRhnIMxTgHER
If you're referring to payouts_enabled: true field, it will be updated if the connected user completed the onboarding requirements
but we made a API call just to change it to keep it manual always.
Is it possible to keep it manual until the platform decides (We decide)
payouts_enabled is to inform you whether Stripe can send the payout to connected account, but not the payout schedule. You can still set the payout schedule to manual to manage your the payout own your own: https://stripe.com/docs/connect/manage-payout-schedule
Yes we did set this to manual on 15th April
req_pnol3AtDx88Zb3
but suddenly it was changed to daily with the auto even evt_1MqVCwRVMadNhRhnIMxTgHER
is that expected or is it a bug?
I don't see the payout schedule to auto. Could you share which parameter you are looking at in evt_1MqVCwRVMadNhRhnIMxTgHER?
"payouts": {
"debit_negative_balances": true,
"schedule": {
"delay_days": 2,
"interval": "daily"
}
evt_1MqVCwRVMadNhRhnIMxTgHER was sent on 2023-03-28 05:36:33 UTC before you made the request req_pnol3AtDx88Zb3
In the latest account.updated event, I could see that the payouts.interval is set to manual in evt_1Mxh46RVMadNhRhnNYmXylhK
Sorry wrong string... let me send the correct one
This is the request ID
req_sDtFIf9Z5bm205
Where we set the account to manual 24th March
But event evt_1MqVCwRVMadNhRhnIMxTgHER stripe automatically changed it to daily on 28th March
Hi @dense quartz I'm taking over
Is it a question about what triggered the account update event evt_1MqVCwRVMadNhRhnIMxTgHER ?
Thats right. We have an issue because this account payout was intentionally set to manual due to high risk. But it was suddenly changed to daily payouts.
and the payouts have been completed as well
So we are alarmed what caused this change
I don't see a settings.payout hash on this event
"payouts": {
"debit_negative_balances": true,
"schedule": {
"delay_days": 2,
"interval": "daily"
}
you can see that the payouts have been changed to daily
evt_1MqVCwRVMadNhRhnIMxTgHER
On 24th March we set it to manual
On 28th March it was changed to daily
So i want to understand what caused this change. If you can help that would be great
Got it, let me take a look, one sec
I logged into your Dashboard and I still don't see a settings.payouts hash in event evt_1MqVCwRVMadNhRhnIMxTgHER
Where did you see the
"payouts": {
"debit_negative_balances": true,
"schedule": {
"delay_days": 2,
"interval": "daily"
}
``` ?
its in the even evt_1MqVCwRVMadNhRhnIMxTgHER object
Did you see it from Dashboard or somewhere else?