PayPal · Schema
Vaulted Digital Wallet Common Attributes
Resource consolidating common request and response attributes for vaulting a Digital Wallet.
BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook
Properties
| Name | Type | Description |
|---|---|---|
| description | string | The description displayed to the consumer on the approval flow for a digital wallet, as well as on the merchant view of the payment token management experience. exp: PayPal.com. |
| shipping | object | The shipping address for the Payer. |
| permit_multiple_payment_tokens | boolean | Create multiple payment tokens for the same payer, merchant/platform combination. Use this when the customer has not logged in at merchant/platform. The payment token thus generated, can then also be |
| usage_type | string | The usage type associated with a digital wallet payment token. |
| customer_type | string | The customer type associated with a digital wallet payment token. This is to indicate whether the customer acting on the merchant / platform is either a business or a consumer. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/wallet_base",
"title": "Vaulted Digital Wallet Common Attributes",
"type": "object",
"description": "Resource consolidating common request and response attributes for vaulting a Digital Wallet.",
"properties": {
"description": {
"type": "string",
"description": "The description displayed to the consumer on the approval flow for a digital wallet, as well as on the merchant view of the payment token management experience. exp: PayPal.com.",
"minLength": 1,
"maxLength": 128,
"pattern": "^[a-zA-Z0-9_'\\-., :;\\!?\"]*$"
},
"shipping": {
"description": "The shipping address for the Payer.",
"$ref": "#/components/schemas/shipping_detail"
},
"permit_multiple_payment_tokens": {
"type": "boolean",
"description": "Create multiple payment tokens for the same payer, merchant/platform combination. Use this when the customer has not logged in at merchant/platform. The payment token thus generated, can then also be used to create the customer account at merchant/platform. Use this also when multiple payment tokens are required for the same payer, different customer at merchant/platform. This helps to identify customers distinctly even though they may share the same PayPal account. This only applies to PayPal payment source.",
"default": false
},
"usage_type": {
"type": "string",
"description": "The usage type associated with a digital wallet payment token.",
"minLength": 1,
"maxLength": 255,
"pattern": "^[0-9A-Z_]+$"
},
"customer_type": {
"type": "string",
"description": "The customer type associated with a digital wallet payment token. This is to indicate whether the customer acting on the merchant / platform is either a business or a consumer.",
"minLength": 1,
"maxLength": 255,
"pattern": "^[0-9A-Z_]+$"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/paypal-wallet-base"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.