Overview
If you want to filter the bank transaction by a specific payment brand this is possible with the search operation on the Charge Bank Transaction Service.
All you need is to build a querry based on the connector configuration ID that you find via the connection configuration search.
Query example
Below you find an example on how this can be done. Replace the {id} by the connector configuration id that you found via the search query.
{
"filter": {
"fieldName": "transaction.paymentConnectorConfiguration.connector",
"operator": "EQUALS",
"type": "LEAF",
"value": "{id}"
}
}
Comments
0 comments
Please sign in to leave a comment.