Synctera · Schema

funding_source_response_list

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
funding_sources array Array of funding sources
View JSON Schema on GitHub

JSON Schema

synctera-funding-source-response-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/funding_source_response_list",
  "title": "funding_source_response_list",
  "properties": {
    "funding_sources": {
      "description": "Array of funding sources",
      "items": {
        "$ref": "#/components/schemas/funding_source_response"
      },
      "type": "array"
    }
  },
  "required": [
    "funding_sources"
  ],
  "type": "object"
}