Synctera · Schema

dc_sign

The `dc_sign` represents the direction money was moved.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-dc-sign-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dc_sign",
  "title": "dc_sign",
  "description": "The `dc_sign` represents the direction money was moved.",
  "enum": [
    "debit",
    "credit"
  ],
  "type": "string"
}