#Roca-Quantity
1 messages · Page 1 of 1 (latest)
Any work arounds for people billing clients on a decimal hourly rate?
Can you omit the quantity and unit cost ?
I could program the description line to include that instead.
I'd suggest you to change the unit to minute instead of hour.
But that would display to the client as thousands of minutes billed.... that would seem very odd.
What' the minimum unit in your application?
Then I don't see a problem using minute as unit.
Sure you can embed PaymentElement to your website if you need more customization https://stripe.com/docs/payments/payment-element
One last question then. Can I hide the quantity and unit cost in a Payment Link?
Not possible, price and quantity are both required param for PaymentLink
Cool. Thanks!