Get Fiat/Fiat Payment Methods
This API retrieves the supported payment methods for converting one fiat currency to another, including the details for both the originating and recipient currencies.
Endpoint Information
Request Method:
GET
Request Path:
/v2/base/fiat/payments
Request Parameters
The request should include the following fields:
Response Structure
The response will include the following fields:
Example Response
Notes
The
countryFrom
field specifies the country associated with the originating fiat currency.The
fiatFrom
field provides the name of the originating fiat currency.The
countryTo
field specifies the country associated with the recipient fiat currency.The
fiatTo
field provides the name of the recipient fiat currency.The
paymentListFrom
contains various payment methods supported for the originating fiat currency.The
paymentListTo
contains various payment methods supported for the recipient fiat currency.The
paymentId
is a unique identifier for each payment method.The
fiatFee
indicates the fee amount in fiat currency.The
paymentType
indicates whether the payment method is manual (0) or automatic (1).