Get Card Program
GET
https://{{env}}-lb.simplifipay.com/v1/card-program/{uuid}
Card Program
Following are the properties of this endpoint.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://uat-lb.simplifipay.com/v1/card-program/' \
--header 'requestUuid;'
Response Response Example
200 - Example 1
{
"uuid": "2143c065-a8af-4fd7-a839-17371f760e03",
"name": "Marketing Budget",
"companyUuid": "306182e4-c3e9-41d6-9184-de5bfec1fad1",
"parentAccountId": "1234567",
"productId": "0031",
"fundingSourceUuid": "86bada5e-d67f-4efb-975f-4a20b86a5b13",
"cardProgramStatus": "CREATED",
"config": {
"poi": {
"ecommerce": "true",
"atm": "true",
"pos": "true",
"international": "true",
"contactless": "true",
"dcc": "true"
},
"velocityControls": {
"activeVelocityAdapterKey": "SPF-VL-002",
"velocityControlList": [
{
"velocityAdapterKey": "201",
"name": "Velocity 201"
}
]
},
"merchantControls": {
"whiteList": {
"name": "whitelist",
"merchants": [
{
"mid": "1234"
}
]
},
"blackList": {
"name": "whitelist",
"merchants": [
{
"mid": "1234"
}
]
}
}
},
"cardProgramTemplateUuid": "b13dc7ac-163b-49d1-b9e9-98ed7b73cccf",
"walletThreshold": "100",
"autoLoadAmount": "100",
"currency": "AED",
"feesOperationEnabled": false
}
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
Responses
Modified at 2025-06-27 12:44:57