Synctera · Schema

risk_data

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
client_ip string Client IP
View JSON Schema on GitHub

JSON Schema

synctera-risk-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/risk_data",
  "title": "risk_data",
  "properties": {
    "client_ip": {
      "description": "Client IP",
      "type": "string"
    }
  },
  "type": "object"
}