Skip to main content
POST
Compare gate — prove the Chargebee migration before cut-over
Diffs the uploaded Chargebee export (the same JSON the commit consumed) against the tenant’s live Recurso data with zero writes: coverage, money-critical fidelity (plan price, currency, period; customer identity), and billing continuity — a subscription whose current_term_end drifted more than an hour is flagged as a double-billing risk. ready: true means zero issues. Each run is persisted as a citable compare report.

Example request

Example response

Each entry in issues carries kind, external_id, field, source (the export’s value), and recurso (the live value).

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Body

application/json

The same Chargebee export JSON the commit consumed.

customers
object[]
plans
object[]
subscriptions
object[]

Response

The compare report.

source
string
customers
object

Migration-compare coverage for one record kind.

plans
object

Migration-compare coverage for one record kind.

subscriptions
object

Migration-compare coverage for one record kind.

issues
object[]
ready
boolean
generated_at
string<date-time>