v1

latestOpenAPI 3.1.02026-07-241910582.8 KB

Initiate Verification

post/external_accounts/{id}/verify

Path parameters

idstring required

Request body

originating_account_idstring required

The ID of the internal account where the micro-deposits originate from. Both credit and debit capabilities must be enabled.

payment_typestring required

ach, eft, and rtp are supported payment types. Note that rtp micro-deposits will collected via ACH debit.

currencystring

Defaults to the currency of the originating account.

fallback_typestring

The payment type used to create the micro-deposit if the original payment type is not valid for the receiving account. Currently, this only supports falling back from RTP to ACH (payment_type=rtp and fallback_type=ach).

prioritystring

Controls the speed of ACH transfers used in the verification flow. Either normal or high. For ACH payments, high represents a same-day ACH. Default value is normal if left blank. Note: This field applies even when payment_type is rtp, as the debit/callback still uses ACH to recover the funds.