Query payment method
Interface address: /api/v1/config/currency-list
Note: This interface allows you to query fiat currencies and cryptocurrencies supported by OSL Pay.
| Parameter | Type | Mandatory | Description |
|---|
| fiatCurrency | String | N | Fiat currency |
Output parameters (array)
| Parameter | Type | Mandatory | Description |
|---|
| fiatCurrency | String | Y | Fiat currency |
| fiatImg | String | Y | Fiat icon |
| precision | Integer | Y | Fiat decimals |
| cryptoListVos | array | Y | List of cryptocurrencies |
cryptoListVos
| Parameter | Type | Mandatory | Description |
|---|
| cryptoCurrency | String | Y | Cryptocurrency ticker |
| cryptoImg | String | Y | Cryptocurrency icon |
| minFaitAmount | String | Y | Minimum fiat amount |
| maxFaitAmount | String | Y | Maximum fiat amount |
| cardPaymentInfoList | array | Y | List of card payment methods |
| simplePaymentInfoList | array | N | List of simple payment methods |
cardPaymentInfoList
| Parameter | Type | Mandatory | Description |
|---|
| payWayCode | String | Y | Payment method |
simplePaymentInfoList
| Parameter | Type | Mandatory | Description |
|---|
| payWayCode | String | Y | Payment type |