Payment Provider
Returns a List of Available Payment Methods for a Given Currency"
If you want to know how to receive your own clientId, please check the "Credentials" section. the domain for all images provided directly by Koywe have the form https://rampa.koywe.com/paymentProviders/exampleImage.svg (keep in mind that this is just an example, but the domain shown is the actual one Koywe uses)
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
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"
}
]