Skip to main content
GET
Verify Account

Overview

Verify a Fyatu account before making a payout. This confirms the account exists, is active, and can receive funds.
Always verify the recipient account before making a payout to prevent failed transactions and lost funds.

Path Parameters

Response

Example Usage

Example Response

Status Values

Best Practices

  1. Always Verify First: Verify the account before showing payout confirmation to user
  2. Display Name: Show the recipient’s name for user confirmation
  3. Check canReceive: Only proceed if canReceive is true
  4. Handle Not Found: Account may have been deleted or never existed
For better UX, verify the account as the user types and show the recipient’s name before they confirm the payout.

Error Responses

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth/token

Path Parameters

clientId
string
required

Recipient's Fyatu client ID

Example:

"clt_a1b2c3d4e5f6"

Response

Account verified successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
data
object
meta
object