Configure Return URL
Add the following strings to the project's strings resources file to specify the Return URL configured in Publisher Account.
- xml
<string name="xsolla_payments_redirect_scheme">https</string>
<string name="xsolla_payments_redirect_host">example.com</string>
<string name="xsolla_payments_redirect_path_prefix">/payment</string>
There you should set the Return URL split into three parts. The example is for https://example.com/payment.
Was this article helpful?
Thank you for your feedback!
We'll review your message and use it to help us improve your experience.