Retrieving Lists of Available Currencies and Invoice Parameters
GET /api/external/v1/gateway/payment-currency
This method allows you to retrieve lists of available currencies and their corresponding parameters that can be used for generating invoices through payment methods.
Request:
GET /api/external/v1/gateway/currency-summary
Response:
Retrieving Currency and Invoice Parameters by Ticker
GET /api/external/v1/gateway/payment-currency/{ticker}
This method allows you to retrieve information about a specific currency and its corresponding parameters that can be used for generating invoices through payment methods.
Request:
GET /api/external/v1/gateway/currency-summary/USDT
Response:
These methods provide the capability to retrieve information about available currencies and their corresponding parameters for generating invoices. They can be used in various scenarios to configure payment methods and define parameters for invoices.
Last updated