Skip to main content
GET
/
payout-verify
Verify bank account
curl --request GET \
  --url https://aarwcjjzhlmkgdwrisyt.supabase.co/functions/v1/payout-verify \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "status": 200,
  "data": {
    "account_name": "Ade Johnson"
  }
}

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth-verify (login context) or /auth-signup. Set the bearer_token environment variable in your API client to apply it globally.

Query Parameters

bank_code
string
required
account_number
string
required
Minimum string length: 10

Response

Account verified — name returned

success
boolean
Example:

true

status
integer
Example:

200

data
object