Wallet Object

Details on Wallet object

Field

Required

Type

Description

nick_name

Yes

String

Nickname for the wallet

funding_source_type

In Response

String

Response Type of funding source. “WALLET”

id

In Response

String

Unique wallet ID once a wallet is successfully created

user_id

Yes

UUID

ID of the wallet user

balance.available_balance

In Response

String

Balance available for transfer

balance.balance

In Response

String

Total balance in the wallet including the transactions in transition

verification_status

In Response

String

Verification status of wallet. Wallet in verified status can be used for transfers

annual_limit

In Response

Numeric

User's maximum annual transaction limit

daily_limit

In Response

Numeric

User's maximum daily transaction limit

monthly_limit

In Response

Numeric

User's maximum monthly transaction limit

current_tier

In Response

Numeric

User tier level. Additional details on the tiers can be found on your spec sheet

max_wallet_tier_limit

In Response

Numeric

Maximum amount the wallet can hold

Last updated