Account Transaction History

Account Transaction History

This API will display the transaction history of your company account with a maximum period of one month for each request.

Endpoint


curl -X GET 'https://sandbox.partner.api.bri.co.id/v1/statement/888801000025507/2019-12-25/2019-12-25' \
  -H 'Authorization: Bearer {{TOKEN}}' \
  -H 'BRI-Signature: {{SIGNATURE}}' \
  -H 'BRI-Timestamp: {{TIMESTAMP}}'

Example of Response

    {
      "status": true,
      "data": [
        {
          "jenis_tran": "A",
          "nomor_rekening": "888801000025507",
          "tanggal_tran": "2019-03-02 17:22:27",
          "posisi_neraca": "Kredit",
          "mutasi_debet": "0.00",
          "mutasi_kredit": "10000000.00",
          "mata_uang": "IDR",
          "ket_tran": "trfSbxTab_23",
          "kode_tran": "8700",
          "nomor_reff": "582",
          "channel_id": "8888891",
          "saldo_awal_mutasi": "0.00",
          "saldo_akhir_mutasi": "10000000.00"
        },
        {
          "jenis_tran": "A",
          "nomor_rekening": "888801000025507",
          "tanggal_tran": "2019-03-21 18:18:43",
          "posisi_neraca": "Kredit",
          "mutasi_debet": "0.00",
          "mutasi_kredit": "100.00",
          "mata_uang": "IDR",
          "ket_tran": "tes",
          "kode_tran": "8700",
          "nomor_reff": "202270",
          "channel_id": "8888891",
          "saldo_awal_mutasi": "10000000.00",
          "saldo_akhir_mutasi": "10000100.00"
        }
      ]
    }
    

HTTP Request

GET https://sandbox.partner.api.bri.co.id/v1/statement/{{ACCOUNT_NUMBER}}/{{START_DATE}}/{{END_DATE}}

URL Parameters

Parameter Type Max Char Mandatory Description
ACCOUNT_NUMBER Numeric 15 Yes You can use 888801000157508 or 888801000003301 in our sandbox environment
START_DATE Date 10 Yes Date format is yyyy-mm-dd
END_DATE Date 10 Yes Date format is yyyy-mm-dd

List of Error/Response Code

HTTP Sratus

Code

Status

Response Description

Description

400

94

Failed

Invalid account

Account number is invalid

400

95

Failed

No data found

No transaction data when you input the date

400

99

Failed

General Error