PayPal · Schema

Venmo Wallet Attributes Response

Additional attributes associated with the use of a Venmo Wallet.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
vault object
View JSON Schema on GitHub

JSON Schema

paypal-venmo-wallet-attributes-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/venmo_wallet_attributes_response",
  "title": "Venmo Wallet Attributes Response",
  "type": "object",
  "description": "Additional attributes associated with the use of a Venmo Wallet.",
  "properties": {
    "vault": {
      "$ref": "#/components/schemas/vault_response"
    }
  }
}