Want to integrate the full PLN Mobile API into your project? Contact me on Telegram.
curl --location --request GET 'https://connect-gateway.pln.co.id/api/v2/iconcash/query/balance/customer' \
--header 'authorization: Bearer ' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"data": [
{
"id": 0,
"name": "string",
"account_type": "string",
"account_type_alias_name": "string",
"balance": 0
}
]
}