Create a DAF migration pledge
Creates a new donation pledge for migrating funds from an external Donor-Advised Fund (DAF) to Endaoment.
Authentication is required:
- Only authenticated users can create DAF migration pledges
- The pledge will be associated with the authenticated user’s account
This endpoint allows users to:
- Register their intention to migrate funds from an external DAF
- Specify the amount and receiving fund
- Provide necessary donor information for the migration
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The amount to donate in microdollars (1 USD = 1,000,000 microdollars)
"5000000"
The UUID of the fund that will receive the donation
"123e4567-e89b-12d3-a456-426614174000"
Client-generated UUID to ensure idempotency of the request
"123e4567-e89b-12d3-a456-426614174000"
Whether the fund should be rebalanced after the donation is fulfilled
false
Donor identity information to be used in the donation receipt
Response
Unique identifier of the created donation pledge
"123e4567-e89b-12d3-a456-426614174000"
Was this page helpful?