Mandiri API
Quick Start
- Sign up at bankmandiri.co.id and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Integration with Mandiri API (Bank Mandiri) — largest state bank Indonesia by assets. Mandiri Livin' API, bill presentment, disbursement on 100+ banks, SNAP-compatible. Supports virtual account and account statements.
| Provider ID | mandiri_api |
| Category | Interbank Integrations |
| Website | bankmandiri.co.id |
Supported operations: create_bill/2 check_bill_status/3 create_disbursement/2 get_account_statement/2 get_account_balance/2 get_account_list/1 supported_disbursement_banks/0
Configuration
Required Parameters
| Parameter | Description |
|---|---|
mandiri_client_id | OAuth Client ID |
mandiri_client_secret | OAuth Client Secret |
mandiri_api_url | API base URL (sandbox / production) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /bill/create | Creation bill |
| GET | /bill/status/{company_code}/{bill_key} | Status bill |
| POST | /disbursement | Funds transfer |
| GET | /account/statement | Account statement |
| GET | /account/balance/{account_no} | Balance account |
| GET | /account/list | Accounts list |