---
title: "getPaymentMethod payment-method"
method: GET
path: "/payment_method"
tags: ["payment-method"]
---

# getPaymentMethod payment-method

`GET /payment_method`

get the configured payment method

## Query parameters

- `psp_payment_method_id` string — Payment method ID from the PSP

## Response `200`

OK response.

- PaymentMethod
  - `account_holder_name` string, required — Name of the account holder, as known by the bank
  - `account_number_ending` string, required — The last few digits of the account number. 2 digits for most currencies
  - `bank_name` string, required — Name of the bank holding the account
  - `country_code` string, required — Country where the bank account is. ISO 3166-1 alpha-2 code
  - `provider` 'stripe' | 'stripe_asset_gmbh'
  - `type` string, required — Payment method type. Can be 'SEPA' or 'BACS'

## Other responses

- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `404` — NotFound: Not Found response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/versions/fa134b7fc959/schema)
