Synctera · Schema

patch_business

Represents a business customer.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-patch-business-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/patch_business",
  "title": "patch_business",
  "allOf": [
    {
      "$ref": "#/components/schemas/base"
    }
  ],
  "description": "Represents a business customer.",
  "type": "object"
}