Enum PaymentLinkResponse.StatusEnum

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

    public static enum PaymentLinkResponse.StatusEnum
    extends Enum<PaymentLinkResponse.StatusEnum>
    Status of the payment link. Possible values: * **active**: The link can be used to make payments. * **expired**: The expiry date for the payment link has passed. Shoppers can no longer use the link to make payments. * **completed**: The shopper completed the payment. * **paymentPending**: The shopper is in the process of making the payment. Applies to payment methods with an asynchronous flow.