GET api/Account/GetKYCIdentityPhotos?scanReference={scanReference}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
scanReference

string

Required

Body Parameters

None.

Response Information

Resource Description

KYCFileModel
NameDescriptionTypeAdditional information
Front_Base64

string

None.

Back_Base64

string

None.

Live_Base64

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Front_Base64": "sample string 1",
  "Back_Base64": "sample string 2",
  "Live_Base64": "sample string 3"
}

application/xml, text/xml

Sample:
<KYCFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.API.Models">
  <Back_Base64>sample string 2</Back_Base64>
  <Front_Base64>sample string 1</Front_Base64>
  <Live_Base64>sample string 3</Live_Base64>
</KYCFileModel>