v8
OpenAPI 3.1.02026-08-033623795.0 MBPayout accounts
Retrieve payout account
Retrieves the details of an existing payout account.
Required permissions:
- payout:account:read
get/payout_accounts/{id}
Path parameters
idstring required
Example:poact_xxxxxxxxxxxx
The unique identifier of the payout account to retrieve.
Response
A successful response
Example response
{
"id": "poact_xxxxxxxxxxxx",
"latest_verification": {
"id": "verf_xxxxxxxxxxxxx",
"last_error_reason": "Document image was too blurry to read."
}
}