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.
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?