One or many of these objects is passed in when using the Payment Search API
Field Name | Type | Description |
---|---|---|
field | Integer | What field you're querying. Options are: |
operator | String | 1 or eq = Equal to |
value | String | Value being searched for |
"criteria": {
"field": 2,
"operator": 1,
"value": "100100100"
}