POST
/
v1
/
businesses
/
{businessId}
/
custom-accounts
/
{customAccountId}
/
reactiveate

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json

Path Parameters

businessId
string
required

The UUID of the business to reactivate custom account for.

customAccountId
string
required

The UUID of the custom account to reactivate.

Response

200 - application/json
id
string

Unique ID for the custom account

external_id
string

Unique ID of the custom account in an external system for linking and idempotency.

mask
string | null

Last 4 digits of the custom account number

account_name
string

Name of the account

institution_name
string

Name of the institution for the custom account

account_type
string | null

The type of the custom account

account_subtype
string | null

The subtype of the custom account

created_at
string | null

Timestamp of when the custom account was created

updated_at
string | null

Timestamp of when the custom account was last created

archived_at
string | null

Timestamp of when the custom account was archived