Control what payment options are displayed at checkout.
{"foo": "bar"}
and create a
condition based on the value of the foo
key.
less than
, equal to
, greater than
, greater than or equal to
and
less than or equal to
.
For example you could pass {"foo": "200.1"}
and create a condition based
condition based on the numeric value 200.1
of the foo
key.