Synctera · Schema

funding_source

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
id string Funding Source ID
name string Funding Source Name
url string Funding Source URL
View JSON Schema on GitHub

JSON Schema

synctera-funding-source-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/funding_source",
  "title": "funding_source",
  "properties": {
    "id": {
      "description": "Funding Source ID",
      "example": "80a4541b-5450-41ce-8a2d-1baa427b0a3f",
      "format": "uuid",
      "readOnly": true,
      "type": "string"
    },
    "name": {
      "description": "Funding Source Name",
      "readOnly": true,
      "type": "string"
    },
    "url": {
      "description": "Funding Source URL",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}