WildApricot · JSON Structure

Wildapricot Payment Structure

Payment schema from WildApricot Admin API

Type: Properties: 0
Membership ManagementAssociationsNon-ProfitEventPayments

Payment is a JSON Structure definition published by WildApricot. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wildapricot/refs/heads/main/json-structure/wildapricot-payment-structure.json",
  "description": "Payment schema from WildApricot Admin API",
  "allOf": [
    {
      "$ref": "#/components/schemas/FinanceDocument"
    },
    {
      "type": "object",
      "properties": {
        "Tender": {
          "$ref": "#/components/schemas/LinkedResourceWithName"
        },
        "Comment": {
          "type": "string",
          "description": "Internal note on payment. Visible to administrators only."
        },
        "PublicComment": {
          "type": "string",
          "description": "Comment on payment. Visible to both administrators and payors."
        },
        "AllocatedValue": {
          "type": "float",
          "description": "Total amount allocated to another finance documents (invoices or refunds)."
        },
        "RefundedAmount": {
          "type": "double",
          "description": "Amount of a refund assigned to the payment."
        },
        "Type": {
          "$ref": "#/components/schemas/PaymentType"
        },
        "DonationId": {
          "type": "int32",
          "description": "Identifyer of Donation for payment of type DonationPayment."
        },
        "FieldValues": {
          "type": "array",
          "description": "For each custom field you have added to your Wild Apricot database, the name of the field, its system code, and its value for this donation are returned. The system code is a unique field identifier that can be used instead of the field name to identify the field. As well, a number of system fields are returned.",
          "items": {
            "$ref": "#/components/schemas/FieldValue"
          }
        }
      }
    }
  ],
  "name": "Payment"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/wildapricot-payment-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.