Create a deposit screening
/deposit-screeningsDedicated accounts:chex:write human staff authority (the chex_officer role) and authentication within five minutes required; accounts:write and API keys are refused 403. Idempotent on the key. Decline and refer do not themselves refuse this route; the opening path (POST /accounts with screening) refuses both with 422 accounts.deposit_screening_declined. No ChexSystems URL answers 424 dependency_failed.
Headers
Idempotency-KeystringRequiredSend on every write that creates or changes money or state; a replay with the same key returns the original result with 200.
Body parameters
customer_idstringRequiredExample cust_2tVh8nqLxq4GbDe0K1F6S9zRcWm
identityobjectRequiredScreeningIdentity is the consumer identity presented to ChexSystems at account opening.
3 child attributes
first_namestringRequiredlast_namestringRequiredssnstringRequiredReturns
200 OK
Errors
Every error is a problem document with a stable code. See Errors.
400401403404409412413422424429500503