Flick Balance

This endpoint would fetch you with your current Payout balances and API Wallet balance

❗️

Note (to be removed):

  • Check Flw
  • Create arrays considering currencies
  • Payout & Collection Balances (differs when settlement is not instant)
{{baseUrl}}/api/v1/balance
{
    "data": {
        "api_wallet_balance": "550.50",
        "payout_balance": "550.50",
        "collection_balance": "550.50"
    }
}
curl -L -X GET '{{baseUrl}}/api/v1/balance' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'AppId: APP_ID'