wallet.adjustment_invalid_kind
The admin wallet adjustment kind is not one of the accepted values.
wallet.adjustment_invalid_kind is returned when an admin wallet adjustment request supplies an unrecognized adjustment kind. The accepted values are strictly enumerated.
The kind field in the adjustment request is not one of manual_credit, manual_debit, refund, or fee_waiver.
Use one of the four accepted kind values. Check the request body for typos or unexpected casing.
{
"error": {
"code": "wallet.adjustment_invalid_kind",
"message": "kind must be one of manual_credit, manual_debit, refund, fee_waiver",
"request_id": "req_01900000abc"
}
}