POST /v1/admin/reconciliation/stripe-bc
Service: payments · operationId: (none)
Compare Stripe charges against BigCommerce order records and flag discrepancies
Required scopes
(no scope declared — review service config)
Responses
200 Reconciliation completed
{
"type": "object",
"properties": {
"compared": {
"type": "integer"
},
"mismatches": {
"type": "integer"
}
},
"required": [
"compared",
"mismatches"
]
}500 Internal error
{
"type": "object",
"properties": {
"error": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"error",
"message"
]
}Example
curl -X POST https://payments.platform.loop.health/v1/admin/reconciliation/stripe-bc \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/payments— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced