API used to verify the OTP
POST/Accounts/link/verify
This API is used to submit the token/OTP(received from the customer) back to FIP so that account linkage can be completed. It is used only in case of token-based authentication for linking accounts.
Note: "Request Body Example Value" and "Responses Example Value" given below is for illustrative purposes only.
Request
Responses
- 200
 - 400
 - 401
 - 404
 - 409
 - 412
 - 500
 - 501
 - 503
 
OK
Response Headers
x-jws-signature
Detached JWS of the response body
Bad Request
Response Headers
x-jws-signature
Detached JWS of the response body
Unauthorized
Response Headers
x-jws-signature
Detached JWS of the response body
Not Found
Response Headers
x-jws-signature
Detached JWS of the response body
Conflict
Response Headers
x-jws-signature
Detached JWS of the response body
Precondition failed
Response Headers
x-jws-signature
Detached JWS of the response body
Internal Server Error
Response Headers
x-jws-signature
Detached JWS of the response body
Not Implemented
Response Headers
x-jws-signature
Detached JWS of the response body
Service Unavailable
Response Headers
x-jws-signature
Detached JWS of the response body