v1

latestOpenAPI 3.1.02026-08-04103211436.0 KB
ReconcilingSources

Update reconciling source

Updates a reconciling source identified by customId. Only the fields sent are changed. Note that updating a customId that does not match any reconciling source also returns 200 without applying any change — no 404 is raised.

patch/reconcilingsources/{companyId}/{customId}

Path parameters

customIdstring required
companyIdstring required

Request body

namestring nullable

Name of the reconciling source. Omitted or null values leave the current name unchanged.

additionalInfoobject nullable

Free-form key/value metadata to attach to the reconciling source. Replaces the previously stored value entirely (not merged). Omitted or null values leave the current metadata unchanged.

matchingMetadataKeystring nullable

Key within a reconciling item's metadata used to associate it with a product transaction. Omitted or null values leave the current key unchanged.

Example request

{
  "name": "Stripe orders feed",
  "matchingMetadataKey": "orderId"
}

Response

Successful Response

idstring required

Embat resource ID