Transfer funds from one Card Program to other
POST
https://{{env}}-lb.simplifipay.com/v1/card-program/transfer-fund
Card Program
Card Program to other 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/v1/card-program/transfer-fund' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceCardProgramUuid": "381ad98a-16bd-4de1-9fe3-b30683ece550",
"destCardProgramUuid": "b9166cc8-cb84-4dd4-a728-56e2860ddf1a",
"amount": "100.50"
}'
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