Verify Account
Payouts
Verify Account
Verify a Fyatu recipient account before sending a payout. Validate account existence and details. POST /payouts/verify-account.
GET
Verify Account
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Verify a Fyatu account before making a payout. This confirms the account exists, is active, and can receive funds.Path Parameters
| Parameter | Type | Description |
|---|---|---|
clientId | string | The recipient’s Fyatu client ID |
Response
| 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 |
Example Usage
Example Response
Status Values
| 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 |
Best Practices
- Always Verify First: Verify the account before showing payout confirmation to user
- Display Name: Show the recipient’s name for user confirmation
- Check canReceive: Only proceed if
canReceiveistrue - Handle Not Found: Account may have been deleted or never existed
Error Responses
| Error Code | HTTP | Description |
|---|---|---|
RESOURCE_NOT_FOUND | 404 | Account not found |
AUTH_TOKEN_INVALID | 401 | Invalid or expired token |
Authorizations
JWT access token obtained from /auth/token
Path Parameters
Recipient's Fyatu client ID
Example:
"clt_a1b2c3d4e5f6"

