curl --request POST \
--url https://api.meetcampfire.com/coa/api/v2/reconciliation/{id}/bulk-match-transactions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"pairs": [
{
"transaction_id": 123,
"statement_transaction_id": 123
}
]
}
'Match multiple GL transactions to statement transactions in a single request. Pairs are validated atomically — all succeed or none are created.
curl --request POST \
--url https://api.meetcampfire.com/coa/api/v2/reconciliation/{id}/bulk-match-transactions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"pairs": [
{
"transaction_id": 123,
"statement_transaction_id": 123
}
]
}
'Token-based authentication with required prefix "Token"
Ordered list of GL-to-statement transaction pairs to match
1Show child attributes
All pairs matched successfully