Get Recurring Grant

Retrieve a recurring grant with a given ID.

Path parameters

idstringRequired
The unique id of the recurring grant. The format should be a v4 UUID according to RFC 4122.

Headers

AuthorizationstringRequired

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

Response

OK
idstringformat: "uuid"
The unique identifier for the object
workflowSessionIdstringformat: "uuid"
ID of the Connect Workflow Session associated with this grant
fundIdstring
ID of the donor advised fund
frequency"MONTHLY"
How often the DAF provider will submit the recurring grant. At the moment, monthly is the only supported frequency.
amountdouble
The grant amount expressed in units of whole cents
trackingIdstring or null
The tracking ID for the grant
externalGrantIdstring or null
ID of the grant associated with the donor advised fund
createdAtdatetime or null

Time when this object was created; expressed in ISO 8601 format

updatedAtdatetime or null

Time when this object was last updated; expressed in ISO 8601 format

firstNamestring or null
The donor's first name
lastNamestring or null
The donor's last name
phonestring or null
The donor's phone number
emailstring or null
The donor's email
notestring or null
An note inputted by the user at submisson
addressobject or null

Errors