service fee only

This commit is contained in:
boufni95 2025-11-26 16:26:30 +00:00
parent 6985f51d99
commit 31751d83c3
12 changed files with 173 additions and 125 deletions

View file

@ -389,8 +389,7 @@ message PayAppUserInvoiceRequest {
string user_identifier = 1;
string invoice = 2;
int64 amount = 3;
optional string debit_npub = 4;
optional int64 fee_limit_sats = 5;
optional string debit_npub = 4;
}
message SendAppUserToAppUserPaymentRequest {
@ -466,8 +465,7 @@ message DecodeInvoiceResponse{
message PayInvoiceRequest{
string invoice = 1;
int64 amount = 2;
optional string debit_npub = 3;
optional int64 fee_limit_sats = 4;
optional string debit_npub = 3;
}
message PayInvoiceResponse{
@ -831,7 +829,6 @@ message MessagingToken {
message CumulativeFees {
int64 networkFeeBps = 1;
int64 networkFeeFixed = 2;
int64 serviceFeeBps = 3;
}