Deposit balance
GET/v2/general/balance
This API retrieves the current Flip account balance in Rupiah (IDR). You can use this endpoint to ensure that your balance is sufficient before submitting a disbursement transaction via API.This can also help you have a better disbursement success rate.
Responses
- 200
- 401
OK
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
balance integer
{
"balance": 49656053
}
Sample response when Your Flip api secret key value for Authorization is missing or invalid
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
name string
message string
status integer
{
"name": "Unauthorized",
"message": "Your request was made with invalid credentials.",
"status": 401
}
Loading...