Get balance

This endpoint will return your current account balance in Rupiah (IDR).

GET https://us-central1-appgregator.cloudfunctions.net/flipSandbox/general/balance/

Query Parameters

Name
Type
Description

name*

String

ft-4

connection_name*

String

flip-entre-1

Headers

Name
Type
Description

x-api-key*

String

U2Fsd...

{
    "balance": 949999972000
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/flipSandbox/general/balance?name=ft-4&connection_name=flip-entre-1' \
--header 'x-api-key: U2Fsd...'

Last updated