POST
/
card
/
usage
curl --request POST \
  --url https://gateway.finhub.cloud/cms/1.0.0/card/usage \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "code": "<string>",
  "allowUnknownAcceptanceMethod": true,
  "allowEcommerce": true,
  "allowMoto": true,
  "allowPos": true,
  "allowRecurring": true,
  "allowManualKeyEntry": true,
  "allowMagStripeTxnAtChipCapableTerminal": true,
  "allowMagstripePanEntry": true,
  "allowOfflinePinVerification": true,
  "allowOnlinePinVerification": true,
  "allowSignatureVerification": true,
  "allowNoVerification": true,
  "allowCashWithdrawalOutsideIssuingCountry": true,
  "allowCashWithdrawalInOtherCurrency": true,
  "allowPosOutsideIssuingCountry": true,
  "allowPosUsageInOtherCurrency": true,
  "allowContactlessEMV": true,
  "allowManualKeyEntryAtChipCapableTerminal": true,
  "allowManualKeyEntryForCardholderNotPresent": true,
  "allowContactlessMagStripe": true,
  "allowPurchaseWithCashback": true,
  "allowCashAdvance": true,
  "allowCashAtATM": true,
  "allowPINChangeAtATM": true,
  "allowBalanceEnquiryAtATM": true,
  "allowPINUnblockAtATM": true,
  "allowPurchaseOfGoodsAndServices": true,
  "allowVisaQuasiCashPOSTransactions": true,
  "allowOriginalCredits": true,
  "allowBypassOnlinePINCheck": true,
  "allowBypassExpiryDateCheck": true,
  "allowBypassCVVCheck": true,
  "allowBlankCVVInEcommerce": true,
  "allowBlankCVVInMoto": true,
  "allowBlankCVVInRecurring": true,
  "allowBlankCVVInManualKeyEntry": true,
  "allowBlankExpiryDate": true,
  "ifDeclinedForceNextEMVTxnOnline": true,
  "ifZeroOrNegativeBalanceForceNxtEMVTxnOnline": true,
  "forceNextEMVTxnOnline": true,
  "resetEMVCountersToUpperOfflineLimits": true,
  "allowTransactionAlertsEnabled": true,
  "allowInstantFunding": true,
  "allowToOverrideInternationalEcommerce": true,
  "allowOvernightSweepOfFunds": true,
  "allowAuthLimitShareWithPrimary": true,
  "allowLoadsLimitShareWithPrimary": true,
  "allowPaymentsLimitShareWithPrimary": true,
  "allowAuthOnSecondary": true,
  "allowLoadsOnSecondary": true,
  "allowPaymentsOnSecondary": true,
  "returnBalanceAsSumOfAvailableBal": true,
  "returnBalanceAsSumOfEHIBal": true,
  "returnBalanceAsSumOfPrimaryBal": true
}'
"<string>"

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
name
string
required
code
string
required
allowUnknownAcceptanceMethod
boolean
required
allowEcommerce
boolean
required
allowMoto
boolean
required
allowPos
boolean
required
allowRecurring
boolean
required
allowManualKeyEntry
boolean
required
allowMagStripeTxnAtChipCapableTerminal
boolean
required
allowMagstripePanEntry
boolean
required
allowOfflinePinVerification
boolean
required
allowOnlinePinVerification
boolean
required
allowSignatureVerification
boolean
required
allowNoVerification
boolean
required
allowCashWithdrawalOutsideIssuingCountry
boolean
required
allowCashWithdrawalInOtherCurrency
boolean
required
allowPosOutsideIssuingCountry
boolean
required
allowPosUsageInOtherCurrency
boolean
required
allowContactlessEMV
boolean
required
allowManualKeyEntryAtChipCapableTerminal
boolean
required
allowManualKeyEntryForCardholderNotPresent
boolean
required
allowContactlessMagStripe
boolean
required
allowPurchaseWithCashback
boolean
required
allowCashAdvance
boolean
required
allowCashAtATM
boolean
required
allowPINChangeAtATM
boolean
required
allowBalanceEnquiryAtATM
boolean
required
allowPINUnblockAtATM
boolean
required
allowPurchaseOfGoodsAndServices
boolean
required
allowVisaQuasiCashPOSTransactions
boolean
required
allowOriginalCredits
boolean
required
allowBypassOnlinePINCheck
boolean
required
allowBypassExpiryDateCheck
boolean
required
allowBypassCVVCheck
boolean
required
allowBlankCVVInEcommerce
boolean
required
allowBlankCVVInMoto
boolean
required
allowBlankCVVInRecurring
boolean
required
allowBlankCVVInManualKeyEntry
boolean
required
allowBlankExpiryDate
boolean
required
ifDeclinedForceNextEMVTxnOnline
boolean
required
ifZeroOrNegativeBalanceForceNxtEMVTxnOnline
boolean
required
forceNextEMVTxnOnline
boolean
required
resetEMVCountersToUpperOfflineLimits
boolean
required
allowTransactionAlertsEnabled
boolean
required
allowInstantFunding
boolean
required
allowToOverrideInternationalEcommerce
boolean
required
allowOvernightSweepOfFunds
boolean
required
allowAuthLimitShareWithPrimary
boolean
required
allowLoadsLimitShareWithPrimary
boolean
required
allowPaymentsLimitShareWithPrimary
boolean
required
allowAuthOnSecondary
boolean
required
allowLoadsOnSecondary
boolean
required
allowPaymentsOnSecondary
boolean
required
returnBalanceAsSumOfAvailableBal
boolean
required
returnBalanceAsSumOfEHIBal
boolean
required
returnBalanceAsSumOfPrimaryBal
boolean
required

Response

500 - text/plain

The response is of type string.