Skip to main content

Flip

Quick Start
  1. Sign up at flip.id and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Flip →

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 IDflip
CategoryBank Transfers
Websiteflip.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

ParameterDescription
flip_secret_keySecret Key (Basic Auth)
flip_validation_keyValidation Key (webhook)
flip_api_urlAPI base URL (sandbox / production)
environmentproduction

API Reference

MethodEndpointDescription
POST/v3/disbursementCreation of transfer
GET/v3/get-disbursementStatus of transfer
POST/v2/pwf/billCreation payment (VA)
POST/v2/pwf/bill-paymentBill payment
GET/v2/disbursement/bank-account-inquiry/{bank}/{account}Account check

Resources