Skip to main content

Donation

Payload Parameters

FieldTypeRequiredDescriptionFormat Allowed
transactionIdStringDonation's ID.Any string value
kindlyUserIdStringVolunteer's ID.Any string value
volunteerFirstNameStringVolunteer's First Name.Any string value
volunteerLastNameStringVolunteer's Last Name.Any string value
donorMatchIntegerThe amount donated by the Volunteer.Positive integer, greater than 0
emailStringVolunteer's Email Address.Any string value
zipCodeStringVolunteer's Zip Code.Any string value
phoneNumberStringVolunteer's Phone Number.Any string value
kindlyShiftIdStringShift's ID.Any string value
locationStringEvent's Location.Any string value
kindlyDonorIdStringDonor's ID.Any string value
donorFirstNameStringDonor's First Name.Any string value
donorLastNameStringDonor's Last Name.Any string value
donationIntegerThe amount donated by the Donor.Positive integer, greater than 0
createdDateDateTimeThe date when the Volunteer donated.Date Time Offset string
2023-08-18T18:00:00+00:00
donationTriggeredDateDateTimeThe date when the Donation became available to the Volunteer.Date Time Offset string
2023-08-18T18:00:00+00:00
elapsedTimeStringThe time gap between the availability of the Donation and the Volunteer's donation.String formatted as HHh:MMm
40h:05m
Example Object Payload
{
"transactionId": "abcd123456",
"kindlyUserId": "10473963d373401fa1430096bfb38da7",
"volunteerFirstName": "John",
"volunteerLastName": "Doe",
"donorMatch": 88,
"email": "johndoe@gmail.com",
"zipCode": "99501",
"phoneNumber": "1585301498",
"kindlyShiftId": "e0b4a43800a24116ad269608ec0178d7",
"location": "The ABCD university",
"kindlyDonorId": "10473963d373401fa1430096bfb38da7",
"donorFirstName": "Bruce",
"donorLastName": "Lee",
"donation": 20,
"createdDate": "2023-08-18T18:00:00+00:00",
"donationTriggeredDate": "2023-08-20T10:00:00+00:00",
"elapsedTime": "40h:00m"
}