Record Batch
Trigger rules for batching
POST
https://<Platform-host>/transaction-monitoring/record-batch
Body
Name
Type
Description
merchant_id*
string
The Platform system merchant ID
transaction_ids*
array
List of transaction IDs in the batch
Field Name
Type
Description
processing_status*
string
Overall processing status allow|decline
. Decline generally means that one or more more rules that are configured do not allow this batch to proceed
triggered_rules*
array
List of configured rules and decisions
Sample Request / Response
Example Sale Request
{
"merchant_id": "a9e30f16-1ef5-41e5-9ec2-c8e51a15b406",
"transaction_ids": [
"09536b98-d422-45e4-98b1-9068623ac509",
"08ff1c3d-6bb2-4523-800d-f2530d88c11e"
]
}
Last updated