Get Started with Statement

A step-by-step guide to help you get started with Statement.

Account Setup Guides


Swagger API Documentation Guide


Create your first statement-init sandbox transaction

  1. Expand POST /v1/statement-init menu and click “Try it Out”

  2. Change the body request as needed, please pay attention for the country “ID” for Indonesia and “PH” for the Philippines.

  3. Click “Execute”.

  4. Successfully initiated the first statement transaction in Brankas Sandbox. The redirect_uri will direct you to Brankas Tap and you can follow the steps there. Also, please note the value of statement_id.

  5. After the Success page, you can check the data retrieval.


Create your first statement-retrieval sandbox transaction

Each bank might have the same or different flow, just for an example we’re gonna use BCA_PERSONAL here.

  1. Expand POST /v1/statement-init menu and click “Try it Out”.

  2. Change the body request as needed. E.g here we use the identifier “[email protected]” and the secret is the “user+8”.

  3. Click “Execute” and note the statement_id.

  4. Expand POST /v1/tfa menu and click “Try it Out”.

  5. Change the body request as needed. Use the statement_id and the TFA uses the same with the secret.

  6. Click “Execute”.


How to check data retrieval by statement_id

Not only to check the data that you get after success, you always can check the status of the transaction with GET /v1/statements. Expand it first and paste the statement_id value as shown below and hit execute.

You can see the sample output here.


Go Live with Us