Hi all,
I have enabled FixedPriceTransaction Notification and have listed a FixedPriceListing Item. When trying to Buy the item using the Sandbox user the Pay Now button takes me to a 404 page so I am unable to complete the order and trigger the FixedPriceTransaction Notification to my application.
Is anyone else having similar issue and have a work around?
I have tested the Notification setting and URL and that is working correct as I am getting ItemListed and ItemRevised Notification to my application. Attached below is the SOUP requests for my NFixedPriceTransaction Notification response and GetItemTransaction response.
[GetNotificationPreference]
<?xml version="1.0" encoding="UTF-8"?>
<GetNotificationPreferencesResponse
xmlns="urn:ebay:apis:eBLBaseComponents">
<Timestamp>2020-11-20T23:35:18.462Z</Timestamp>
<Ack>Success</Ack>
<Version>1149</Version>
<Build>E1149_CORE_APINOTIFY_19146596_R1</Build>
<DeliveryURLName>default</DeliveryURLName>
<UserDeliveryPreferenceArray>
<NotificationEnable>
<EventType>FixedPriceTransaction</EventType>
<EventEnable>Enable</EventEnable>
</NotificationEnable>
[GetItemTransaction]
</ShippingDetails>
<ConvertedAmountPaid currencyID="GBP">10.0</ConvertedAmountPaid>
<ConvertedTransactionPrice currencyID="GBP">10.0</ConvertedTransactionPrice>
<CreatedDate>2020-11-20T23:58:53.000Z</CreatedDate>
<DepositType>None</DepositType>
<QuantityPurchased>1</QuantityPurchased>
<Status>
<eBayPaymentStatus>NoPaymentFailure</eBayPaymentStatus>
<CheckoutStatus>CheckoutIncomplete</CheckoutStatus>
<LastTimeModified>2020-11-20T23:59:55.000Z</LastTimeModified>
<PaymentMethodUsed>None</PaymentMethodUsed>
<CompleteStatus>Incomplete</CompleteStatus>
Thanks, WL