Papaya Global · Schema
Wallet
An organizational wallet in the Papaya Global Workforce Payments API. Wallets belong to the organization and store balances in configured currencies.
PayrollGlobal WorkforceHRPaymentsEmployer of RecordContractor ManagementCompliance
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique wallet identifier |
| type | string | Wallet type |
| currency | string | ISO 4217 currency code for the wallet balance |
| name | string | Human-readable wallet name |
| owner | string | Organization identifier that owns this wallet |
| funding | object | Banking details for funding this wallet |
| balance | number | Current wallet balance in the wallet's currency |
| user_tags | object | Custom key-value tags |
| state | string | Current wallet state (e.g., active, inactive) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/papaya-global/main/json-schema/wallet.json",
"title": "Wallet",
"description": "An organizational wallet in the Papaya Global Workforce Payments API. Wallets belong to the organization and store balances in configured currencies.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique wallet identifier"
},
"type": {
"type": "string",
"description": "Wallet type"
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code for the wallet balance"
},
"name": {
"type": "string",
"description": "Human-readable wallet name"
},
"owner": {
"type": "string",
"description": "Organization identifier that owns this wallet"
},
"funding": {
"type": "object",
"description": "Banking details for funding this wallet",
"properties": {
"name": {
"type": "string",
"description": "Bank or account name"
},
"country": {
"type": "string",
"description": "ISO 3166-2 country code for the bank"
},
"account_number": {
"type": "string",
"description": "Bank account number"
},
"bic": {
"type": "string",
"description": "Bank Identifier Code (SWIFT/BIC)"
},
"iban": {
"type": "string",
"description": "International Bank Account Number"
}
}
},
"balance": {
"type": "number",
"description": "Current wallet balance in the wallet's currency"
},
"user_tags": {
"type": "object",
"description": "Custom key-value tags",
"additionalProperties": {
"type": "string"
}
},
"state": {
"type": "string",
"description": "Current wallet state (e.g., active, inactive)"
}
}
}
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/wallet"
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.