List all fiat currencies and payment methods
List all the fiat currencies and its' payment methods supported by FaTPay
query supported fiat currencies
Headers
Name
Type
Description
{
"code": 10000,
"msg": "Success",
"data": [
{
"fiatCurrency": "USD",
"name": "USD",
"paymentOptions": [
{
"name": "CARD_PAYMENT",
"processingTime": "3 - 7Min",
"icon": "https://fatpay.xyz/img/1.png",
"maxAmount": 4000,
"minAmount": 1
}
]
},
{
"fiatCurrency": "THB",
"name": "THB",
"paymentOptions": [
{
"name": "BANK_CARD_TRANSFER",
"processingTime": "3 - 7Min",
"icon": "https://fatpay.xyz/img/2.png",
"maxAmount": 1400000,
"minAmount": 1
}
]
}
]
}Objects definition
fiatCurrency
fiatCurrencyKey
Format
Required
Description
paymentOption
paymentOptionKey
Format
Required
Description
Last updated