Want to integrate the full PLN Mobile API into your project? Contact me on Telegram.
curl --location --request POST 'https://connect-gateway.pln.co.id/api/v3/transaction//check' \
--header 'authorization: Bearer ' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"success": true,
"message": "string",
"data": {
"meter_id": {
"original_name": "string",
"name": "string",
"meter_id": "string",
"type": "string",
"trx_number": "string",
"type_code": "string",
"tariff": "string",
"power": 0
},
"trx_list": [
"string"
],
"inquiry_type": "string"
}
}