terminalApi.createTerminalCheckout allowTipping not work

curl https://connect.squareupsandbox.com/v2/terminals/checkouts
-X POST
-H ‘Square-Version: 2022-06-16’
-H ‘Authorization: Bearer ACCESS_TOKEN’
-H ‘Content-Type: application/json’
-d ‘{
“idempotency_key”: “2808d199-aedc-401f-8e99-b0da82860bab”,
“checkout”: {
“amount_money”: {
“amount”: 1200,
“currency”: “USD”
},
“device_options”: {
“device_id”: “22cd266c-6246-4c06-9983-67f0c26346b0”,
“tip_settings”: {
“allow_tipping”: false
}
},
“payment_options”: {},
“note”: “xxxxx”
}
}’

I want create a no tip checkout, but not work, 20% tip automatically charged

:wave: I just tested what you provided and it worked as expected. Are you rotating a new value for the idempotency_key for each request?

Also in the future please don’t share your access token, they are secret. I’d recommend rotating the access token since it was publicly posted. :slightly_smiling_face: