Skip to main content
type PaymentMethodsPaymentMethod = 
  | Fedwire
  | Swift
  | Sepa;
Defined in: _vendor/api/types/PaymentMethodsPaymentMethod.ts:10 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).