Xsolla-logoXsolla Developers
or
To Publisher Account

Get User PaymentsServer-sideAdmin

get/projects/{project_id}/users/{user_id}/subscriptions/payments

Lists all payments made by a specific user.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

user_id
required
string

User ID.

query Parameters
limit
required
integer

Limit for the number of elements on the page.

status
string

Transaction status.

Enum: Description
done

Payment was successfully processed.

fail

Payment was not processed successfully, or refund was issued.

offset
integer

Number of the element from which the list is generated (the count starts from 0).

datetime_from
string <datetime>

Sample date. Use this to find subscriptions created later than the request.

datetime_to
string <datetime>

Sample date. Use this to find subscriptions created later than the request.

subscription_id
integer

Subscription ID.

Responses
200

OK.

Request samples
Response samples
application/json
[
  • {
    }
]