#dlavoie-plannit_docs

1 messages Ā· Page 1 of 1 (latest)

keen tinselBOT
#

šŸ‘‹ 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.

sharp venture
wooden sedge
#

rigth but we only support BBPOS WisePad 3 for now

#

and this model do not support eligible amount according to the documentation

sharp venture
#

To be clear, have you confirmed that the default behavior is post-tax amount?

wooden sedge
#

yes, since it is based on paymentIntent amount (which is the total to be charge, there is no taxex notion at that level)

sharp venture
#

Of course šŸ¤¦ā€ā™‚ļø

wooden sedge
sharp venture
#

Right, so you'd need to calculate the amounts beforehand for this

#

Oh but that's at the reader configuration level

wooden sedge
#

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?

sharp venture
#

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

wooden sedge
#

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

sharp venture
#

Typically in our API you can unset parameters by passing us an empty string. Can you set smart_tip_threshold: ""?

wooden sedge
#

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]:""

sharp venture
#

Ah it looks like we got sent smart_tip_threshold: "\"\""

#

If you delete whatever is in the textbox in postman does it work?

wooden sedge
sharp venture
#

Hmm. Does postman let you edit raw values? It has been a while since I've used it

wooden sedge
#

sure

#

any ideas?

sharp venture
#

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

wooden sedge
#

really?

#

is it a bug??

sharp venture
#

Oh it is even easier, you can just exclude smart_tip_threshold entirely

#

Just pass the percentages array

wooden sedge
#

oh ok

#

good

#

thank you