Skip to main content
GET
What this owner still needs before an account can be issued

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Headers

Zuba-Account-Id
string<uuid>

Optional. Names an owned sub-account (UUID) to act on. Omit to act at the master (tenant) level. Naming an account this key does not own returns 403 not_account_owner.

Query Parameters

currency
string
required

ISO-4217 currency the account would be issued in. Requirements differ per currency, so this is required.

Example:

"USD"

country
string

ISO 3166-1 alpha-2 country the money would be collected in. Supply it for currencies collected in more than one country, exactly as the create call would; omitting it where it is needed is itself reported as a requirement.

Example:

"SN"

Response

Outstanding requirements for the request owner

country
string | null
required

The country this answer was computed for, or null when none was given.

Example:

"SN"

currency
string
required
Example:

"USD"

ready
boolean
required

True when a create call would succeed now. The single field to branch on; status and requirements say why not.

Example:

false

requirements
object[]
required

Empty when nothing is outstanding.

status
enum<string>
required

already_exists — an account is already issued for this owner and currency. action_required — the requirements below are outstanding. unavailable — this currency is not offered to this owner, and no field they supply will change that.

Available options:
ready,
already_exists,
action_required,
unavailable
Example:

"action_required"