Groups > Ebay > Ebay Developers International > Value of eBayPaymentStatus when ELV payment failed




Value of eBayPaymentStatus when ELV payment failed

Value of eBayPaymentStatus when ELV payment failed
Thu, 16 Nov 2006 07:00:55 -080
Hello,

I have a question about the paymentMethod ELV (Elektronisches
Lastschriftverfahren (direct debit). Only applicable to Express Germany).
When a buyer purchased an item at eBay Express and chose ELV as paymentMethod
then the following information is returned, e.g. by GetSellerTransactions Call:

<Status>
  <eBayPaymentStatus>PaymentInProcess</eBayPaymentStatus>
  <CheckoutStatus>CheckoutComplete</CheckoutStatus>
  <LastTimeModified>2006-10-26T12:59:31.000Z</LastTimeModified>
  <PaymentMethodUsed>ELV</PaymentMethodUsed>
  <CompleteStatus>Complete</CompleteStatus>
  <BuyerSelectedShipping>false</BuyerSelectedShipping>
</Status>

After the payment is confirmed by eBay, the following information is returned:

<Status>
  <eBayPaymentStatus>NoPaymentFailure</eBayPaymentStatus>
  <CheckoutStatus>CheckoutComplete</CheckoutStatus>
  <LastTimeModified>2006-10-26T12:59:31.000Z</LastTimeModified>
  <PaymentMethodUsed>ELV</PaymentMethodUsed>
  <CompleteStatus>Complete</CompleteStatus>
  <BuyerSelectedShipping>false</BuyerSelectedShipping>
</Status>

Thats fine for successful payments, but which value is returned in
eBayPaymentStatus when the payment failed. Is it still PaymentInProcess or any
other value?

Best regards,
Post Reply
about | contact