Create a wire transfer donation pledge
Creates a new donation pledge for a wire transfer to Endaoment.
This endpoint allows users to:
- Register their intention to make a wire transfer donation
- Specify the amount and receiving fund
- Optionally provide donor identity information for the donation receipt
Authentication is required. The pledge will be associated with the authenticated user.
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.
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"
Partner-owned reference for this operation. Required at runtime for the partner-settled cash flows, ignored otherwise.
36"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Whether the fund should be rebalanced after the donation is fulfilled
false
Donor identity information to be used in the donation receipt
Response
Wire transfer pledge successfully created
Unique identifier of the created donation pledge
"123e4567-e89b-12d3-a456-426614174000"