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
Wire transfer pledge successfully created
Unique identifier of the created donation pledge
"123e4567-e89b-12d3-a456-426614174000"