Payment Status

enum OrderPaymentStatus
{
    NoPayment = 10,
    Authorized = 20,
    Charged = 30,
    Uncleared = 40,
    PartiallyRefund = 50
    FullRefund = 60
    PartialPayment = 70
    eBayPaid = 80
    PaymentError = 99
}

Was this article helpful?

Next
Receiving Status