Raise Funding Document Upload
POST
https://{{env}}-lb.simplifipay.com/v1/document/upload
Card ProgramDocument
Proof of funds / Confirmation of
funds transfer from the Bank
document (PNG, JPEG, PDF are allowed formats) and the string value returnedin the
fileUrl
field of the response should be used in Raise Funding API's attachment parameter.account, the confirmation of transfer of funds screenshot/image/PDF should be used as an attachment.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/document/upload' \
--header 'requestUuid;' \
--form 'file=@""' \
--form 'fileUploadModel=""'
Response Response Example
{
"fileUrl": "string",
"cardProgramUuid": "22b52244-fb76-4ae7-be85-ecafba89e5ca",
"amount": "10000.00",
"fundRequestType": "LOAD"
}
Request
Header Params
requestUuid
string
required
system. This would help us in debugging in case of a discrepancy in the expected behavior of the API.
Example:
00d366f2-a6e9-4714-b172-02c4e58c29d8
Body Params multipart/form-data
file
file
required
fileUploadModel
object (FileUploadModel)
required
fileUrl
string
optional
cardProgramUuid
string
required
that was created using the Create Card Program API.
Example:
22b52244-fb76-4ae7-be85-ecafba89e5ca
amount
number
required
Example:
10000.00
fundRequestType
enum<string>
required
Allowed values:
LOADUNLOAD
Example:
LOAD
Responses
Modified at 2025-06-27 12:44:57