Financial Account

Get financial account

Get a financial account

get/v1/financial_accounts/{financial_account_token}

Path parameters

financial_account_tokenstring uuid required

Response

OK

tokenstring uuid required

Globally unique identifier for the account

createdstring date-time required
updatedstring date-time required
routing_numberstring nullable
account_numberstring nullable
blockchain_addressesobject nullable

Provisioned blockchain deposit addresses for this financial account, keyed by the full name of the blockchain network that each address belongs to (e.g. ETHEREUM)

nicknamestring nullable required
account_tokenstring uuid nullable required
status'OPEN' | 'CLOSED' | 'SUSPENDED' | 'PENDING' required

Status of the financial account

substatus'CHARGED_OFF_DELINQUENT' | 'CHARGED_OFF_FRAUD' | 'END_USER_REQUEST' | 'BANK_REQUEST' | 'DELINQUENT' | 'INTEREST_AND_FEES_PAUSED' required

Substatus for the financial account

user_defined_statusstring nullable required

User-defined status for the financial account

is_for_benefit_ofboolean required

Whether financial account is for the benefit of another entity

Example response

{
  "token": "b68b7424-aa69-4cbc-a946-30d90181b621",
  "blockchain_addresses": {
    "ETHEREUM": "0x5f2b9e8a1c4d7f0e3a6b9c2d5e8f1a4b7c0d3e6f"
  }
}

Changes

Changed in 3 of the 83 revisions of this API.33

    • added the optional property blockchain_addresses to the response with the 200 status

      response-optional-property-added

    • removed the CHARGEBACK enum value from the type/anyOf[subschema #1: Instance Financial Account Type]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the INTERCHANGE enum value from the type/anyOf[subschema #1: Instance Financial Account Type]/ response property for the response status 200

      response-property-enum-value-removed

    • added the new CHARGEBACK enum value to the type/anyOf[subschema #1: Instance Financial Account Type]/ response property for the response status 200

      response-property-enum-value-added

    • added the new INTERCHANGE enum value to the type/anyOf[subschema #1: Instance Financial Account Type]/ response property for the response status 200

      response-property-enum-value-added

    • added the new PROVISIONAL_CREDIT_ACCOUNT enum value to the type/anyOf[subschema #1: Instance Financial Account Type]/ response property for the response status 200

      response-property-enum-value-added