WildApricot Finances.Payments API is one of 29 APIs that WildApricot publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Finances.Payments. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.
This API exposes
10 operations
across 7 paths,
and defines 12 schemas.
It is described by OpenAPI 3.0.3, at version 7.24.0.
Requests are made against a single base URL, https://api.wildapricot.org/v2.2.
10 operations7 paths12 schemas1 DELETE2 GET6 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
WildApricot Finances.Payments API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (OAuth2) using the clientCredentials flow, exposing 1 scope.
OAuth2 — OAuth2 authentication for WildApricot API
Paths & Operations 10
Across 7 paths, the API surfaces 10 operations — 1 DELETE, 2 GET, 6 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Finances.Payments 10
GET
/accounts/{accountId}/payments
WildApricot Get List of Payments by Criteria.
GetPaymentsList11 params→ 200400401429
POST
/accounts/{accountId}/payments
WildApricot Creates a New Payment.
CreatePayment1 parambody→ 200400401429
GET
/accounts/{accountId}/payments/{paymentId}
WildApricot Retrieve Information About Specific Payment
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are FinanceDocument (9 properties), CreatePaymentModel (8 properties), FieldValue (3 properties), LinkedResource (2 properties). Each schema is shown below with its type and property counts.
FieldValue
object
3 properties
PaymentType
string
Payment type.
FinanceDocument
object
9 properties
LinkedResource
object
2 properties
PaymentsResponse
LinkedResourceWithName
UpdatePaymentParams
CreatePaymentModel
object
8 properties
Payment
PaymentIdsResponse
object
1 property
PaymentListResponse
object
1 property
ResourceUrl
string
Permanent resource URL in API.
Specification
The full machine-readable OpenAPI contract behind this narrative.