zibri
    Preparing search index...

    The different status a payment can have.

    Index

    Enumeration Members

    CANCELLED: "CANCELLED"

    When the payment was cancelled through the customer somewhere.

    CREATED: "CREATED"

    When the payment has been created but is not confirmed yet. Eg. When waiting for a SEPA transfer to happen.

    FAILED: "FAILED"

    When the payment could not be processed due to an error. The error data with more information is saved on the payment.

    PAID: "PAID"

    When the payment has ben successfully paid.

    REFUNDED: "REFUNDED"

    When the payment has been refunded to the customer.

    RESERVED: "RESERVED"

    When the payment has been reserved/frozen but not yet collected.