PayPal · Schema

Card Attributes

Additional attributes associated with the use of this card.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
customer object
vault object Instruction to vault the card based on the specified strategy.
View JSON Schema on GitHub

JSON Schema

paypal-card-attributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_attributes",
  "title": "Card Attributes",
  "type": "object",
  "description": "Additional attributes associated with the use of this card.",
  "properties": {
    "customer": {
      "$ref": "#/components/schemas/customer"
    },
    "vault": {
      "description": "Instruction to vault the card based on the specified strategy.",
      "$ref": "#/components/schemas/vault_instruction_base"
    }
  }
}