v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Card Rules

Get CashPoint Rules

Endpoint to get the CardRuleCashPointRules of the Card.

get/business/v2/cards/{cardId}/rules/cashpoint

Path parameters

cardIdstring required

The Card ID.

Example:7bf79328-a7ae-4222-aa54-091ff7f429a7

Response

The result is a CardRuleCashPointRules.

Example response

{
  "daily": {
    "enabled": true,
    "max": 10.25
  },
  "weekly": {
    "enabled": true,
    "max": 10.25
  },
  "monthly": {
    "enabled": true,
    "max": 10.25
  },
  "chip_and_pin": {
    "enabled": true
  },
  "magstripe": {
    "enabled": true
  }
}