DonorSessionInput
- churchType: string
_id requiredMust be a church registered to the partner.
- donorType: string
_phone requiredDonor's phone in E.164 — pre-fills the hosted flow. Sent in the body only, never echoed back by any read.
- modeType: string enumrequired
Percentage of salary or fixed amount.
values- pct
- fixed
- redirectType: string Format: uri
_url requiredWhere the hosted flow returns the donor. Must be
httpswith an origin on the partner's allowlist. Never treat the redirect as the outcome — wait for the webhook / feed. - valueType: numbergreater than:0required
Percentage (max 35 when mode is
pct) or fixed dollar amount.