Synctera · Schema

outgoing_ach_patch

Update sent ach transaction

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
funds_availability_time string
status string
View JSON Schema on GitHub

JSON Schema

synctera-outgoing-ach-patch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/outgoing_ach_patch",
  "title": "outgoing_ach_patch",
  "description": "Update sent ach transaction",
  "properties": {
    "funds_availability_time": {
      "example": "2022-03-18TT17:54:12Z",
      "format": "date-time",
      "type": "string"
    },
    "status": {
      "enum": [
        "CANCELED"
      ],
      "type": "string"
    }
  },
  "type": "object"
}