Multi-Benefits

Update Card Usage Limit

post/UpdateCardUsageLimit

Request body

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required

Number Of The BusinessUnit

IdentifierCardstring required

Card Identifier

Example request

{
  "Method": "UpdateCardUsageLimit",
  "PartnerId": 30324,
  "BusinessUnitId": 4548,
  "TransactionLimits": {
    "MaxTransactionsPerDay": 5,
    "MaxTransactionAmount": 1000,
    "MaxTotalValue": 1000
  },
  "TimeLimits": {
    "StartTime": "08:00",
    "EndTime": "21:00"
  },
  "MerchantLimits": {
    "MerchantId": "77162321AS",
    "LimitValue": 1000
  }
}

Response

Successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.