Update Card preferences

Endpoint providing the capability to update card payment preferences. This will not allow for the blocking/unblocking of Cards or PIN (blocking a card and unblocking a PIN is possible through other endpoints).

Path Params
uuid
required

Unique identifier (UUID) of the Card

Body Params
boolean

Physical card enablement status:

  • true: enabled (unfrozen), allows physical card usage (default)
  • false: disabled (frozen), prevents all physical card usage
boolean

Online card not present payment enablement status:

  • true: enabled
  • false: disabled (default)
boolean

ATM cash withdrawal enablement status:

  • true: enabled
  • false: disabled (default)
boolean

Physical card contactless payment enablement status:

  • true: enabled
  • false: disabled (default)
boolean

Physical card magnetic stripe payment enablement status:

  • true: enabled
  • false: disabled (default)
boolean

Mobile wallet card payment enablement status:

  • true: enabled (default)
  • false: disabled
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json