WidgetBatchDonationsResponse
- dataType: array · WidgetDonationWithMeta[]required
One donation in a batch response, with checkout
metamerged on serialized donation fields.- createdType: string Format: date-time
_at requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- donorType: string
_email required - donorType: string
_first _name required - donorType: string
_last _name required - idType: stringrequired
Donation uuid.
- identifierType: stringrequired
Currency code, ticker symbol, or coin symbol depending on type.
- isType: boolean
_recurring requiredTrue when the donation belongs to a subscription.
- metaType: object · DonationCheckoutMetarequired
Server-provided fields to finish checkout on a public giving page. Varies by donation type (e.g. Stripe for currency, wallet address for crypto, DTC instructions for stock).
- quantityType: numberrequired
Amount for currency donations, share or coin count otherwise.
- recognitionType: string enumrequiredvalues
- public
- private
- anonymous
- statusType: string enumrequiredvalues
- pledged
- pending
- processing
- complete
- failed
- canceled
- typeType: string enumrequiredvalues
- currency
- stock
- crypto
- daf
- updatedType: string Format: date-time
_at requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- cancelationType: string | null enum
_reason values- duplicate
- donor
_cancel - other
- designationType: object · CampaignDesignationResponsenullable
Null when the donor picked no designation, or the campaign has none.
- donorType: string | null
_address _line _1 - donorType: string | null
_address _line _2 - donorType: string | null
_city - donorType: string | null Format: date-time
_confirmed _at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- donorType: string | null
_country Two-letter ISO country code.
- donorType: string | null
_postal _code - donorType: string | null
_province - donorType: string | null Format: date
_reported _transfer _date full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- memoType: string | null
- sourceType: string | null
Stripe PaymentIntent id, crypto wallet address, or the donor's brokerage for stock.
- taxType: number | null
_deductible _amount Set on create for currency donations only; null for stock, crypto and DAF until valued.