Ask or search…
K
Comment on page

Customer Input

API for retrieving input from consumer using SensePass Tags and EMV devices.

API Interface

post
https://api.sensepass.com/api
/customer/input
Get customer input
Parameters
Body
deviceId*
string
unique device ID provided by SensePass
inputs*
array
Responses
200: OK
OK
400: Bad Request
Invalid Input
500: Internal Server Error
Internal Error

Example

{
"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