Jonathan Watts
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Jonathan Watts-
Jonathan Watts commented,
That's fine. I don't actually need this information; I had just written my code assuming it would be present.
-
Jonathan Watts commented,
I had assumed so. How would I be able to tell? It seems like we're not seeing these errors in prod so maybe it's only our sandbox account.
-
Jonathan Watts created a post,
Order API deliveryInfo
I'm attempting to get an order using the Order API. The response that I'm getting has the following delivery info: "deliveryInfo": { "deliveredDate": null, "deliveryEmployee": null, "deliv...
-
Jonathan Watts created a post,
Mystery giftCard and giftCardInfo fields
AnsweredI'm receiving a copy of a Toast check via a LOYALTY_ACCRUE transaction. The check has the following payment information: "payments": [ { "amount": 2.0, "amountTendered": 0.0, ...
-
Jonathan Watts commented,
So the implicit assumption is that the guest only has a single points balance. If the loyalty program tracked dollars spent and bagels bought for example we could only show the guest one of those. ...
-
Jonathan Watts commented,
How does Toast handle this? If I wanted to setup a $2 off a Bagel discount in Toast how does Toast know what a Bagel is? I looked through https://central.toasttab.com/s/article/Basic-Discount-Confi...
-
Jonathan Watts commented,
Yeah, that's what we're working on doing. We can use the menu API to find all the menu groups and subgroups and maintain a hierarchy. Then when we get the check from the loyalty API we append all t...
-
Jonathan Watts commented,
I am now returning a decimal balance and am seeing it displayed: "accountInfo": { "firstName": "Jonathan", "identifier": "17881000190019", "lastName": "Watt...
-
Jonathan Watts commented,
So in this case where I have an applicable offer I should be seeing the points balance or am I misunderstanding? { "checkResponse": { "accountInfo": { "firstName": "Jonathan", ...
-
Jonathan Watts created a post,
Loyalty API make the itemGroup in Selection a list
Not plannedInteresting problem I'm having and it's possible that there's a way to do what I want that's not obvious to me. What I'm trying to do is find out what category (categories) a menu item is part of. ...