API ReferenceapiaccountingPOST /v1/admin/reconciliation/loop-cash-bc-drift

POST /v1/admin/reconciliation/loop-cash-bc-drift

Service: accounting · operationId: (none)

Verify Loop Cash balances in the accounting ledger match BigCommerce store credit records

Required scopes

(no scope declared — review service config)

Responses

200 Drift check completed

{
  "type": "object",
  "properties": {
    "checked": {
      "type": "integer"
    },
    "drifted": {
      "type": "integer"
    }
  },
  "required": [
    "checked",
    "drifted"
  ]
}

Example

curl -X POST https://accounting.platform.loop.health/v1/admin/reconciliation/loop-cash-bc-drift \
  -H "Authorization: Bearer $ACCESS_TOKEN"