Outcome
A wire donation pledge is created for the selected fund. The user receives wire instructions and a pledge ID to track the inbound transfer.When
After Open a Fund. Trigger when the user chooses to contribute by bank wire. This guide covers the wire flow end to end. Other donation types are listed below with API links only.Auth
Endpoints (wire flow)
International wire instructions: Get international wire details.
See also: Donations in API reference.
Required inputs (wire pledge)
See the API reference for the full request schema.
Example: create wire pledge
OmitdonorIdentity to use the authenticated user’s identity (typical quickstart path):
donorIdentity object with address:
Response you need
Other donation types
Common mistakes
- Using
fundId/amountfield names (API expectsreceivingFundId/pledgedAmountMicroDollars) - Providing partial
donorIdentitywithoutaddress(omit the object entirely or include all required fields) - Using dollar amounts instead of microdollars
- Reusing
idempotencyKeyfor different pledge attempts