Comment on page
Customer Input
API for retrieving input from consumer using SensePass Tags and EMV devices.
post
https://api.sensepass.com/api
/customer/input
Get customer input
Parameters
Responses
200: OK
OK
400: Bad Request
Invalid Input
500: Internal Server Error
Internal Error
{
"deviceId": "Your-Device-ID",
"inputs": [
{
"type": "email",
"question": "Please input your email address"
},
{
"type": "phone",
"minimumLength": 10,
"question": "Please input your phone number"
}
]
}
Last modified 15d ago