You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/proto/com/kodypay/grpc/pay/v1/pay.proto
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ message PayResponse {
82
82
optionalstringorder_id=13;
83
83
repeatedPayRequest.PaymentMethodsaccepts_only=14;
84
84
optionalboolis_payment_declined=15; // Field to be able to differentiate cancelled from declined, for Oracle use, without breaking backwards compatibility.
85
+
repeatedRefundDetailsrefunds=16;
85
86
86
87
messagePaymentData {
87
88
google.protobuf.Timestampdate_paid=1;
@@ -104,6 +105,15 @@ message PayResponse {
104
105
stringauth_code=5;
105
106
}
106
107
}
108
+
109
+
messageRefundDetails {
110
+
stringpayment_id=1;
111
+
optionalstringpsp_reference=2; // Might not have a PSP yet reference if pending
0 commit comments