Im my scenario I would like to offer a service with pay per mins price, I don't know the final price until the user press stop button.
the idea is to pre-authorize payment and when user finish to use that service execute the transaction.
Is it possible with Google Pay to pre-authorize a payment with unknown price?
I know with ApplePay we can archive something like that by creating a PKPaymentSummaryItem with non-zero positive integers price and PKPaymentSummaryItemType.pending as type.