Raise Funding
POST
https://{{env}}-lb.simplifipay.com/v1/card-program/raise-funding
Card ProgramFunding Source
actually move the money between accounts but should be used so that the proof of funds is shared with
the Issuer/Processor Bank. After the proof of funds attachment is verified by the Issuer/Processor
funds would reflect in the respective funding source. Following are the properties of this endpoint.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/card-program/raise-funding' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardProgramUuid": "c83d26ed-f093-4e43-b81b-35884f068d4b",
"amount": "10000.00",
"sourceFunds": "OTHER"
}'
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 application/json
Responses
Modified at 2025-06-27 12:44:57