Skip to main content

Account Binding Inquiry

This is one of the services from the registration module used to validate whether an account already exists or not in Finnet.

Technical Specification

Body Request

NoNameTypeMandatoryMin LengthMax LengthDescription
1 additionalInfoObjectM11Additional Information

Sample Request

{
"additionalInfo": {
"phoneNo": "080012341234"
}
}

Body Response

NoNameTypeMandatoryMin LengthMax LengthDescription
1 responseCodeEnumM17BI SNAP Response Code.
2 responseMessageStringM1150BI SNAP Response Message.
3 additionalInfoObjectM11Fields that are not mentioned in the contract

Sample Response

{
"responseCode": "2000800",
"responseMessage": "Request has been processed successfully",
"additionalInfo": {
"accountStatus": "LINKED"
}
}