API Get All Transactions History
GET/api/v5/transaction
This API retrieves a list of all transactions created. By default, it returns all historical records, which can be narrowed down using the query parameters below to filter by status, product type, or specific identifiers.
| Parameter | Descriptions | Parameter Type | Data Type |
|---|---|---|---|
| User-Agent | User Agent Description | header | string |
| status | Kraken Transaction status. | query | string |
| type | Kraken Product Type | query | string |
| customer_number | Can be Customer Phone Number, BPJS Kesehatan VA Number, PLN Postpaid Customer Number or Multifinance Customer ID | query | string |
| order_id | Order ID from partner | query | string |
| transaction_id | Kraken Transaction ID | query | string |
| limit | Number of records per page | query | integer |
| meter_number | PLN Meter Number | query | string |
Responses
- 200
Successful response
Was this page helpful?