Hi Wix,
I am trying to use wix-pay to accept payment, currently set up with PayPal. While the payment went through successfully, the transactionId that is populated in the returned PaymentResult object is good for nothing. It is in a GUID form which is not the PayPal transaction ID. It can’t be used to lookup the transaction in my PayPal account. When I go to see the transactions in my wix site dashboard, the transaction detail lists the real PayPal transaction ID, and there’s no mentioning of the GUID returned in PaymentResult anywhere, nor is there anywhere to look up a transaction with that GUID. I need to save the transaction ID in my own database so that it can be used to look up the transaction when needed. But right now the GUID being returned is good for nothing. Preferrably I would like the real PayPal ID to be returned in the result like what is shown in the dashboard. But if not, at least return something that can really be used to look up as a reference.
I suggest you contact Wix support team for this as they will be able to help you better. They might be able to provide you with a method for finding your PayPal transaction from the WixPay transaction ID.