PayPal · Schema

store_in_vault_instruction

Defines how and when the payment source gets vaulted.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-store-in-vault-instruction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/store_in_vault_instruction",
  "title": "store_in_vault_instruction",
  "type": "string",
  "description": "Defines how and when the payment source gets vaulted.",
  "minLength": 1,
  "maxLength": 255,
  "pattern": "^[0-9A-Z_]+$",
  "enum": [
    "ON_SUCCESS"
  ]
}