Get Balance of Funding Source
Card ProgramFunding Source
The Get Balance of Funding Source endpoint retrieves the remaining balance of a funding source.
Following are the properties of this endpoint.
curl --location --globoff 'https://uat-lb.simplifipay.com/v1/card-program//funding-source-balance' \
--header 'Authorization;' \
--header 'requestUuid;'
Response Response Example
{
"amount": "100.50",
"currency": "AED"
}
Modified at 2026-05-19 09:38:49