Proof of funds / Confirmation of
funds transfer from the Bank document (PNG, JPEG, PDF are allowed formats) and the string value returnedfileUrl field of the response should be used in Raise Funding API's attachment parameter.curl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/document/upload' \
--header 'requestUuid;' \
--form 'file=@""' \
--form 'fileUploadModel=""'{
"fileUrl": "string",
"cardProgramUuid": "22b52244-fb76-4ae7-be85-ecafba89e5ca",
"amount": "10000.00",
"fundRequestType": "LOAD"
}