#dlavoie-plannit_docs
1 messages Ā· Page 1 of 1 (latest)
š Welcome to your new thread!
ā²ļø We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
ā±ļø We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
š This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1371861441736343655
š Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dlavoie-plannit_error, 5 days ago, 55 messages
Hello, we do allow you to specify the tip eligible amount when setting up the payment for the terminal. I'm not immediately sure what our default behavior is, but you should be able to specify that if we use the post-tax amount by default.
https://docs.stripe.com/terminal/features/collecting-tips/on-reader#tip-eligible
rigth but we only support BBPOS WisePad 3 for now
and this model do not support eligible amount according to the documentation
We also support specifying specific amounts https://docs.stripe.com/terminal/features/collecting-tips/on-reader#customize-tips-reader
To be clear, have you confirmed that the default behavior is post-tax amount?
yes, since it is based on paymentIntent amount (which is the total to be charge, there is no taxex notion at that level)
Of course š¤¦āāļø
fix amount works, but not percentages
Right, so you'd need to calculate the amounts beforehand for this
Oh but that's at the reader configuration level
that's the problem...
the elligible amount feature would be perfect, but don't work on the terminal model we support
any information if it is in your roadmap to support it?
I can see that it is on our roadmap but do not have an ETA on it. Can you send me your account ID? I can note your interest on the feature request
acct_1Cf7znE1gf5ijsOs
one last question regarding tipping
in the configuration, I look to cancel the smart_tip_threshold but don't know how to do it
either I pass null or 0, I get an invalid integer error
Typically in our API you can unset parameters by passing us an empty string. Can you set smart_tip_threshold: ""?
doesn't seems to work with postman with that paylaod
tipping[cad][percentages][0]:5
tipping[cad][percentages][1]:10
tipping[cad][percentages][2]:15
tipping[cad][smart_tip_threshold]:""
{
"error": {
"code": "parameter_invalid_integer",
"doc_url": "https://stripe.com/docs/error-codes/parameter-invalid-integer",
"message": "Invalid integer: """,
"param": "tipping[cad][smart_tip_threshold]",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_7u6k30i0W77UNI?t=1747148830",
"type": "invalid_request_error"
}
}
Ah it looks like we got sent smart_tip_threshold: "\"\""
If you delete whatever is in the textbox in postman does it work?
Hmm. Does postman let you edit raw values? It has been a while since I've used it
Not immediately. It does look like that first request properly sent us the empty string, so it may be that this field isn't nullable once it is set. You may need to create a new configuration object