Xsolla-logo

Get payment methods

get/projects/{project_id}/payment_systems/search.{format}

Returns the list of payment methods enabled for a project.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

format
required
string

Data format.

Enum: "json" "csv" "xls"
query Parameters
offset
integer

Number of the element from which the list is generated (the count starts from 0). Required for the JSON format.

limit
integer

Limit for the number of elements on the page. Required for the JSON format.

Responses
200

OK.

Request samples