Skip to main content

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

  1. Customer registers device with bank app
  2. Bank captures device fingerprint/ID
  3. Bank links device to customer’s unique phrase
  4. 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

Error Responses

400 Bad Request

404 Not Found

409 Conflict