---
title: "Return Merchant payment methods"
method: GET
path: "/payment-methods/me"
tags: ["Account Settings"]
---

# Return Merchant payment methods

`GET /payment-methods/me`

Use this endpoint to retrieve merchant payment method configuration, a.k.a which payment methods are enabled or
disabled. Merchant account is create with default settings.

## Query parameters

- `country_code` string

## Response `200`

returns merchant settings.

- PaymentMethodObject[]
  - `id` string, uuid — Unique Identifier of the payment method
  - `name` string — name of the payment method
  - `category` 'card' | 'mobile_money' — The category of the payment type
  - `phoneNumberRequired` boolean — if set to true, phone number is required to make payment
  - `otpGenerationInstruction` string — otp generation instruction. If empty or null, otp is not required
  - `countries` string — list of countries where the payment method is enabled
  - `type` 'wave_money' | 'orange_money' | 'maxit' | 'mtn_money' | 'free_money' | 'moov' | 'mobicash' | 'togocell' | 'bictorys' | 'deposit' | 'card' | 'tokenized_card' — The type parameter allows to select the payout service provider. E.g mtn_money, orange_money, wave_money, move_money
  - `enabled` boolean — if true, this payment method is accepted by the merchant
  - `transferEnabled` boolean — if true, this payment method can be used by merchant to make transfer

## Other responses

- `400` — Bad Request
- `401` — The caller is unauthenticated
- `403` — Access rights not sufficient
- `404` — Cannot not found merchant. Check merchantId
- `429` — Rate limit is exceeded
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/bictorys/apis/pay.md) · [All operations](https://skmtc.dev/bictorys/apis/pay/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bictorys/pay/revisions/b85cce14340b/schema)
