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