""
0
25
asc
POST /api/sales/payment-methods/query HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 17 { "filter": "text" }
OK
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "id": "text", "name": "text", "type": "text", "minimum_value": 1, "maximum_value": 1, "has_online_payment_integration": true, "active": true, "adjustment_rate": 1, "minimum_installment_value": 1, "vendor": "text", "rede_merchant_id": "text", "rede_merchant_key": "text", "cielo_merchant_id": "text", "cielo_merchant_key": "text", "getnet_merchant_id": "text", "getnet_merchant_key": "text", "getnet_merchant_seller_id": "text", "attributes": { "ANY_ADDITIONAL_PROPERTY": {} } } ] }