SimpliFi
HomeContact Us
HomeContact Us
  1. Card
  • Introduction
  • SimpliFi Architecture
  • Webhooks
  • Auth
    • Login to generate JWT token
      POST
  • Card Program
    • Create Card Program
      POST
    • Get Card Program
      GET
    • Change Card Program Status
      PATCH
    • Link Funding Source to Card Program
      POST
    • Get Balance of Funding Source
      GET
    • Transfer funds from one Card Program to other
      POST
    • Raise Funding Document Upload
      POST
    • Raise Funding
      POST
    • Funding Source Statement
      GET
  • 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
      GET
    • Create a Card
      POST
    • Get Card Details
      GET
    • Retrieve Balance on the Card
      GET
    • Activate a Card
      POST
    • Manage Card Status
      POST
    • Load a Card
      POST
    • Unload a Card
      POST
    • Renewal of the Card
      POST
    • Request a Physical Card
      POST
    • Get Card Statement
      GET
    • Get Rule Groups on Card
      GET
    • Create Rule Group on Card
      POST
    • Update Rule Group on Card
      PUT
    • Delete Rule Group on Card
      DELETE
    • Apply Rule Group on Card
      POST
    • Remove Rule Group on Card
      DELETE
  • 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
    • Card Activation webhook
    • Card Issuance webhook
    • Card PIN Setup webhook
    • Card Renewed webhook
    • Card Status Change webhook
    • Card Type Change webhook
    • Card Load webhook
    • Card Unload webhook
    • Card Unload webhook
    • User creation webhook
    • User updation webhook
    • User deletion webhook
    • Card Program Creation webhook
    • Funds transfer webhook
    • Raise funding webhook
    • Transaction webhook
    • Transaction Enrichment webhook
    • Fees apply webhook
    • Rule group creation webhook
    • Rule group updation webhook
    • Rule group deletion webhook
    • Wallet rule group creation webhook
    • Wallet rule group deletion webhook
    • Card rule group creation webhook
    • Card rule group deletion webhook
  • Schemas
    • Schemas
      • CardToHolderCreationWebhook
      • CardToHolderUpdationWebhook
      • CardToHolderDeletionWebhook
    • Response
      • EntityNotFoundError
    • InstrumentType
    • ErrorModel
    • UserRequestModel
    • AddressModel
    • ContactModel
    • AuthRequestModel
    • UserDetailModel
    • AuthResponseModel
    • UserModel
    • MerchantModel
    • DocumentUploadModel
    • FundingSourceResponseModel
    • RaiseFundingDocumentModel
    • FundingSourceRequestModel
    • CardConfigModel
    • CardPoi
    • CardProgramRequestModel
    • CardAmountModel
    • FeesApplicationCardRequest
    • FeeApplicationEventResponse
    • RaiseFundingResponseModel
    • StatementResponse
    • MerchantDetailModel
    • MerchantListModel
    • VelocityControlConfigModel
    • StatementResponseDetails
    • VelocityControlDetailConfigModel
    • RuleGroupResponseModel
    • TransactionResponse
    • RuleGroupModel
    • TransactionResponseDetails
    • RuleGroupTransactionRestrictions
    • TransactionRequestModel
    • RuleGroupMerchantRules
    • FileUploadModel
    • DocumentModel
    • RuleGroupLoadRestrictions
    • RuleGroupSpendRestrictions
    • CardStatusModel
    • CardRenewalModel
    • ApplyFeesOnCardRequest
    • FeesStatusUpdateModel
    • FeesSetupModel
    • CardProgramTransferFundsModel
    • Webhook
    • RaiseFundingRequestModel
    • CardRequestModel
    • FeeConfigurationModel
    • CardResponseModel
    • CardStatementResponse
    • CardProgramStatusChangeRequestModel
    • WebhookEventType
    • AmountModel
    • CardProgramCreationWebhook
    • WebhookEventModel
    • WebhookRequestModel
    • WebhookResponseModel
    • FundingSourceBalanceModel
    • CardActivationWebhook
    • CompanyUuidParameter
    • CardIssuanceWebhook
    • RequestUuidParameter
    • CardPinSetupWebhook
    • UserUuidParameter
    • CardRenewedWebhook
    • CardUuidParameter
    • CardStatusChangeWebhook
    • CardProgramResponseModel
    • MaskedPanParameter
    • CardTypeChangeWebhook
    • CardStatusParameter
    • CardLoadWebhook
    • TransactionIdParameter
    • CardUnloadWebhook
    • TransactionUuidParameter
    • TransactionTypeParameter
    • CardToCardTransferWebhook
    • FundTransferWebhook
    • RaiseFundingWebhook
    • CardHolderCreationWebhook
    • TransactionWebhook
    • TransactionEnrichmentWebhook
    • CardHolderUpdationWebhook
    • FeesApplyWebhook
    • CardHolderDeletionWebhook
    • UserWebhook
    • RuleGroupCreationWebhook
    • RuleGroupUpdationWebhook
    • RuleGroupDeletionWebhook
    • WalletRuleGroupCreationWebhook
    • WalletRuleGroupDeletionWebhook
    • CardRuleGroupCreationWebhook
    • CardRuleGroupDeletionWebhook
