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