Adjust Interbank Payment Amount Command (v1)

Command to adjust the amount of an interbank payment

Architecture

Schema

Message Schema

21 properties

Base type for all commands in the system

id string
required

Unique identifier for the message, typically a UUID

paymentId string <uuid>
required

Payment unique identifier in version 4 UUID format

originAccountId string <uri>
required

Unique identifier for the originating account. The URI format is used to identify the underlying core (i.e. <core-name>:<identifier>)

amount object
required

Contains the payment amount and currency code

paymentDetails object
required

Contains payment specific details

notes string

Additional notes to add when adjusting the payment (e.g. the reason for adjusting)