トランザクション – 概要
トランザクション履歴とは、実行済みの課金と返金のことです。
貸借のアクティビティにアクセスできるようになっています。
課金や返金の一覧よりもこの閲覧方式を用いることを推奨します。
トランザクションオブジェクト
フィールド | データ型 | 備考 |
---|---|---|
merchant_id | string (UUID) | 課金が作成された加盟店のユニークID |
merchant_name | string | 加盟店名 |
store_id | string (UUID) | 課金が作成された店舗のユニークID |
store_name | string | 店舗名 |
resource_id | string (UUID) | このエントリーが参照しているリソースのユニークIDtype がcharge であれば課金のID、refund であれば返金のID |
amount | number | 課金または返金の金額 |
currency | string (ISO-4217) | トランザクションの通貨 |
amount_formatted | string | 補助単位があればその小数の値を含む課金か返金の金額 |
type | string | charge またはrefund のいずれか |
status | string | pending , successful , failed , errored のいずれか |
payment_type | string | 決済処理の支払い方法 |
mode | string | liveまたはtest |
metadata | json | 課金に付与されたメタデータ |
bank_transfer_latest_deposit_date | string (ISO-8601) | 銀行振込の場合 振込日 |
bank_transfer_payment_status | string | 銀行振込の場合 決済のステータスunpaid(未入金), insufficient(不足), exact(丁度), exceeded (超過) のいずれか |
created_on | string (ISO-8601) | トランザクションの日時 |