question

Upvotes
1 0 1 1

Is it possible in KYCaaS to expose API to retrieve the type(pdf/png) of KYC document

Is it possible in KYCaaS to expose API about the type(pdf/png) of KYC document

Currently KYCaaS API expose KYC document metadata but it doesn't contain document type(technical type: pdf png), see below swagger information taken from KYCaaS swagger5.3.json

-----------------------------------------------------------------------------------------------------------

"/image/{image_id}": { "get": { "tags": [ "image" ], "summary": "Get information about the image", "description": "Retrieve the basic metadata associated with the image.", "operationId": "getImage", "produces": [ "application/json" ], "parameters": [ { "name": "image_id", "in": "path", "required": true, "type": "string" } ], "responses": { "200": { "description": "successful operation", "schema": { "$ref": "#/definitions/ImageSummary" } } } } }

"ImageSummary": { "type": "object", "properties": { "image_id": { "type": "integer" }, "entity_id": { "type": "integer" }, "image_type": { "$ref": "#/definitions/ImageType" }, "image_date": { "type": "integer" }, "expiry_date": { "type": "integer" }, "description": { "type": "string", "maxLength": 255 } }, "required": [ "image_id", "entity_id", "image_type" ], "additionalProperties": false }

----------------------------------------------------------------------------------------------------------------------

In current version of rest api, technical meta data of document is acciable only when user tries to download the document("/image/{image_id}/download").

Is it possible to include file name and type information in ImageSummary ?

world-checkorgid-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

As there does not appear to be any APi Key Contact for this area, aksed expert christian.puzder@thomsonreuters.com to see if he might, or know who might.

extending triage

There's a whole load of problems here. Christiaan Puzder no longer works for TR. We have no contacts for KYCaaS. This question appears in the wrong forum, however the right forum does not exist.
I raised this to Hamilton Perry, Christiaan Meihsl, Nitin and Jonathan.

Hello @hamilton.perry @Jonathan Haruni @Nitin_Parmar @Alex Putkov.

As we do not have the relevant forum, should we answer:

"This question does not appear to relate to any of TR APIs, please address it to the provider of the API" and close the question?

@zoya.farberov Is there any reply from them? If not, I think you should send an email to them regarding this question directly and cc Developer Advocates (UPGPlatformServicesAllDevelopers@thomson.com) in the loop.

I will reach out to the PM and tech writer for this API (found on the Hub) to see how they can handle it. I don't like telling the customer to go elsewhere, if that can be avoided.

zoya faberov avatar image   zoya faberov Jonathan Haruni - Refinitiv

Hello @Jonathan Haruni,

Do you have any update from PM? Or otherwise?

thanks!

Hello @Jonathan Haruni,

Do you have any updates?

Thanks

1 Answer

· Write an Answer
Upvotes
4.1k 4 7 12

Tools like swagger merge or swagger combine should help.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.