WidgetBatchDonationsResponse

  • data
    Type: array ยท WidgetDonationWithMeta[]
    required
    • One donation in a batch response, with checkout meta merged on serialized donation fields.

      • meta
        Type: object
        required

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

      • asset
        Type: object

        Asset (Model)

      • campaign
        Type: object

        CampaignResponse (Interface)

      • cancelation_reason
        Type: string | nullenum
        values
        • duplicate
        • donor_cancel
        • other
      • created_at
        Type: string
      • designation
        Type: object

        CampaignDesignationResponse (Interface)

      • donor_address_line_1
        Type: string | null
      • donor_address_line_2
        Type: string | null
      • donor_city
        Type: string | null
      • donor_country
        Type: string | null
      • donor_email
        Type: string
      • donor_first_name
        Type: string
      • donor_last_name
        Type: string
      • donor_postal_code
        Type: string | null
      • donor_province
        Type: string | null
      • id
        Type: string
      • identifier
        Type: string
      • memo
        Type: string | null
      • payment
        Type: object

        DonationPayment (Interface)

      • payout
        Type: object

        WithdrawalResponse (Interface)

      • quantity
        Type: number
      • recognition
        Type: stringenum
        values
        • public
        • private
        • anonymous
      • source
        Type: string | null
      • status
        Type: stringenum
        values
        • pledged
        • pending
        • processing
        • complete
        • failed
      • stock_received_date
        Type: string | null
      • tax_deductible_amount
        Type: number | null
      • trade
        Type: object

        Trade (Model)

      • type
        Type: stringenum
        values
        • currency
        • stock
        • crypto
        • daf
      • updated_at
        Type: string