reverseBenefitFundingForIndividual
Reverses a previous 'fundBenefitForIndividual' transaction for an Individual. On success, the total funds available to the Individual in this Benefit is decreased by the amount specified in the request (or, when 'amount' is omitted, the full original funding amount). Supports partial reversals.
Reversed funds are returned initially to the program account. Subsequent return of funds to the original source, where applicable, is handled separately and is not in the scope of this mutation.
Available for non-HSA Benefits. Reversal of HSA funding transactions is not supported at this time and returns a BadRequestError. HSA support will be released in a future API iteration (2026-05-20).
reverseBenefitFundingForIndividual(
input: ReverseBenefitFundingForIndividualInput!
): ReverseBenefitFundingForIndividualResponse
Arguments
reverseBenefitFundingForIndividual.input ● ReverseBenefitFundingForIndividualInput! non-null input
Type
ReverseBenefitFundingForIndividualResponse union
A union representing the possible return types when reversing a benefit funding for an individual.