> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PaymentMethodsPaymentMethod

```ts theme={null}
type PaymentMethodsPaymentMethod = 
  | Fedwire
  | Swift
  | Sepa;
```

Defined in: [\_vendor/api/types/PaymentMethodsPaymentMethod.ts:10](https://github.com/coinbase/cdp-sdk/blob/30d1b3dc350cd763fecf481c5bc976bd77951f3b/typescript/packages/cdp-sdk/src/_vendor/api/types/PaymentMethodsPaymentMethod.ts#L10)

A payment method linked to your entity. Payment methods represent external financial instruments that can be used as a target for transfers.

The `paymentRail` field indicates which type-specific details object is present. Type-specific fields are nested under a key matching the rail name (e.g., `fedwire`, `swift`).
