https://api.xsolla.com/api
Pay Station is a complete payment UI that allows your users to purchase games and items on your website. Read Open Pay Station to find out how to implement the payment UI on your website.
Pay Station API provides four groups of endpoints:
A step-by-step Pay Station integration guide can be found here.
Xsolla API uses basic access authentication. All requests to API must contain the Authorization: Basic <your_authorization_basic_key>
header, where <your_authorization_basic_key>
is the merchant_id:api_key
pair encoded according to the Base64 standard.
Go to Xsolla Publisher Account > Company settings to find
merchant_id
on the Company tabapi_key
on the API key tab.Security Scheme Type | HTTP |
---|---|
HTTP Authorization Scheme | basic |