Retrieve payment methods by conditions
Retrieve payment methods by conditions
Authorizations:Token
Query Parameters
_cnd[name] | stringRetrieve payment method by its name |
_cnd[country] | stringRetrieve payment method by country |
_cnd[exCountry] | stringRetrieve payment method by excluded country name |
_cnd[moduleEnabled] | booleanRetrieve payment method by module enabled state |
_cnd[added] | booleanRetrieve payment method by its added\not added state |
_cnd[onlyPureOffline] | booleanGet only offline methods |
_cnd[onlyModuleOffline] | booleanGet only offline methods (added by module) |
_cnd[limit] | Array of stringsSets the offset (first item) and the limit (second item) |
_cnd[orderBy] | Array of stringsSets sorting order field |
Responses
200Success
Response schema:
Success Array
method_id | integer |
service_name | string |
class | string |
moduleName | string |
orderby | integer |
adminOrderby | integer |
enabled | boolean |
moduleEnabled | boolean |
added | boolean |
type | string |
settings | Array |
fromMarketplace | boolean |
iconURL | string |
countries | Array |
exCountries | Array |