propagated payment commentto bff

This commit is contained in:
Stephan D
2026-03-12 00:42:49 +01:00
parent 4958bdb500
commit b440df97d5
94 changed files with 626 additions and 119 deletions

View File

@@ -44,6 +44,7 @@ message CardPayoutRequest {
string idempotency_key = 32;
string intent_ref = 33;
string parent_payment_ref = 34;
string comment = 35;
}
// Persisted payout state for retrieval and status updates.
@@ -63,6 +64,7 @@ message CardPayoutState {
string idempotency_key = 13;
string intent_ref = 14;
string parent_payment_ref = 15;
string comment = 16;
}
// Response returned immediately after submitting a payout to Monetix.
@@ -125,6 +127,7 @@ message CardTokenPayoutRequest {
string idempotency_key = 32;
string intent_ref = 33;
string parent_payment_ref = 34;
string comment = 35;
}
// Response returned immediately after submitting a token payout to Monetix.