Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qgiv Refunds API

Confirmed. Read-only reporting on refunds.

Qgiv Refunds API is one of 10 APIs that Qgiv publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Refunds. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://secure.qgiv.com/admin/api.

4 operations 4 paths 3 schemas 4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://secure.qgiv.com/admin/api
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Qgiv Refunds API declares 1 security scheme for authenticating requests. An API key is passed in the query as token (tokenAuth). By default, every request must be authenticated.

  • tokenAuth — Documented as a POST body field (token= ), not a header or querystring value. Modeled here as an apiKey scheme because OpenAPI 3.0 has no first-class "form fie…

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 POST. Each is listed below with its method, path, parameters, and response codes.

Refunds 4

Confirmed. Read-only reporting on refunds.

POST
/reporting/refunds/last/{limit}
Get last N refunds (Confirmed)
getLastRefunds 1 param body → 200401
POST
/reporting/refunds/after/{refundId}
Get refunds after a given ID (Confirmed)
getRefundsAfterId 1 param body → 200401
POST
/reporting/refunds/dates/{begin}:{end}
Get refunds by date range (Confirmed)
getRefundsByDateRange 2 params body → 200401
POST
/reporting/refunds/{id}
Get a single refund (Confirmed)
getRefund 1 param body → 200401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Refund (7 properties), Error (1 property), TokenOnlyRequest (1 property). Each schema is shown below with its type and property counts.

TokenOnlyRequest
object
1 property 1 required
Error
object
1 property
Refund
object
Modeled. Vendor docs describe the field categories returned (name, refund date, transaction ID, payment method) without a full worked JSON example.
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qgiv-refunds-api-openapi.yml Raw ↑

Other APIs Qgiv publishes across the network.

Qgiv Account Settings API
Qgiv Custom Amounts API
Qgiv Custom Fields API
Qgiv Events API
Qgiv Mappings API
Qgiv Recurring API
Qgiv Registrations API
Qgiv Statements API
Qgiv Transactions API