v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Chariot

Create a new Chariot grant

Create Chariot Grant

post/chariot/create-grant

Request body

organizationIdinteger

Organization ID

campaignIdinteger

Campaign ID

workflowSessionIdstring

Chariot workflow session ID

amountnumber float

Grant amount

notestring

Grant note/description

designationstring

Grant designation

Example request

{
  "donor": {
    "address": {
      "line1": "123 Main St",
      "line2": "Apt 1",
      "city": "San Francisco",
      "state": "CA",
      "country": "US",
      "postalCode": "94105"
    },
    "email": "johndoe@gmail.com",
    "firstName": "John",
    "lastName": "Doe"
  }
}

Response

Grant created successfully

amountinteger

Grant amount in cents

coverFeesboolean
createdAtstring date-time
emailstring email
externalGrantIdstring
feeAmountinteger

Fee amount in cents

firstNamestring
fundIdstring uuid
idstring uuid
lastNamestring
metadataobject nullable
notestring
paymentChannelstring
status'Initiated' | 'Processing' | 'Completed' | 'Failed'
trackingIdstring
updatedAtstring date-time
userFriendlyIdstring
workflowSessionIdstring uuid

Example response

{
  "address": {
    "line1": "123 Main St",
    "line2": "Apt 1",
    "city": "San Francisco",
    "state": "CA",
    "country": "US",
    "postalCode": "94105"
  },
  "amount": 500000,
  "createdAt": "2025-09-04T20:05:22.964378Z",
  "email": "johndoe@gmail.com",
  "externalGrantId": "381467",
  "firstName": "Dev",
  "fundId": "7f75042d-7af1-4ce0-9686-484421b8e74f",
  "id": "21f29c64-6f9d-45b0-9dd0-2a8392f91314",
  "lastName": "Eloper",
  "note": "Test",
  "paymentChannel": "dafpay_network",
  "status": "Initiated",
  "trackingId": "UMX6Z51618",
  "updatedAt": "2025-09-04T20:05:22.964378Z",
  "userFriendlyId": "123059",
  "workflowSessionId": "44a0c706-0e4b-4ef8-897f-bb85390856b9"
}