# Downloading available payment methods **POST /{merchantId}/service/{serviceId}/get-payment-methods** The request enables you to download the available payment methods. ## Servers - Production environment: https://api.imoje.pl/v1/merchant (Production environment) - Test environment: https://sandbox.api.imoje.pl/v1/merchant (Test environment) ## Authentication methods - Authorization token ## Parameters ### Path parameters - **merchantId** (string) Merchant identifier - **serviceId** (string(uuid)) Shop identifier as `UUID v4` ### Body: application/json (object) - **amount** (integer) The transaction amount in the smallest currency unit, e.g. **pennies**. - **currency** (string) Transaction currency in the ISO 4217 standard - **device** (string) Device, available values: `desktop`, `mobile` - **locale** (string) ## Responses ### 200 Request executed correctly #### Body: application/json (array[object]) - **label** (string) Payment method name - **isOnline** (boolean) Information about whether a payment method is available in the imoje panel. The method may be unavailable even if it is active in the shop. The availability of payment methods is usually restricted globally in the event of a failure or scheduled technical work. - **image** (array[object]) Link to payment method logo - **channels** (array[object]) List of channels available for a given payment method. - **priority** (integer) Payment method priority [Powered by Bump.sh](https://bump.sh)