Verify a Fyatu account exists and is active before sending a payout. Returns account holder name for confirmation.
| Parameter | Type | Description |
|---|---|---|
clientId | string | The recipient’s Fyatu client ID |
| Field | Type | Description |
|---|---|---|
clientId | string | Verified client ID |
name | string | Account holder’s name |
accountType | string | Account type (PERSONAL, BUSINESS) |
status | string | Account status |
kycVerified | boolean | Whether account is KYC verified |
canReceive | boolean | Whether account can receive payouts |
| Status | canReceive | Description |
|---|---|---|
ACTIVE | true | Account is active and can receive |
INACTIVE | false | Account is inactive |
SUSPENDED | false | Account is suspended |
DELETED | false | Account is deleted |
canReceive is true| Error Code | HTTP | Description |
|---|---|---|
RESOURCE_NOT_FOUND | 404 | Account not found |
AUTH_TOKEN_INVALID | 401 | Invalid or expired token |