Adjust Interbank Payment Amount Command (v1)

Command to reverse an interbank payment execution

Architecture

Schema

Message Schema

11 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

debtorAccount object
required

Contains account details used in payment initiation

instructedAmount object
required

Contains the payment amount and currency code

referenceId string
required

Reference ID of the action executed in core

notes string

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