ポイントの口座リスト

📘

Required Scope

points_read

Field NameDescriptionData TypeNull Permitted?
idマネーツリーが付与したアカウントIDInt(64)No
account_groupアカウントが属してるグループ。 アカウントグループは金融機関のサイトでは1ユーザとして表示される。Int(64)Yes
account_typeアカウントの種類。本APIの場合、「point」のみを想定(ただし、保証はしない、nullも可能)。文字列(Enum)Yes
account_subtype[reserved] 将来的に追加される可能性があります。該当なしYes
aggregation_state最新のデータの取得状況。 値と意味は下記参照。文字列(Enum)Yes
aggregation_status最新のデータの取得状況。aggregation_stateより詳細な内容。 値と意味はこちらを参照文字列(Enum)Yes
last_aggregated_atデータを取得した前回時刻文字列Yes
last_aggregated_successデータを正常に取得できた前回時刻文字列Yes
currency通貨コード。
ポイントの場合は常に
XPOと表示
文字列Yes
current_balanceアカウントの残高doubleYes
institution_entity_keyアカウントが属する金融機関(institution)のID文字列No
institution_account_name金融機関(institution)の口座名。
例)積立貯金
文字列No
institution_account_number金融機関の口座番号。 通常、セキュリティのためマスクされている。文字列Yes
nicknameマネーツリー内でお客様が口座につけた名称文字列Yes
created_atマネーツリーが金融機関を登録した時刻(金融機関の設立日ではない)文字列Yes
updated_at口座情報の最終更新時刻文字列Yes
Aggregation StateMeaning
success成功
runningデータの取得中
error失敗
Language
Click Try It! to start a request and see the response here!