Link Funding Source to Card Program
POST
https://{{env}}-lb.simplifipay.com/v2/card-program/{uuid}/funding-source
Card ProgramFunding Source
The funding source works as an account that would be used to fund all its cards under this
Card Program. Following are the properties of this endpoint.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://uat-lb.simplifipay.com/v2/card-program//funding-source' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"fundingSource": "1234567"
}'
Response Response Example
{
"uuid": "84caba0c-275a-474c-b6f6-567a6a76b636",
"cardProgramUuid": "e283c96c-01e6-4afb-9b38-b4d2622e0a57",
"fundingSource": "1234567",
"currency": "USD"
}
Request
Path Params
uuid
string
required
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