propagated payment commentto bff
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user