The content of the request.
Device management (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/device-management/
Request
Confirms a change request by validating an SMS OTP or device signature provided by the customer. Your solution must collect either the OTP or the signature from the customer in its frontend after calling the POST Request authorization for a change request
method.
When the change request is successfully confirmed, the response will include metadata around the created/updated resource, a response_body
with its properties, and the relevant response_code
for the creation/update operation.
Note: If the delivery_method
of the change request authorization was static
(i.e., for testing purposes), then set the value of tan
to 212212
.
The content of the request.
(If the delivery_method
was device_signing
) The ID of the customer's bound device used for authorization.
(If the delivery_method
was device_signing
) The hex-encoded signature generated by signing the text_to_sign
with the device's public key.
(If the delivery_method
was mobile_number
) The ID of the person who received the SMS OTP for authorization.
(If the delivery_method
was mobile_number
) The six-digit OTP value that the person received via SMS.
Base64 encoded device data as provided by Seon SDK. Details of Seon SDK integration can be found in the device monitoring guide.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/device-management/v1/change_requests/{change_request_id}/confirm
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "person_id": "69c673883853eafb2da9157de2bdaa05cper", "tan": "123456" }
Successful result of the operation
The current status of the change request.
Timestamp from when the change request was last updated.
The response body of the changed entity. The exact properties contained in this object depend on the resource that was created or updated.
{ "id": "b520ce9090c44a989149fe7f2f94a785", "status": "COMPLETED", "updated_at": "2021-12-22T15:05:33.634+00:00", "response_body": { "id": "69c673883853eafb2da9157de2bdaa05cper" }, "response_code": 202 }