Create Card Program
POST
https://{{env}}-lb.simplifipay.com/v1/card-program
Card Program
to be associated with cards of the SimpliFi platform.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/card-program' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "68de4d4a-20ed-48c6-8594-dc74e1730cb7",
"name": "Marketing Budget",
"cardProgramTemplateUuid": "36fad307-416e-4333-920a-b07fba57a658",
"feesOperationEnabled": false,
"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"
}
]
}
}
}
}'
Response Response Example
{
"uuid": "68de4d4a-20ed-48c6-8594-dc74e1730cb7",
"name": "Marketing Budget",
"cardProgramTemplateUuid": "36fad307-416e-4333-920a-b07fba57a658",
"feesOperationEnabled": false,
"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"
}
]
}
}
}
}
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