Moov · Schema

UpdateWalletRequest

Request body for updating a Moov wallet.

BankingEmbedded FinanceFinancial InfrastructureMoney MovementPaymentsTransfers

Properties

Name Type Description
name string Display name for the wallet.
View JSON Schema on GitHub

JSON Schema

moov-updatewalletrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateWalletRequest",
  "title": "UpdateWalletRequest",
  "type": "object",
  "description": "Request body for updating a Moov wallet.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the wallet."
    }
  }
}