Skip to main content

ark:ExpectedPayment

anyOf
idurirequired

URI format identifier used to refer to this node within the graph.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:ExpectedPayment
Example: ark:ExpectedPayment
relatedTourirequired

The payment pattern, account or bill that this expected payment belongs to.

Example: https://graph.onteric.com/.draft-nodes/0118735d359276fd42741493c449e568
amount objectrequired
SensitiveGDPR
type
Constant value: ark:CurrencyValue
amountstringrequired

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-01
windowStartdate

The earliest date in the window during which the payment is expected.

Example: 2026-03-01
windowEnddate

The latest date in the window during which the payment is expected.

Example: 2026-03-31
satisfiedByuri

The actual ark:Payment that satisfied this expected payment, once made.

Example: https://graph.onteric.com/.draft-nodes/0118735d359276fd42741493c449e123
ark: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"
}