GET
/
account_product
/
{id}
Fetch an Account Product
curl --request GET \
  --url https://api.treasuryprime.com/account_product/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "account_type": "checking",
  "created_at": "2021-10-27T18:56:55Z",
  "id": "apt_11gqk87qmrax",
  "name": "Personal checking",
  "ownership": "personal",
  "updated_at": "2021-10-27T18:56:55Z",
  "userdata": null
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Unique identifier for object

Response

200 - application/json

The account_product

account_type
string

The type of account, such as checking or savings. Filterable.

apply_workflow
string

Field representing the apply workflow pertaining to this account product.

business_kyc_product_id
string

ID of the KYC Product used to evaluate business applications

fbo_id
string

ID of the FBO associated with this account product. Filterable.

id
string

Unique identifier for object

name
string

Descriptive name of the account product. Filterable.

ownership
string

One of business or personal. Filterable.

person_kyc_product_id
string

ID of the KYC Product used to evaluate person applications

userdata
object

Optional arbitrary data the user can attach to the object