Supported Fiat
list of supported fiat
The Supported Fiat Currencies endpoint provides a list of fiat currencies that are available for transactions through your system. You can retrieve details such as the currency's name, symbol, and status.
GET
https://api.payhubix.com/v1/currencies/Fiat/
Request Header:
X-Api-Key*
string
Your API key for authentication and authorization.
Request Params:
withdrawable
bool
Withdrawable through bank
paymentable
bool
Paymentable in the invoice
depositable
bool
Depositable through bank
Response:
Name
Type
Description
currency_id*
integer
Unique identifier of the currency.
currency_name*
string
Name of the currency (e.g., Dollar, Euro).
currency_symbol*
string
Symbol of the currency (e.g., USD, EUR).
currency_type*
string
Type of the currency (typically "Fiat").
precision*
integer
Decimal precision of the currency.
withdrawable*
bool
Withdrawable through bank.
paymentable*
bool
Paymentable in the invoice.
depositable*
bool
Depositable through bank.
minimum_payment*
float
The minimum fiat amount you can set for creating the invoice.
An example of response:
Example codes:
Last updated