Synctera · Schema

ach_request_hold_data

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
amount integer
duration integer
View JSON Schema on GitHub

JSON Schema

synctera-ach-request-hold-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ach_request_hold_data",
  "title": "ach_request_hold_data",
  "properties": {
    "amount": {
      "type": "integer"
    },
    "duration": {
      "example": 2,
      "minimum": 0,
      "type": "integer"
    }
  },
  "required": [
    "amount",
    "duration"
  ],
  "type": "object"
}