Skip to main content

Account Binding Inquiry

Ini adalah salah satu layanan dari modul pendaftaran yang digunakan untuk memvalidasi apakah suatu akun sudah ada atau belum di 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"
}
}