cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FinalValueFee on german Ebay wrong?

Hi,

 

I am currently debugging our API Access to Ebay.

 

My customer wants the fees for all transactions for his accounting.

The API should return the total amount of fees using "FinalValueFee".

 

This is what the Ebay documentation says about "FinalValueFee":

"Final value fees

We charge one final value fee when your item sells, and you don't have to worry about third-party payment processing fees. This fee is calculated as a percentage of the total amount of the sale, plus a per order fee. For orders $10.00 or less the per order fee is $0.30, for orders over $10.00 the per order fee is $0.40."

 

However, the API for the German marketplace only provides us with the variable fees for the individual items, but NOT the order fee.

 

Is this a error in the API?

Is it possible to read the order fees via the API?

 

Variable Fees in the example blow are: 2,23€ + 4,00€
But the total amout of fees is: 6,65 €

Difference: 0,42€ (0,35€ Fee + 19% Tax)

 

API-Response:

 

 

 

<OrderID>XXXXXX</OrderID>
<OrderStatus>Completed</OrderStatus>
<AdjustmentAmount currencyID="EUR">0.0</AdjustmentAmount>
<AmountPaid currencyID="EUR">47.5</AmountPaid>
<AmountSaved currencyID="EUR">0.0</AmountSaved>
<CheckoutStatus>
<eBayPaymentStatus>NoPaymentFailure</eBayPaymentStatus>
<LastModifiedTime>2024-04-22T14:48:43.000Z</LastModifiedTime>
<PaymentMethod>CreditCard</PaymentMethod>
<Status>Complete</Status>
<IntegratedMerchantCreditCardEnabled>false</IntegratedMerchantCreditCardEnabled>
</CheckoutStatus>
<ShippingDetails>
<SalesTax>
<ShippingIncludedInTax>false</ShippingIncludedInTax>
<SalesTaxAmount currencyID="EUR">0.0</SalesTaxAmount>
</SalesTax>
<ShippingServiceOptions>
<ShippingService>DE_DHLFreightDomestic</ShippingService>
<ShippingServicePriority>1</ShippingServicePriority>
<ExpeditedService>false</ExpeditedService>
<ShippingTimeMin>2</ShippingTimeMin>
<ShippingTimeMax>3</ShippingTimeMax>
</ShippingServiceOptions>
<SellingManagerSalesRecordNumber>13570</SellingManagerSalesRecordNumber>
<GetItFast>false</GetItFast>
</ShippingDetails>
<CreatingUserRole>Buyer</CreatingUserRole>
<CreatedTime>2024-04-21T09:41:08.000Z</CreatedTime>
<ShippingAddress>
<Name>XXXXXX</Name>
<Street1>XXXXXX</Street1>
<Street2/>
<CityName>XXXXXX</CityName>
<StateOrProvince/>
<Country>DE</Country>
<CountryName>Germany</CountryName>
<Phone>XXXXXX</Phone>
<PostalCode>XXXXXX</PostalCode>
<AddressID>XXXXXX</AddressID>
<AddressOwner>eBay</AddressOwner>
</ShippingAddress>
<ShippingServiceSelected>
<ShippingService>DE_DHLFreightDomestic</ShippingService>
<ShippingServiceCost currencyID="EUR">0.0</ShippingServiceCost>
</ShippingServiceSelected>
<Subtotal currencyID="EUR">47.5</Subtotal>
<Total currencyID="EUR">47.5</Total>
<TransactionArray>
<Transaction>
<Buyer>
<Email>XXXXXX</Email>
<VATStatus>VATTax</VATStatus>
<UserFirstName>XXXXXX</UserFirstName>
<UserLastName>XXXXXX</UserLastName>
</Buyer>
<ShippingDetails>
<SalesTax>
<SalesTaxPercent>19.0</SalesTaxPercent>
</SalesTax>
<SellingManagerSalesRecordNumber>XXXXXX</SellingManagerSalesRecordNumber>
</ShippingDetails>
<CreatedDate>2024-04-21T09:41:08.000Z</CreatedDate>
<Item>
<ItemID>XXXXXX</ItemID>
<Site>Germany</Site>
<Title>XXXXXX</Title>
<SKU>prestashop-12</SKU>
</Item>
<QuantityPurchased>2</QuantityPurchased>
<Status>
<PaymentHoldStatus>None</PaymentHoldStatus>
<InquiryStatus>NotApplicable</InquiryStatus>
<ReturnStatus>NotApplicable</ReturnStatus>
</Status>
<TransactionID>XXXXXX</TransactionID>
<TransactionPrice currencyID="EUR">8.5</TransactionPrice>
<ShippingServiceSelected>
<ShippingPackageInfo>
<EstimatedDeliveryTimeMin>2024-04-23T22:00:00.000Z</EstimatedDeliveryTimeMin>
<EstimatedDeliveryTimeMax>2024-04-25T22:00:00.000Z</EstimatedDeliveryTimeMax>
<HandleByTime>2024-04-23T21:59:59.000Z</HandleByTime>
<MinNativeEstimatedDeliveryTime>2024-04-24T22:00:00.000Z</MinNativeEstimatedDeliveryTime>
<MaxNativeEstimatedDeliveryTime>2024-04-25T22:00:00.000Z</MaxNativeEstimatedDeliveryTime>
</ShippingPackageInfo>
</ShippingServiceSelected>
<ShippedTime>2024-04-22T14:48:42.000Z</ShippedTime>
<FinalValueFee currencyID="EUR">2.23</FinalValueFee>
<TransactionSiteID>Germany</TransactionSiteID>
<Platform>eBay</Platform>
<Taxes>
<TotalTaxAmount currencyID="EUR">0.0</TotalTaxAmount>
<TaxDetails>
<Imposition>SalesTax</Imposition>
<TaxDescription>SalesTax</TaxDescription>
<TaxAmount currencyID="EUR">0.0</TaxAmount>
<TaxOnSubtotalAmount currencyID="EUR">0.0</TaxOnSubtotalAmount>
<TaxOnShippingAmount currencyID="EUR">0.0</TaxOnShippingAmount>
<TaxOnHandlingAmount currencyID="EUR">0.0</TaxOnHandlingAmount>
</TaxDetails>
</Taxes>
<ActualShippingCost currencyID="EUR">0.0</ActualShippingCost>
<ActualHandlingCost currencyID="EUR">0.0</ActualHandlingCost>
<OrderLineItemID>XXXXXX</OrderLineItemID>
<InventoryReservationID>XXXXXX</InventoryReservationID>
<ExtendedOrderID>XXXXXX</ExtendedOrderID>
<eBayPlusTransaction>false</eBayPlusTransaction>
<GuaranteedShipping>false</GuaranteedShipping>
<GuaranteedDelivery>false</GuaranteedDelivery>
<eBayCollectAndRemitTax>false</eBayCollectAndRemitTax>
</Transaction>
<Transaction>
<Buyer>
<Email>XXXXXX</Email>
<VATStatus>VATTax</VATStatus>
<UserFirstName>XXXXXX</UserFirstName>
<UserLastName>XXXXXX</UserLastName>
</Buyer>
<ShippingDetails>
<SalesTax>
<SalesTaxPercent>19.0</SalesTaxPercent>
</SalesTax>
<SellingManagerSalesRecordNumber>XXXXXX</SellingManagerSalesRecordNumber>
</ShippingDetails>
<CreatedDate>2024-04-21T09:41:08.000Z</CreatedDate>
<Item>
<ItemID>XXXXXX</ItemID>
<Site>Germany</Site>
<Title>XXXXXX</Title>
<SKU>prestashop-116</SKU>
</Item>
<QuantityPurchased>1</QuantityPurchased>
<Status>
<PaymentHoldStatus>None</PaymentHoldStatus>
<InquiryStatus>NotApplicable</InquiryStatus>
<ReturnStatus>NotApplicable</ReturnStatus>
</Status>
<TransactionID>XXXXXX</TransactionID>
<TransactionPrice currencyID="EUR">30.5</TransactionPrice>
<ShippingServiceSelected>
<ShippingPackageInfo>
<EstimatedDeliveryTimeMin>2024-04-23T22:00:00.000Z</EstimatedDeliveryTimeMin>
<EstimatedDeliveryTimeMax>2024-04-25T22:00:00.000Z</EstimatedDeliveryTimeMax>
<HandleByTime>2024-04-23T21:59:59.000Z</HandleByTime>
<MinNativeEstimatedDeliveryTime>2024-04-24T22:00:00.000Z</MinNativeEstimatedDeliveryTime>
<MaxNativeEstimatedDeliveryTime>2024-04-25T22:00:00.000Z</MaxNativeEstimatedDeliveryTime>
</ShippingPackageInfo>
</ShippingServiceSelected>
<ShippedTime>2024-04-22T14:48:42.000Z</ShippedTime>
<FinalValueFee currencyID="EUR">4.0</FinalValueFee>
<TransactionSiteID>Germany</TransactionSiteID>
<Platform>eBay</Platform>
<Taxes>
<TotalTaxAmount currencyID="EUR">0.0</TotalTaxAmount>
<TaxDetails>
<Imposition>SalesTax</Imposition>
<TaxDescription>SalesTax</TaxDescription>
<TaxAmount currencyID="EUR">0.0</TaxAmount>
<TaxOnSubtotalAmount currencyID="EUR">0.0</TaxOnSubtotalAmount>
<TaxOnShippingAmount currencyID="EUR">0.0</TaxOnShippingAmount>
<TaxOnHandlingAmount currencyID="EUR">0.0</TaxOnHandlingAmount>
</TaxDetails>
</Taxes>
<ActualShippingCost currencyID="EUR">0.0</ActualShippingCost>
<ActualHandlingCost currencyID="EUR">0.0</ActualHandlingCost>
<OrderLineItemID>XXXXXX</OrderLineItemID>
<InventoryReservationID>XXXXXX</InventoryReservationID>
<ExtendedOrderID>XXXXXX</ExtendedOrderID>
<eBayPlusTransaction>false</eBayPlusTransaction>
<GuaranteedShipping>false</GuaranteedShipping>
<GuaranteedDelivery>false</GuaranteedDelivery>
<eBayCollectAndRemitTax>false</eBayCollectAndRemitTax>
</Transaction>
</TransactionArray>
<BuyerUserID>XXXXXX</BuyerUserID>
<PaidTime>2024-04-21T09:41:07.748Z</PaidTime>
<ShippedTime>2024-04-22T14:48:42.000Z</ShippedTime>
<EIASToken>XXXXXX</EIASToken>
<PaymentHoldStatus>None</PaymentHoldStatus>
<IsMultiLegShipping>false</IsMultiLegShipping>
<MonetaryDetails>
<Payments>
<Payment>
<PaymentStatus>Succeeded</PaymentStatus>
<Payer type="eBayUser">XXXXXX</Payer>
<Payee type="eBayUser">XXXXXX</Payee>
<PaymentTime>2024-04-21T09:41:07.748Z</PaymentTime>
<PaymentAmount currencyID="EUR">47.5</PaymentAmount>
<ReferenceID type="ExternalTransactionID">XXXXXX</ReferenceID>
<FeeOrCreditAmount currencyID="EUR">0.0</FeeOrCreditAmount>
</Payment>
</Payments>
</MonetaryDetails>
<SellerUserID>XXXXXX</SellerUserID>
<SellerEIASToken>XXXXXX</SellerEIASToken>
<CancelStatus>NotApplicable</CancelStatus>
<ExtendedOrderID>XXXXXX</ExtendedOrderID>
<ContainseBayPlusTransaction>false</ContainseBayPlusTransaction>
<eBayCollectAndRemitTax>false</eBayCollectAndRemitTax>
</Order>

 

 

 

 

Sincerely,

...

Message 1 of 1
latest reply
0 REPLIES 0