Synctera · Schema

gateway_list_response

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-gateway-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/gateway_list_response",
  "title": "gateway_list_response",
  "allOf": [
    {
      "properties": {
        "gateways": {
          "description": "Array of Authorization gateway configuration",
          "items": {
            "$ref": "#/components/schemas/gateway_response"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    {
      "$ref": "#/components/schemas/paginated_response"
    }
  ]
}