PublicCampaignDonationResponse

  • data

    Created donation serialized fields merged with meta for completing payment or instructions.

    • meta
      Type: object · DonationCheckoutMeta
      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: Asset | null · Asset

      Asset (Model)

    • campaign
      Type: CampaignResponse | null · CampaignResponse

      CampaignResponse (Interface)

    • cancelation_reason
      Type: string | nullenum
      values
      • duplicate
      • donor_cancel
      • other
    • created_at
      Type: string
    • designation
      Type: CampaignDesignationResponse | null · CampaignDesignationResponse

      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: DonationPayment | null · DonationPayment

      DonationPayment (Interface)

    • payout
      Type: WithdrawalResponse | null · WithdrawalResponse

      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: Trade | null · Trade

      Trade (Model)

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