Customer Input
API for retrieving input from consumer using SensePass Tags and EMV devices.
API Interface
Get customer input
POST
https://api.sensepass.com/api/transactions/customer-input
For terminal agent invoke use this endpoint: http://localhost:8003/api/transactions/customer-input
Request Body
Name | Type | Description |
---|---|---|
deviceId* | string | unique device ID provided by SensePass |
inputs* | array | Array of Customer Input Model |
See Transactions entity schema: #transaction-entity
Example - Simple Questions
Example - Yes/No Questions
Clear all questions on device
Clear customer input
POST
https://api.sensepass.com/api/transactions/customer-input/reset
For terminal agent invoke use this endpoint:
http://localhost:8003/api/transactions/customer-input/reset
Request Body
Name | Type | Description |
---|---|---|
deviceId* | string | unique device ID provided by SensePass |
Last updated