BankAccountResponse

  • country
    Type: string
    min length:  
    2
    max length:  
    2
    required
  • object
    enum
    const:  
    bank_account
    required
    values
    • bank_account
  • account_number
    Type: string | null

    A masked representation of the bank account number. For IBAN accounts, this contains a masked IBAN suitable for display. The full account number is never returned after creation.

  • bank_name
    Type: string | null
  • currency
    Type: string | null

    Optional merchant-declared currency hint captured at attach time.

  • holder_name
    Type: string
  • holder_type
    Type: stringenum
    values
    • individual
    • company
  • id
    Type: string
  • last4
    Type: string | null

    The last four characters of the bank account number, used for display and reconciliation.

  • routing_number
    Type: string | null

    The bank routing identifier, when available. For IBAN accounts, this is typically the BIC/SWIFT code. For local bank account schemes, this may be a routing number, sort code, institution number, or equivalent clearing code.