> ## 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

## Interfaces

### Fedwire

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

A Fedwire (domestic USD wire) payment method linked to your entity.

#### Extends

* [`FedwirePaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#fedwirepaymentmethod)

#### Properties

##### active

```ts theme={null}
active: boolean;
```

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

Whether the payment method is active and can be used in transfers. A payment method may be inactive due to verification requirements or entity-level restrictions.

###### Inherited from

[`FedwirePaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#fedwirepaymentmethod).[`active`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#active)

##### createdAt

```ts theme={null}
createdAt: string;
```

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

The timestamp when the payment method was created.

###### Inherited from

[`FedwirePaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#fedwirepaymentmethod).[`createdAt`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#createdat)

##### fedwire

```ts theme={null}
fedwire: FedwireDetails;
```

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

Fedwire (domestic USD wire) details.

###### Inherited from

[`FedwirePaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#fedwirepaymentmethod).[`fedwire`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#fedwire)

##### paymentMethodId

```ts theme={null}
paymentMethodId: string;
```

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

###### Inherited from

[`FedwirePaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#fedwirepaymentmethod).[`paymentMethodId`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#paymentmethodid)

##### paymentRail

```ts theme={null}
paymentRail: "fedwire";
```

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

##### updatedAt

```ts theme={null}
updatedAt: string;
```

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

The timestamp when the payment method was last updated.

###### Inherited from

[`FedwirePaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#fedwirepaymentmethod).[`updatedAt`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#updatedat)

***

### Sepa

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

A SEPA (Single Euro Payments Area) payment method linked to your entity.

#### Extends

* [`SepaPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#sepapaymentmethod)

#### Properties

##### active

```ts theme={null}
active: boolean;
```

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

Whether the payment method is active and can be used in transfers. A payment method may be inactive due to verification requirements or entity-level restrictions.

###### Inherited from

[`SepaPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#sepapaymentmethod).[`active`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#active-1)

##### createdAt

```ts theme={null}
createdAt: string;
```

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

The timestamp when the payment method was created.

###### Inherited from

[`SepaPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#sepapaymentmethod).[`createdAt`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#createdat-1)

##### paymentMethodId

```ts theme={null}
paymentMethodId: string;
```

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

###### Inherited from

[`SepaPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#sepapaymentmethod).[`paymentMethodId`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#paymentmethodid-2)

##### paymentRail

```ts theme={null}
paymentRail: "sepa";
```

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

##### sepa

```ts theme={null}
sepa: SepaDetails;
```

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

SEPA (Single Euro Payments Area) details.

###### Inherited from

[`SepaPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#sepapaymentmethod).[`sepa`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#sepa)

##### updatedAt

```ts theme={null}
updatedAt: string;
```

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

The timestamp when the payment method was last updated.

###### Inherited from

[`SepaPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#sepapaymentmethod).[`updatedAt`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#updatedat-1)

***

### Swift

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

A SWIFT (international wire) payment method linked to your entity.

#### Extends

* [`SwiftPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#swiftpaymentmethod)

#### Properties

##### active

```ts theme={null}
active: boolean;
```

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

Whether the payment method is active and can be used in transfers. A payment method may be inactive due to verification requirements or entity-level restrictions.

###### Inherited from

[`SwiftPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#swiftpaymentmethod).[`active`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#active-2)

##### createdAt

```ts theme={null}
createdAt: string;
```

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

The timestamp when the payment method was created.

###### Inherited from

[`SwiftPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#swiftpaymentmethod).[`createdAt`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#createdat-2)

##### paymentMethodId

```ts theme={null}
paymentMethodId: string;
```

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

###### Inherited from

[`SwiftPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#swiftpaymentmethod).[`paymentMethodId`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#paymentmethodid-3)

##### paymentRail

```ts theme={null}
paymentRail: "swift";
```

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

##### swift

```ts theme={null}
swift: SwiftDetails;
```

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

SWIFT (international wire) details.

###### Inherited from

[`SwiftPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#swiftpaymentmethod).[`swift`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#swift)

##### updatedAt

```ts theme={null}
updatedAt: string;
```

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

The timestamp when the payment method was last updated.

###### Inherited from

[`SwiftPaymentMethod`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#swiftpaymentmethod).[`updatedAt`](/sdks/cdp-sdks-v2/typescript/PaymentMethods/index#updatedat-2)
