Sample Output

Sample data retrieved via eCommerce Data

For your reference, below is a sample of a typical eCommerce Data Retrieval response. For readability, we recommend you to copy and paste the sample data into a tool, such as an IDE or online JSON viewer.

{
  "statements": [
    {
      "status": "COMPLETED",
      "statement_id": "a7bcdaf1-6714-48bd-9f4e-1bdfcb181f42",
      "bank_code": "TOKOPEDIA_PERSONAL",
      "start_date": "2022-06-02T11:05:56Z",
      "end_date": "2022-08-23T06:43:36Z",
      "account_statements": [
        {
          "account": {
            "account_id": "3cb0d96e-2c14-4c2c-9a6e-fa2323a78d3c",
            "type": "SAVINGS",
            "account_number": "28626345",
            "nick": "Faraboy ",
            "balance": {
              "decimal": {
                "places": 2,
                "num": "0.00"
              }
            },
            "holder_name": "Faraboy ",
            "total_amount_credited": {
              "num": "0",
              "decimal": {
                "places": 2,
                "num": "0.00"
              }
            },
            "total_amount_debited": {
              "num": "341090700",
              "decimal": {
                "places": 2,
                "num": "3410907.00"
              }
            },
            "debit_transaction_count": 11,
            "account_metadata": [
              {
                "address_name": "Rumah",
                "receiver_name": "Jeffin",
                "address": "Jl. Rosemary, Kec. Pd. Melati, Kota Bks, Jawa Barat, 17415 [Tokopedia Note: blok a3/6]",
                "postal_code": "17405",
                "phone": "6281119281442",
                "country": "ID"
              }
            ]
          },
          "transactions": [
            {
              "transaction_id": "f7a20a3d-4f77-45a2-8ea2-197f0c931e2b",
              "date": "2022-07-25T03:20:57.848668Z",
              "type": "DEBIT",
              "status": "SUCCESS",
              "amount": {
                "cur": "IDR",
                "num": "19870000",
                "decimal": {
                  "places": 2,
                  "num": "198700.00"
                }
              },
              "descriptor": "INV/20220725/MPL/2515214167",
              "balance": {
                "cur": "IDR",
                "num": "175188000",
                "decimal": {
                  "places": 2,
                  "num": "1751880.00"
                }
              },
              "account_transaction_hash": "d4e9ea0d123f32cf781d02d7e5d9eacea231a25124d5aa5c17b5ff15582135fe",
              "metadata": {
                "total_order_price": {
                  "cur": "IDR",
                  "decimal": {
                    "places": 2,
                    "num": "0.00"
                  }
                },
                "order_id": "INV/20220725/MPL/2515214167",
                "orders": [
                  {
                    "name": "Nespresso Arpeggio Coffee Capsule / Kapsul Kopi - 10 capsules",
                    "price": {
                      "cur": "IDR",
                      "num": "9880000",
                      "decimal": {
                        "places": 2,
                        "num": "98800.00"
                      }
                    },
                    "quantity": 2,
                    "total_sub_price": {
                      "cur": "IDR",
                      "num": "19760000",
                      "decimal": {
                        "places": 2,
                        "num": "197600.00"
                      }
                    },
                    "merchant": "EspressoMart",
                    "category": "PHYSICAL_GOODS"
                  }
                ],
                "origin": {},
                "destination": {}
              }
            }
          ]
        }
      ],
      "create": "2022-08-23T06:41:59Z",
      "external_id": "tokped_jef",
      "sub_status": "SubStatus_COMPLETED",
      "update": "2022-08-23T06:43:36Z",
      "site_response": "Kode verifikasi telah dikirim melalui SMS ke ****-****-816.",
      "org_id": "291dd358-9e92-11ec-9417-7be5388f5a02",
      "bank_type": "PERSONAL",
      "status_response": {
        "status_code": "STTDXXX2000",
        "status_desc": "completed"
      }
    }
  ],
  "total_count": 1
}