States and Selectors - Template
How to get pending documents?
Invoke fetchGetRequiredDocuments
from redux/kyc
using LinkerStudio/core/hooks useAppDispatch
How to upload a pending document?
Invoke fetchPostRequiredDocument
from redux/kyc
using LinkerStudio/core/hooks useAppDispatch
Parameter | Type | Description |
---|---|---|
body | Document | The object with the data of the document: id, the base64 of the document, the file type, the file name, a note usually describing the device and platform and the selected option for the document. |
Last updated