Skip to main content
GET
List Payments for a Recurring Gift

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

recurringGiftId
string
required

(Required) The recurring gift identifier.

Query Parameters

skip
string

The number of records to skip. Default = 0.

take
string

The number of records to take. Default = 10.

Response

OK

id
string

The unique identifier of the record in Virtuous.

gift
object
expectedAmount
string
expectedPaymentDate
string
dismissPaymentDate
string
fulfillPaymentDate
string
Last modified on July 24, 2026