Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CanAddCardToWalletStatus

Index

Enumeration members

MISSING_CONFIGURATION = "MISSING_CONFIGURATION"

You are missing configuration required for Push Provisioning. Make sure you've completed all steps at https://stripe.com/docs/issuing/cards/digital-wallets?platform=react-native.

UNSUPPORTED_DEVICE = "UNSUPPORTED_DEVICE"

This device doesn't support adding a card to the native wallet.

CARD_ALREADY_EXISTS = "CARD_ALREADY_EXISTS"

This card already exists on this device and any paired devices.

CARD_EXISTS_ON_CURRENT_DEVICE = "CARD_EXISTS_ON_CURRENT_DEVICE"

This card already exists on this device, but not on the paired device.

CARD_EXISTS_ON_PAIRED_DEVICE = "CARD_EXISTS_ON_PAIRED_DEVICE"

This card already exists on the paired device, but not on this device.

Generated using TypeDoc