Record Batch
Trigger rules for batching
Name
Type
Description
Field Name
Type
Description
{
"merchant_id": "a9e30f16-1ef5-41e5-9ec2-c8e51a15b406",
"transaction_ids": [
"09536b98-d422-45e4-98b1-9068623ac509",
"08ff1c3d-6bb2-4523-800d-f2530d88c11e"
]
}{
"processing_status": "allow",
"triggered_rules": [
{
"rule": "batch-amount-below",
"data": {
"amount": "0.1"
},
"decisions": {
"batch": "hold-batch-capture"
},
"result": false,
"execution_time": 14,
"decision": "allow"
},
{
"rule": "batch-refunds-count",
"data": {
"count": "1"
},
"decisions": {
"batch": "hold-transaction-payout"
},
"result": "1",
"execution_time": 1,
"decision": "hold-transaction-payout"
}
]
}Last updated