ark:ExpectedPayment
anyOf- Option 1
- Option 2
idurirequired
URI format identifier used to refer to this node within the graph.
Example:
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
ark:ExpectedPaymentExample:
ark:ExpectedPaymentrelatedTourirequired
The payment pattern, account or bill that this expected payment belongs to.
Example:
https://graph.onteric.com/.draft-nodes/0118735d359276fd42741493c449e568amount objectrequiredSensitiveGDPR
type
Constant value:
ark:CurrencyValueamountstringrequired
Possible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
currencystringrequired
Possible values: Value must match regular expression ^[A-Z]{3}$
directionstring
Possible values: [Credit, Debit]
datedate
The exact date the payment is expected.
Example:
2026-02-01windowStartdate
The earliest date in the window during which the payment is expected.
Example:
2026-03-01windowEnddate
The latest date in the window during which the payment is expected.
Example:
2026-03-31satisfiedByuri
The actual ark:Payment that satisfied this expected payment, once made.
Example:
https://graph.onteric.com/.draft-nodes/0118735d359276fd42741493c449e123ark:ExpectedPayment
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:ExpectedPayment",
"relatedTo": "https://graph.onteric.com/.draft-nodes/0118735d359276fd42741493c449e568",
"amount": {
"amount": "string",
"currency": "string",
"direction": "Credit"
},
"date": "2026-02-01",
"windowStart": "2026-03-01",
"windowEnd": "2026-03-31",
"satisfiedBy": "https://graph.onteric.com/.draft-nodes/0118735d359276fd42741493c449e123"
}