op payment info added

This commit is contained in:
Stephan D
2026-03-04 18:02:36 +01:00
parent 2bab8371b8
commit f7b0915303
4 changed files with 142 additions and 28 deletions

View File

@@ -397,8 +397,14 @@ components:
label:
description: Human-readable operation label.
type: string
amount:
description: Primary money amount associated with the operation.
$ref: ../common/money.yaml#/components/schemas/Money
convertedAmount:
description: Secondary amount for conversion operations (for example FX convert output amount).
$ref: ../common/money.yaml#/components/schemas/Money
operationRef:
description: Internal operation reference identifier reported by the gateway.
description: External operation reference identifier reported by the gateway.
type: string
gateway:
description: Gateway microservice type handling the operation.