eBay Trading APIVersion 1349
 

PaidStatusCodeType ( token )

Enumerated type that lists the possible states of buyer payment for an order.

Type that uses PaidStatusCodeType:

Calls that use one or more values of PaidStatusCodeType:

Enumeration Values

Value Description
BuyerHasNotCompletedCheckout This enumeration value is returned if the buyer has not completed the checkout process and so has not made payment.
CustomCode Reserved for future use.
MarkedAsPaid This enumeration value is returned if the order was marked as paid by eBay or the seller.
NotPaid This enumeration value is returned if the buyer has completed checkout, but eBay cannot confirm whether or not the buyer has paid for the order. It is possible that the buyer has paid with an 'offline' payment method, but the order has not been marked as paid.
Paid This enumeration value is returned if the buyer has paid for the order.
PaidCOD The buyer has paid for the order with the COD payment method.
PaymentPending This enumeration value is returned if the buyer's payment is in process, but not yet complete.
PayUponInvoice This enumeration value is returned if the buyer was offered the 'Pay Upon Invoice' option. The 'Pay Upon Invoice' option is only available to eligible German buyers as part of Progressive Checkout on the German site. If a German buyer is offered the 'Pay Upon Invoice' option, that buyer is not required to pay for the order until after receiving an order invoice from the seller.
Refunded This enumeration value is returned if the buyer's payment was refunded.
WaitingForCODPayment The selected payment method is COD and the buyer will make the payment upon delivery.
  * See the Enumeration Index to see exact use of each enumeration value in the API.