Skip to main content
{
	"address": {
		"city": "<string>",
		"country": "<string>",
		"line1": "<string>",
		"line2": "<string>",
		"postal_code": "<string>",
		"state": "<string>"
	},
	"business_name": "<string>",
	"business_representative": {
		"date_of_birth": "<string>",
		"first_name": "<string>",
		"last_name": "<string>",
		"middle_name": "<string>"
	},
	"email": "<string>",
	"id": "poact_xxxxxxxxxxxx",
	"latest_verification": {
		"id": "verf_xxxxxxxxxxxxx",
		"last_error_code": "abandoned",
		"last_error_reason": "Document image was too blurry to read.",
		"status": "requires_input"
	},
	"phone": "<string>",
	"status": "connected"
}
address
object | null
required
The physical address associated with this payout account
business_name
string | null
required
The company’s legal name
business_representative
object | null
required
The business representative for this payout account
email
string | null
required
The email address of the representative
id
string
required
The unique identifier for the payout account.Example: poact_xxxxxxxxxxxx
latest_verification
object | null
required
The latest verification for the connected account.
phone
string | null
required
The business representative’s phone
status
PayoutAccountCalculatedStatuses | null
required
The granular calculated status of the payout account reflecting its current KYC and withdrawal readiness state.Available options: connected, disabled, action_required, pending_verification, verification_failed, not_started