GET
/
payout-providers
curl --request GET \
  --url https://api-test.koywe.com/rest/payout-providers
[
  {
    "_id": "632d7fe6237ded3a748112cf",
    "name": "WIRECL",
    "description": "La comisión de transferencia bancaria equivale a un 1% del total de tu compra",
    "fee": 123,
    "image": "https://rampa.koywe.com/paymentProviders/wire-cl.png",
    "details": "Koywe SpA\nCta Cte 6824645\n76.215.256-2\nBanco Santander\ntef@koywe.com"
  }
]

The domain for all images provided directly by Koywe have the form: https://rampa.koywe.com/paymentProviders/exampleImage.svg

El dominio para las imágenes que provee Koywe tiene la forma: https://rampa.koywe.com/paymentProviders/exampleImage.svg

Query Parameters

symbol
string
required

Currency Symbol associated with the currency of choice.

clientId
string

Your company's unique Koywe identifier.

Response

200 - application/json
_id
string
name
string
description
string
fee
integer
image
string
details
string