---
title: "Get the details of a payment method"
method: GET
path: "/accounts/{accountId}/paymentMethods/{id}"
tags: ["Accounts"]
---

# Get the details of a payment method

`GET /accounts/{accountId}/paymentMethods/{id}`

Returns the details of the payment method for the specified account id and payment method id

## Path parameters

- `accountId` string, required
- `id` string, uuid, required

## Response `200`

successful operation

- AccountPaymentMethodJson
  - `id` string, uuid
  - `accountId` string
  - `name` string
  - `externalPaymentAccountId` string
  - `paymentType` 'ACH' | 'CARD' | 'CHECK' | 'WIRE' | 'INVOICE' | 'DEPOSIT' | 'EXTERNAL', required
  - `paymentMethodId` string

---

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