PaymentEvent
A record of a single transfer of value from a program to a beneficiary. Captures the amount, date, status, delivery channel, and reconciliation state of each disbursement in the payment cycle.
https://publicschema.org/PaymentEvent
Properties
| Property | Type | Classification | Definition |
|---|---|---|---|
| payment_amount | decimal | Personal | The monetary value of this payment. |
| payment_date | date | Non-personal | The date on which the payment was made or processed. |
| payment_status | string (payment-status) | Non-personal | The processing state of the payment. |
| recipient | concept:Person | Personal | The person who received or is intended to receive the payment. |
| enrollment_ref | string | Personal | Reference to the enrollment to which this entitlement belongs. |
| delivery_channel | string (delivery-channel) | Non-personal | The mechanism through which the transfer reaches the beneficiary. |
| transaction_reference | string | Personal | A unique reference code for this payment transaction. |
| payment_currency | string (currency) | Non-personal | The ISO 4217 currency code for this payment. |