Synctera · Schema

ping_response

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
webhook_status string status of webhook endpoint
View JSON Schema on GitHub

JSON Schema

synctera-ping-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ping_response",
  "title": "ping_response",
  "properties": {
    "webhook_status": {
      "description": "status of webhook endpoint",
      "example": "alive",
      "type": "string"
    }
  },
  "required": [
    "webhook_status"
  ],
  "type": "object"
}