Check Transfer
Create a check lockbox
POST/transfers/checks/lockboxes
Create and assign a check lockbox to a bank account or account number. If you specify a bank account, Column assigns the lockbox to the account's default account number. Each account number can have at most one linked lockbox.
Body Parameters
account_number_id
stringOptionalID of the account number to link to the lockbox. Either bank_account_id or account_number_id must be specified.
bank_account_id
stringOptionalID of the bank account to link to the lockbox. Either bank_account_id or account_number_id must be specified.
description
stringOptionalOptional description of the lockbox. Maximum length: 255 characters.
processing_center
enumOptionalProcessing center to use when creating the lockbox. Defaults to TX.
Possible values: CA, NY, TX