SimpliFi
HomeContact Us
HomeContact Us
  1. Schemas
  • Introduction
  • SimpliFi Architecture
  • Webhooks
  • Auth
    • Login to generate JWT token
  • Card Program
    • Create Card Program
    • Get Card Program
    • Change Card Program Status
    • Link Funding Source to Card Program
    • Get Balance of Funding Source
    • Transfer funds from one Card Program to other
    • Raise Funding Document Upload
    • Raise Funding
    • Funding Source Statement
  • Funding Source
    • Create Rule Group on Funding Account
    • Update Rule Group on Funding Account
    • Delete Rule Group on Funding Account
    • Get Rule Groups on Funding Account
    • Appply Rule Group on Funding Account
    • Remove Rule Group on Funding Account
  • Card
    • List all Cards
    • Create a Card
    • Get Card Details
    • Retrieve Balance on the Card
    • Activate a Card
    • Manage Card Status
    • Load a Card
    • Unload a Card
    • Renewal of the Card
    • Request a Physical Card
    • Get Card Statement
    • Apply rule group on card
    • Remove rule group on card
  • User
    • List all Users
    • Create a User
    • Upload Document
    • Retrieve a User
    • Update a User
    • Delete a User
  • Transaction
    • List All Transactions
  • Fee
    • Add fee configuration
    • Fetch fee config
    • Change the status of fee config
    • Add Fee event against card uuid in queue
    • Apply fee against card uuid present in queue
  • Webhook
    • Get all events
    • Create a webhook
    • Update a Webhook
    • Delete a Webhook
    • Updates the status of Webhook
  • Schemas
    • Schemas
      • InstrumentType
      • ErrorModel
      • UserRequestModel
      • AddressModel
      • ContactModel
      • AuthRequestModel
      • UserDetailModel
      • AuthResponseModel
      • UserModel
      • DocumentUploadModel
      • MerchantModel
      • FundingSourceResponseModel
      • FundingSourceRequestModel
      • RaiseFundingDocumentModel
      • CardConfigModel
      • CardPoi
      • CardProgramRequestModel
      • CardAmountModel
      • FeesApplicationCardRequest
      • FeeApplicationEventResponse
      • StatementResponse
      • MerchantDetailModel
      • MerchantListModel
      • VelocityControlConfigModel
      • StatementResponseDetails
      • VelocityControlDetailConfigModel
      • RuleGroupResponseModel
      • TransactionResponse
      • RuleGroupModel
      • TransactionResponseDetails
      • RuleGroupTransactionRestrictions
      • TransactionRequestModel
      • RuleGroupMerchantRules
      • FileUploadModel
      • RuleGroupLoadRestrictions
      • DocumentModel
      • RuleGroupSpendRestrictions
      • CardStatusModel
      • CardRenewalModel
      • ApplyFeesOnCardRequest
      • FeesStatusUpdateModel
      • FeesSetupModel
      • CardProgramTransferFundsModel
      • RaiseFundingRequestModel
      • Webhook
      • CardRequestModel
      • FeeConfigurationModel
      • CardResponseModel
      • CardStatementResponse
      • CardProgramStatusChangeRequestModel
      • CardProgramCreationWebhook
      • AmountModel
      • WebhookEventType
      • WebhookEventModel
      • WebhookRequestModel
      • WebhookResponseModel
      • CardActivationWebhook
      • FundingSourceBalanceModel
      • CompanyUuidParameter
      • CardIssuanceWebhook
      • RequestUuidParameter
      • CardPinSetupWebhook
      • UserUuidParameter
      • CardRenewedWebhook
      • CardUuidParameter
      • MaskedPanParameter
      • CardProgramResponseModel
      • CardStatusChangeWebhook
      • CardTypeChangeWebhook
      • CardStatusParameter
      • CardLoadWebhook
      • TransactionIdParameter
      • TransactionUuidParameter
      • CardUnloadWebhook
      • TransactionTypeParameter
      • CardToCardTransferWebhook
      • CardToHolderCreationWebhook
      • CardToHolderUpdationWebhook
      • CardToHolderDeletionWebhook
      • FundTransferWebhook
      • RaiseFundingWebhook
      • CardHolderCreationWebhook
      • TransactionWebhook
      • CardHolderUpdationWebhook
      • TransactionEnrichmentWebhook
      • CardHolderDeletionWebhook
      • FeesApplyWebhook
      • UserWebhook
      • RuleGroupCreationWebhook
      • RuleGroupUpdationWebhook
      • RuleGroupDeletionWebhook
      • WalletRuleGroupCreationWebhook
      • WalletRuleGroupDeletionWebhook
      • CardRuleGroupCreationWebhook
      • CardRuleGroupDeletionWebhook
    • Response
      • EntityNotFoundError
  1. Schemas

CardProgramResponseModel

{
    "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
}
Built with