Synctera · Schema

account_range_response

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-account-range-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/account_range_response",
  "title": "account_range_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/account_range"
    }
  ],
  "required": [
    "id",
    "bank_id",
    "partner_id",
    "bin_id",
    "account_range",
    "is_tokenization_enabled",
    "creation_time",
    "last_modified_time"
  ]
}