Xsolla-logoXsolla Developers
or
To Publisher Account

Get PaymentsServer-sideAdmin

get/projects/{project_id}/subscriptions/payments

Lists all subscription payments.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

query Parameters
limit
required
integer

Limit for the number of elements on the page.

offset
integer

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

user_id
string

User ID.

status
string

Transaction status.

Enum: Description
done

Payment was successfully processed.

fail

Payment was not processed successfully, or refund was issued.

datetime_from
string <datetime>

Period start.

datetime_to
string <datetime>

Period end.

subscription_id
integer

Subscription ID.

Responses
200

OK.

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