Create a partner-settled cash donation pledge
Creates a liquidated cash donation pledge for a donation that has already settled at a tech-platform partner.
Authentication is required:
- A valid tech-platform API key
- An Endaoment user via the
x-endaoment-user-idheader
This endpoint allows permissioned partners to:
- Record an already-settled cash donation against a receiving fund
- Provide the settled cash amount and partner operation reference
- Create the resulting placeholder Donation in the same transaction
Documentation Index
Fetch the complete documentation index at: https://docs.endaoment.org/llms.txt
Use this file to discover all available pages before exploring further.
Headers
UUID of the Endaoment user the partner is acting on behalf of
Partner API key used for authentication
Body
Unique identifier of the receiving fund
"123e4567-e89b-12d3-a456-426614174000"
Client-generated key to ensure idempotency of the request
"123e4567-e89b-12d3-a456-426614174000"
Settled cash donation amount in microdollars
"50000000000"
Partner-owned reference for this operation
36"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Response
Partner-settled cash donation pledge successfully created
Unique identifier of the created donation pledge
"123e4567-e89b-12d3-a456-426614174000"