You can only provide an external tax_mode when partially refunding.

You're attempting to pass tax_mode: external with a type other than partial or an action other than refund.

Error MessageYou're attempting to pass `tax_mode: external` with a `type` other than `partial` or an `action` other than `refund`.
Error Codeadjustment_tax_mode_not_allowed
Status Code400

Common causes

  • You're trying to create an adjustment where the tax_mode is external, but the type is full. Only partial refunds can be created using external tax amounts.

  • You're trying to create an adjustment where the tax_mode is external, but the action is one other than refund. Only refunds can be created using external tax amounts.

Solutions

  • Ensure the type is partial and action is refund.

  • Pass internal as the tax_mode to specify that amounts are inclusive of tax.