Object containing eCheck fields. Used by Payment and Payment Method endpoints. Object a nested object within the payment method object.

Field NameTypeDescription
nameOnAccountStringName on the checking/savings account.
routingNumberStringRouting number of the account.
accountNumberStringAccount Number of the account.
accountTypeIntegerDefault is "checking_business". There are 4 possible options here. The options are: "checking_business", "checking_personal", "savings_business", "savings_personal".
"eCheck": {
        "nameOnAccount": "Jane P Doe",
        "routingNumber": "123456789",
        "accountNumber": "1000100010",
        "accountType": "checking_business"
      }