Sha256: 31745a6fc871f5738844b368d5af3a9d3ffe2c09f1bbbd8edcca0182bd32997b
Contents?: true
Size: 1.03 KB
Versions: 4
Compression:
Stored size: 1.03 KB
Contents
# VeloPayments::CurrenciesApi All URIs are relative to *https://api.sandbox.velopayments.com* Method | HTTP request | Description ------------- | ------------- | ------------- [**list_supported_currencies**](CurrenciesApi.md#list_supported_currencies) | **GET** /v2/currencies | List Supported Currencies ## list_supported_currencies > SupportedCurrencyResponse list_supported_currencies List Supported Currencies List the supported currencies. ### Example ```ruby # load the gem require 'velopayments' api_instance = VeloPayments::CurrenciesApi.new begin #List Supported Currencies result = api_instance.list_supported_currencies p result rescue VeloPayments::ApiError => e puts "Exception when calling CurrenciesApi->list_supported_currencies: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type [**SupportedCurrencyResponse**](SupportedCurrencyResponse.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.20.119 | docs/CurrenciesApi.md |
velopayments-2.20.29.beta1 | docs/CurrenciesApi.md |
velopayments-2.19.116 | docs/CurrenciesApi.md |
velopayments-2.19.40.beta1 | docs/CurrenciesApi.md |