GET

/rest/payment-providers

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

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

symbolrequired
string

Currency Symbol associated with the currency of choice.

clientId
string

Your company's unique Koywe identifier.

Response

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