Synctera · Schema

billing_address

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
address string
compressed_zip string
first_name string
last_name string
zip string
View JSON Schema on GitHub

JSON Schema

synctera-billing-address-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/billing_address",
  "title": "billing_address",
  "properties": {
    "address": {
      "type": "string"
    },
    "compressed_zip": {
      "type": "string"
    },
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "zip": {
      "type": "string"
    }
  },
  "type": "object"
}