WildApricot · Example Payload

Wildapricot Donation Example

Membership ManagementAssociationsNonprofitEventsPayments

Wildapricot Donation Example is an example object payload from WildApricot, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ContactPaymentDonationDateFirstNameLastNameEmailOrganizationPhoneCommentPublicCommentValueTypeFieldValues

Example Payload

Raw ↑
{
  "Contact": null,
  "Payment": null,
  "DonationDate": "2026-05-03",
  "FirstName": "Jane Smith",
  "LastName": "Jane Smith",
  "Email": "member@example.com",
  "Organization": "example-value",
  "Phone": "+1-555-555-5555",
  "Comment": "example-value",
  "PublicComment": "example-value",
  "Value": 29.29,
  "Type": null,
  "FieldValues": [
    null
  ]
}