Synctera · Schema

gateway_custom_headers

Custom Headers of the Authorization gateway

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-gateway-custom-headers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/gateway_custom_headers",
  "title": "gateway_custom_headers",
  "additionalProperties": {
    "type": "string"
  },
  "description": "Custom Headers of the Authorization gateway",
  "type": "object"
}