DonationCheckoutMeta

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

  • dtc
    Type: object | null

    Brokerage / DTC transfer details for stock gifts when applicable.

    • propertyName
      Type: anything
  • stripe_account
    Type: string | null

    Stripe Connect account id for the organization.

  • stripe_secret
    Type: string | null

    Stripe PaymentIntent or Setup client secret when applicable.

  • wallet_address
    Type: string | null

    Crypto deposit address when applicable.

  • propertyName
    Type: anything