Skip to main content

Resources

This page documents the JSON:API resource schema for wallet accounts.

WalletAccount

The WalletAccount resource represents a wallet account that can be used to send and store money on behalf of third parties.

For the complete resource schema, see WalletAccount.

Key Attributes

AttributeTypeDescription
namestringOptional. Name of the wallet account
statusstringStatus of the wallet: Open, Frozen, or Closed
balanceintegerThe balance amount (in cents)
holdintegerThe hold amount (in cents)
availableintegerThe available balance (in cents)
currencystringCurrency of the wallet (e.g., USD)
tagsobjectOptional. See Tags
walletTermsstringThe wallet terms associated with the account
createdAtRFC3339 Date stringThe date the wallet was created
updatedAtRFC3339 Date stringOptional. The date the wallet was last updated
closedAtRFC3339 Date stringOptional. The date the wallet was closed
closeReasonstringOptional. The reason for closing (ByCustomer, Fraud, ByBank, NegativeBalance)
frozenAtRFC3339 Date stringOptional. The date the wallet was frozen
freezeReasonstringOptional. The reason for freezing (Fraud or Other)

Relationships

RelationshipTypeDescription
customerCustomerThe customer who owns the wallet
orgOrgThe organization the wallet belongs to

Account End-Of-Day

The AccountEndOfDay resource represents a snapshot of an account's balance at the end of each business day.

For the complete resource schema, see Account End-Of-Day.

Key Attributes

AttributeTypeDescription
dateISO Local Date stringThe date of the end-of-day snapshot
balanceintegerThe account balance (in cents) at the end of day
holdintegerThe hold amount (in cents) at the end of day
availableintegerThe available balance (in cents) at the end of day