Customer Device Management Schemas
API endpoints for linking and managing customer devices for seamless merchant interactions.Endpoints
POST /v1/bank/customer/device/link
Link a customer’s device to their unique phrase for merchant recognition.Request Body
Request Schema
Response Schema
POST /v1/bank/customer/device/unlink
Remove the link between a customer’s device and their phrase.Request Body
Request Schema
Response Schema
GET /v1/bank/devices/list
Retrieve list of customer devices linked to your bank.Query Parameters
Response Schema
Device List Schema
POST /v1/customer/device/lookup
Lookup customer information using device identifier (used by merchants).Request Body
Request Schema
Response Schema
Device Lookup Response Schema
Device Management Use Cases
Device Linking Process
- Customer registers device with bank app
- Bank captures device fingerprint/ID
- Bank links device to customer’s unique phrase
- Merchants can now identify customer by device
Security Considerations
- Device IDs are anonymized and encrypted
- No sensitive customer data exposed to merchants
- Phrase associations are securely stored
- Regular security monitoring for suspicious activity