Check Transfer

Deposit a check

POST/transfers/checks/deposit

Deposit a check into a Column bank account.

Body Parameters

account_number_id

stringOptional

Optional. If omitted, defaults to the default account number ID for the provided bank account.

bank_account_id

stringRequired

bank account ID to credit funds to.

currency_code

stringRequired

The three-letter currency code defined in ISO 4217. e.g. USD.

deposited_amount

integerRequired

Amount (in cents) of the check being deposited.

description

stringOptional

A description of the check deposit.

image_back

stringRequired

base64 encoded string of the TIFF image bytes.

image_front

stringRequired

base64 encoded string of the TIFF image bytes.

micr_line

objectRequired

MICR data for the check

amount_field

stringOptional

Amount field (up to 10 characters)

auxiliary_on_us

stringOptional

Auxiliary on-us field (up to 15 characters)

external_processing_code

stringOptional

External processing code (up to 1 character)

on_us

stringOptional

On-us field (up to 20 characters)

payor_bank_routing_number

stringOptional

Payor bank ABA routing number (up to 9 characters)

transfer_batch_id

stringOptional

ID of the transfer batch this deposit belongs to.