# Merchant Merchant endpoints for payment methods and exchange currencies ## Get payment methods - [GET /payment-methods](https://docs.chicksx.com/apis/openapi/merchant/getpaymentmethods.md): Returns the list of payment methods available for the given operation type and country. Requires merchant authentication (merchant-api-key, merchant-client-id) and optionally an Authorization Bearer token (SDK JWT). ## Get exchange currencies - [GET /exchange/currencies](https://docs.chicksx.com/apis/openapi/merchant/getexchangecurrencies.md): Returns receive (crypto) and spend (fiat) currencies available for exchange. Requires merchant authentication (merchant-api-key, merchant-client-id) and optionally an Authorization Bearer token (SDK JWT).