HomeContact Us
HomeContact Us
  1. Card

Update Rule Group on Card

PUT
https://{{env}}-lb.simplifipay.com/v1/card/{uuid}/rule-group
Card
This endpoint updates an existing rule group on a Card.
Following are the properties of this endpoint.

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢202Accepted
application/json
OK
Body

🟠400Bad Request
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PUT 'https://uat-lb.simplifipay.com/v1/card//rule-group' \
--header 'requestUuid;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "uuid": "cceec464-eb26-4fbf-8e91-695f133ced0a",
    "name": "Rule Group 1",
    "description": "Rule Group 1 Description",
    "transactionRestrictions": {
        "merchantRules": {
            "allow": "true",
            "mcc": [
                "string"
            ],
            "mccException": [
                "string"
            ]
        }
    },
    "loadRestrictions": {
        "minimumLoad": 1.5,
        "maximumLoad": 123.45,
        "loadCountDailyLimit": 3,
        "loadCountWeeklyLimit": 5,
        "loadCountMonthlyLimit": 10,
        "loadDailyLimit": 123.45,
        "loadWeeklyLimit": 523.45,
        "loadMonthlyLimit": 1023.45
    },
    "spendRestrictions": {
        "setLimitPerTxn": 123.45,
        "velocityDailyLimit": 3.45,
        "velocityWeeklyLimit": 23.45,
        "velocityMonthlyLimit": 123.45,
        "txnCountDaily": 3,
        "txnCountWeekly": 5,
        "txnCountMonthly": 10
    }
}'
Response Response Example
202 - Example 1
{
    "uuid": "cceec464-eb26-4fbf-8e91-695f133ced0a",
    "name": "Rule Group 1",
    "description": "Rule Group 1 Description",
    "transactionRestrictions": {
        "merchantRules": {
            "allow": "true",
            "mcc": [
                "string"
            ],
            "mccException": [
                "string"
            ]
        }
    },
    "loadRestrictions": {
        "minimumLoad": 1.5,
        "maximumLoad": 123.45,
        "loadCountDailyLimit": 3,
        "loadCountWeeklyLimit": 5,
        "loadCountMonthlyLimit": 10,
        "loadDailyLimit": 123.45,
        "loadWeeklyLimit": 523.45,
        "loadMonthlyLimit": 1023.45
    },
    "spendRestrictions": {
        "setLimitPerTxn": 123.45,
        "velocityDailyLimit": 3.45,
        "velocityWeeklyLimit": 23.45,
        "velocityMonthlyLimit": 123.45,
        "txnCountDaily": 3,
        "txnCountWeekly": 5,
        "txnCountMonthly": 10
    }
}
Modified at 2026-03-04 09:10:09
Previous
Create Rule Group on Card
Next
Delete Rule Group on Card
Built with