Payment Methods¶
A payment method is how a customer chose to pay for the items they have purchased. For example: credit card, gift card, or cash.
You can access payment methods directly from the Segment Editor. Add criteria to your segment, select the Unified Itemized Transactions table, select the Payment Methods attribute, apply a condition, and then specify a value.

Available conditions¶
The following table lists the conditions that are available to the payment method attribute.
Note
The payment method attribute has a String data type. All String data types share the same set of conditions. Recommended conditions for the payment method attribute are identified with “ Recommended” and conditions with more limited use cases are identified with “ Not recommended”.
Condition |
Description |
---|---|
is |
Recommended is returns customer records with payment methods that match the specified payment method. |
is blank |
Not recommended is blank returns customer records with payment methods that are blank. |
is in list |
Recommended is in list returns customer records with payment methods that match names of payment methods that are specified in a list. |
is like |
is like returns customer records with payment methods that have a string of characters that matches a string of characters within a payment method. |
is not |
Not recommended is not returns customer records with payment methods that do not match any payment methods. |
is not blank |
Not recommended is not blank returns customer records with payment methods that are not blank. |
is not in list |
Not recommended is not in list returns customer records with payment methods that do not match names of payment methods that are specified in a list. |
is not like |
is not like returns customer records with payment methods that do not have a string of characters that matches a string of characters within a payment method. |
is not NULL |
Not recommended is not NULL returns customer records that have a payment method. |
is NULL |
is NULL returns customer records that do not have a payment method. |