question

Paul Boutros avatar image
Paul Boutros asked

Playfab/Xsolla integration

Hi,

I am struggling to find a very basic information:
The item name I just bough on Xsolla Paystation, I am polling that request with :
PlayFabClientAPI.ConfirmPurchase
get a successful result... but from that result, I can access the order ID, and many other information, all but the name of the item I just bough.

How to get it ?

Thanks

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

May I know the full JSON result you’re getting from PlayFabClientAPI.ConfirmPurchase to investigate further ? And, did you follow our tutorial on Non-receipt payment processing (the Xsolla part)? Basically you’d need to check the transaction status by polling the Client API GetPurchase and if the status is “Succeeded”, call ConfirmPurchase to complete the purchase.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.