Create a matching rule for reconciliation.
{
"name": "Default matcher",
"description": "Amount with 1% drift matcher",
"criteria": [
{
"field": "amount",
"operator": "equals",
"allowable_drift": 0.01
},
{
"field": "currency",
"operator": "equals"
},
{
"field": "date",
"operator": "equals",
"allowable_drift": 1800
},
{
"field": "reference",
"operator": "contains"
}
]
}
X-blnk-key: <api-key>.
Replace <api-key> with your secret API key. Ensure the key is kept secure and not exposed in public repositories or client-side code.
See also: Secure your Blnk server
field, operator, allowable_drift.Show child attributes
"amount", "currency", "reference", "description", or "date"."equals" or "contains".equals: The field in the external record must exactly match the corresponding field in your Blnk Ledger.contains: Parts of the external field’s value must be found in your Blnk Ledger."allowable_drift": 0.01"allowable_drift": 3600{
"name": "Default matcher",
"description": "Amount with 1% drift matcher",
"criteria": [
{
"field": "amount",
"operator": "equals",
"allowable_drift": 0.01
},
{
"field": "currency",
"operator": "equals"
},
{
"field": "date",
"operator": "equals",
"allowable_drift": 1800
},
{
"field": "reference",
"operator": "contains"
}
]
}
Was this page helpful?
{
"name": "Default matcher",
"description": "Amount with 1% drift matcher",
"criteria": [
{
"field": "amount",
"operator": "equals",
"allowable_drift": 0.01
},
{
"field": "currency",
"operator": "equals"
},
{
"field": "date",
"operator": "equals",
"allowable_drift": 1800
},
{
"field": "reference",
"operator": "contains"
}
]
}