Fetch an Account Application
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Unique identifier for object
Response
ID of the Account object that is created as a result of a successful application. Filterable.
Account number associated with Account object that is created as a result of a successful application
Optional ID of an Account Reservation object that allocates an account number. By default, the account number is generated when a new account is created
ID of an Account Product object that determines what kind of account is created. Filterable.
Optional arbitrary data that can be attached for the bank's use
ID of the Business Application object for the business applying for the account. Only needed for business accounts
ID of the Deposit object that defines the initial funding deposit for the new account
Unique identifier for object
One of: business
, personal
. Filterable.
Array of objects describing persons associated with this account application, including the primary person. Always []
for business accounts
ID of the Person Application object representing the primary person applicant
Name of the account product (superseded by account_product_id
)
One of: unsubmitted
, submitted
, processing
, manual_review
, rejected
, or approved
. Indicates the current status of the application as it is evaluated. Filterable.
Optional arbitrary data the user can attach to the object
Was this page helpful?