ExternalAccountCreateRequest

External bank accounts are financial accounts associated with a Paypercut platform’s accounts for the purpose of transferring funds to or from the account’s Paypercut balance.

  • default_for_currency
    Type: boolean

    When set to true, or if this is the first external account added in this currency, this account becomes the default external account for its currency.

  • external_account
    • Type: object · ExternalBankAccountCreateRequest
      • object
        Discriminator
        enum
        const:  
        bank_account
        required
        values
        • bank_account
      • country
        Type: string
        min length:  
        2
        max length:  
        2
        required
      • currency
        Type: string | null
        required

        Optional merchant-declared currency hint captured at attach time.

      • holder_name
        Type: string
        required
      • holder_type
        Type: stringenum
        required
        values
        • individual
        • company
      • numbers
        required
        • iban
          Type: string
          required
        • scheme
          enum
          const:  
          iban
          required
          values
          • iban
        • bic
          Type: string

          Optional BIC/SWIFT code.

      • bank_name
        Type: string | null
  • metadata

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.

    • propertyName
      Type: string