question

carlos avatar image
carlos asked

Xsolla Webhook

Hello!

I'm trying to figure how to setup the Webhook for Xsolla, I follow the Non-Receipt Payment Processing tutorial here but it doesn't mention how to do it.

webhooks
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

·
brendan avatar image
brendan answered

You do not set up or control the webhook. If you've already worked with the Xsolla team to have your account set up for PlayFab integration, that should already be taken care of.

3 comments
10 |1200

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

carlos avatar image carlos commented ·

That was my first thought but Xsolla support told me to fix the PlayFab server setup, I was checking on the Xsolla dashboard and I setup the Webhook URL as https://<project code>.playfabapi.com/ but and I'm not sure if that is the correct PlayFab URL I should use, can you help me with that?, thanks for your help @Brendan

0 Likes 0 ·
carlos avatar image carlos carlos commented ·

Hey @Brendan, sorry to insist, I checked again with Xsolla team and they mentioned to me I need to specify a valid webhook URL similar to this one: https://APP_ID.playfabapi.com/ThirdPartyPayments/XsollaConfirm but I don't know how to get that on the PayFab side, thanks!

0 Likes 0 ·
brendan avatar image brendan carlos commented ·

Please feel free to ping us at devrel@playfab.com if you don't see an answer to a forum post for a few days. I'm not sure why, but the service failed to notify me of your follow-up question. We normally respond to most questions within two business days.

The URL for all calls for your title will always be https://{ {TitleID}}.playfabapi.com, where { {TitleID}} is the actual Title ID of your game or application. And yes, the webhook (which previously was being set up by Xsolla as part of setting up a PlayFab title) is therefore https://{ {TitleID}}.playfabapi.com/ThirdPartyPayments/XsollaConfirm.

1 Like 1 ·

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.