Enum PaymentInstrument.StatusEnum

  • All Implemented Interfaces:
    Serializable, Comparable<PaymentInstrument.StatusEnum>
    Enclosing class:
    PaymentInstrument

    public static enum PaymentInstrument.StatusEnum
    extends Enum<PaymentInstrument.StatusEnum>
    The status of the payment instrument. If a status is not specified when creating a payment instrument, it is set to **Active** by default. However, there can be exceptions for cards based on the `card.formFactor` and the `issuingCountryCode`. For example, when issuing physical cards in the US, the default status is **Requested**. Possible values: * **Active**: The payment instrument is active and can be used to make payments. * **Requested**: The payment instrument has been requested. This state is applicable for physical cards. * **Inactive**: The payment instrument is inactive and cannot be used to make payments. * **Suspended**: The payment instrument is temporarily suspended and cannot be used to make payments. * **Closed**: The payment instrument is permanently closed. This action cannot be undone. * **Stolen** * **Lost**