- Activates tap-to-pay functionality by device ID
Retrieves devices
Creates or updates a device by ID
Retrieves a device by ID
Generates a tap-to-pay token by device by ID
Activates tap-to-pay func...
POST {{baseURL}}/pay-api/v1/devices/{{deviceId}}/tap-to-pay/activate
This endpoint activates tap-to-pay functionality by device ID.
See Also:
To retrieve devices, see GET /pay-api/v1/devices.
To create or update a device, see POST /pay-api/v1/devices.
To generate a tap-to-pay token for a device, see POST /pay-api/v1/devices/tap-to-pay/jwt.
To retrieve a device by ID, see GET /pay-api/v1/devices/{deviceId}.
Security
Bearer
- Mock serverhttps://developer.flute.com/_mock/api-reference/pay-api/v1/devices/{deviceId}/tap-to-pay/activate
- Sandbox environmenthttps://sandbox.api.flute.com/pay-api/v1/devices/{deviceId}/tap-to-pay/activate
- Production environmenthttps://api.flute.com/pay-api/v1/devices/{deviceId}/tap-to-pay/activate
curl -i -X POST \
https://developer.flute.com/_mock/api-reference/pay-api/v1/devices/7aafd09f-b3e6-43fb-b815-5db3bf7f1454/tap-to-pay/activate \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'