---
title: "Create a new Chariot grant"
method: POST
path: "/chariot/create-grant"
tags: ["Chariot"]
---

# Create a new Chariot grant

`POST /chariot/create-grant`

Create Chariot Grant

## Request body

- object
  - `organizationId` integer — Organization ID
  - `campaignId` integer — Campaign ID
  - `workflowSessionId` string — Chariot workflow session ID
  - `amount` number, float — Grant amount
  - `note` string — Grant note/description
  - `designation` string — Grant designation
  - `donor` object — Donor information
    - `address` object
      - `line1` string
      - `line2` string
      - `city` string
      - `state` string
      - `country` string
      - `postalCode` string
    - `email` string, email
    - `firstName` string
    - `lastName` string

## Response `201`

Grant created successfully

- object
  - `address` object
    - `line1` string
    - `line2` string
    - `city` string
    - `state` string
    - `country` string
    - `postalCode` string
  - `amount` integer — Grant amount in cents
  - `coverFees` boolean
  - `createdAt` string, date-time
  - `email` string, email
  - `externalGrantId` string
  - `feeAmount` integer — Fee amount in cents
  - `feeDetail` object
    - `total` integer
    - `contributions` object[]
  - `firstName` string
  - `fundId` string, uuid
  - `id` string, uuid
  - `lastName` string
  - `metadata` object, nullable
  - `note` string
  - `paymentChannel` string
  - `status` 'Initiated' | 'Processing' | 'Completed' | 'Failed'
  - `trackingId` string
  - `updatedAt` string, date-time
  - `userFriendlyId` string
  - `workflowSessionId` string, uuid

## Other responses

- `400` — Malformed payload provided
- `403` — Requester is not authorized to perform action
- `404` — Organization not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/d22bb925eeed/schema)
