---
title: "Record a pledge payment"
method: POST
path: "/v1/pledge_payments"
tags: ["Pledges"]
---

# Record a pledge payment

`POST /v1/pledge_payments`

## Request body

- PledgePayment
  - `id` string, uuid
  - `pledge_id` string, uuid, required
  - `due_date` string, date, required
  - `amount` number, required
  - `paid_amount` number, nullable
  - `paid_at` string, date-time, nullable
  - `donation_id` string, uuid, nullable
  - `reminder_sent` boolean, nullable
  - `created_at` string, date-time

## Response `201`

Created

---

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