@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Enumeration PaymentStatus

    Represents the status of a payment.

    Index

    Enumeration Members

    CANCELLED: "CANCELLED"

    Payment have been cancelled.

    COMPLETED: "COMPLETED"

    Payment is completed. Note that some transactions might be completed from Embedded Wallet point of view, but not from customer point of view, since money movement might take some time outside of the Embedded Wallet network.

    FAILED: "FAILED"

    Payment has failed. Check STATUS_REASON property for details.

    PENDING: "PENDING"

    Payment transaction is created and further action is required by the customer.

    PREVIEW: "PREVIEW"

    Payment preview.

    PROCESSING: "PROCESSING"

    Payment is scheduled for processing by the payment provider.

    REFUNDED: "REFUNDED"

    Payment has been refunded. Valid only for deposits.