{
"id": "string",
"email": "user@example.com",
"country": "st",
"defaultCurrency": "string",
"detailsSubmitted": true,
"chargesEnabled": true,
"payoutsEnabled": true,
"requirements": {
"currentlyDue": [
"string"
],
"pastDue": [
"string"
],
"eventuallyDue": [
"string"
],
"disabledReason": "string"
},
"businessProfile": {
"name": "string",
"url": "http://example.com",
"supportEmail": "user@example.com",
"supportPhone": "string"
},
"settings": {
"payouts": {
"schedule": {
"delayDays": 0,
"interval": "daily"
},
"statementDescriptor": "string"
},
"dashboard": {
"timezone": "string"
}
}
}