Flip
Quick Start
- Sign up at flip.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 Flip — remittance and bill payment aggregator in Indonesia. Supports 150+ banks via unified API, disbursement, accept payment (VA), bill payment. BI-licensed payment provider.
| Provider ID | flip |
| Category | Bank Transfers |
| Website | flip.id |
Supported operations: create_disbursement/2 get_disbursement_status/2 create_payment/2 pay_bill/2 inquiry_account/3 supported_banks/0 va_banks/0 supported_billers/0
Configuration
Required Parameters
| Parameter | Description |
|---|---|
flip_secret_key | Secret Key (Basic Auth) |
flip_validation_key | Validation Key (webhook) |
flip_api_url | API base URL (sandbox / production) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /v3/disbursement | Creation of transfer |
| GET | /v3/get-disbursement | Status of transfer |
| POST | /v2/pwf/bill | Creation payment (VA) |
| POST | /v2/pwf/bill-payment | Bill payment |
| GET | /v2/disbursement/bank-account-inquiry/{bank}/{account} | Account check |