Do we have an option to get age verification information in order service.
Age verification isn't a first-class concept in our data model; there's no "age verified" field on an order. There are some apps in our app market that introduce age verification into the order / payment flow. E.g.,
https://www.clover.com/appmarket/search?q=verification
It's not clear if you are asking as a merchant or a developer here, and if you are a developer what specifically you are thinking. If you give more specifics I might be able to provide a better answer.
I am a developer.
Actually i want to get a list items/orders that require age verification (cigarette,alcohol) but doesn't validate the age of a customer.
Also i need the validated field (eg: DOB) for finding out the repeated count. (eg: If the cashier entering his own or same DOB for the transaction )
Okay. Like I said the concept of age verification doesn't exist in our platform. There are a few possible ways you could implement it. For example, add a "requires age verification" label to items that require age verification. Implement an order modification plugin (see ACTION_MODIFY_ORDER in the SDK) that scans the order and looks for items with this label, and implements some flow to have the employee accept age verification for them.
Sure! As a merchant, I'm exploring age verification options for my orders. I'll check out the apps on Clover's marketplace for a suitable solution.
Additionally, I might consider using an Age Calculator to quickly determine if customers meet the age requirements for certain products.
4 People are following this question.