> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.ngapainrepot.space/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.ngapainrepot.space/_mcp/server.

# Inquiry

POST https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4
Content-Type: application/json

Reference: https://docs.ngapainrepot.space/biller/02-provider-mitra-bukalapak/02-provider-mitra-bukalapak-inquiry-payment/02-provider-mitra-bukalapak-02-provider-mitra-bukalapak-inquiry-payment-pdam/inquiry

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4:
    post:
      operationId: inquiry
      summary: Inquiry
      tags:
        - >-
          subpackage_02ProviderMitraBukalapak.subpackage_02ProviderMitraBukalapak/02ProviderMitraBukalapakInquiryPayment.subpackage_02ProviderMitraBukalapak/02ProviderMitraBukalapakInquiryPayment/02ProviderMitraBukalapak02ProviderMitraBukalapakInquiryPaymentPdam
      parameters:
        - name: x-api-key
          in: header
          required: false
          schema:
            type: string
      responses:
        '201':
          description: Created
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/02 Provider - Mitra Bukalapak_02 Provider
                  - Mitra Bukalapak > Inquiry + Payment_02 Provider - Mitra
                  Bukalapak > 02 Provider - Mitra Bukalapak > Inquiry + Payment
                  > PDAM_Inquiry_Response_201
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                productCode:
                  type: string
                providerType:
                  type: string
                customerNumber:
                  type: string
              required:
                - productCode
                - providerType
                - customerNumber
servers:
  - url: https://c-dev-api.rajabiller.com
    description: https://c-dev-api.rajabiller.com
  - url: https:/
    description: https://{base_url}
  - url: https://api.stg.servermitra.com
    description: https://api.stg.servermitra.com
components:
  schemas:
    InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataNormalizedResult:
      type: object
      properties:
        message:
          type: string
        rootKey:
          type: string
        responseCode:
          type: string
        resultStatus:
          type: string
      required:
        - message
        - rootKey
        - responseCode
        - resultStatus
      title: >-
        InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataNormalizedResult
    InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataProviderRequestBody:
      type: object
      properties:
        product_code:
          type: string
        customer_number:
          type: string
      required:
        - product_code
        - customer_number
      title: >-
        InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataProviderRequestBody
    InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomerBillsItems:
      type: object
      properties:
        amount:
          type: string
        period:
          type: string
          format: date
        penalty_fee:
          type: string
      required:
        - amount
        - period
        - penalty_fee
      title: >-
        InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomerBillsItems
    InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomer:
      type: object
      properties:
        bills:
          type: array
          items:
            $ref: >-
              #/components/schemas/InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomerBillsItems
        power:
          type: integer
        period:
          type: array
          items:
            type: string
            format: date
        message:
          type: string
        currency:
          type: string
        penalty_fee:
          type: string
        stand_meter:
          type: string
        total_price:
          type: string
        unpaid_bill:
          type: integer
        admin_charge:
          type: string
        segmentation:
          type: string
        customer_name:
          type: string
        response_code:
          type: string
        customer_number:
          type: string
        outstanding_bill:
          type: integer
        remaining_billing_sheet:
          type: integer
      required:
        - bills
        - power
        - period
        - message
        - currency
        - penalty_fee
        - stand_meter
        - total_price
        - unpaid_bill
        - admin_charge
        - segmentation
        - customer_name
        - response_code
        - customer_number
        - outstanding_bill
        - remaining_billing_sheet
      title: >-
        InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomer
    InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataRawProviderResponse:
      type: object
      properties:
        postpaid_electricity_customer:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomer
      required:
        - postpaid_electricity_customer
      title: >-
        InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataRawProviderResponse
    InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaData:
      type: object
      properties:
        operation:
          type: string
        providerCode:
          type: string
        providerType:
          type: string
        normalizedResult:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataNormalizedResult
        providerRequestBody:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataProviderRequestBody
        rawProviderResponse:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaDataRawProviderResponse
      required:
        - operation
        - providerCode
        - providerType
        - normalizedResult
        - providerRequestBody
        - rawProviderResponse
      title: >-
        InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaData
    InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaMeta:
      type: object
      properties:
        requestId:
          type: string
        timestamp:
          type: string
          format: date-time
      required:
        - requestId
        - timestamp
      title: >-
        InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaMeta
    02 Provider - Mitra Bukalapak_02 Provider - Mitra Bukalapak > Inquiry + Payment_02 Provider - Mitra Bukalapak > 02 Provider - Mitra Bukalapak > Inquiry + Payment > PDAM_Inquiry_Response_201:
      type: object
      properties:
        data:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaData
        meta:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostInternalProvidersMitraBukalapakInquiry4PostResponsesContentApplicationJsonSchemaMeta
        success:
          type: boolean
      required:
        - data
        - meta
        - success
      title: >-
        02 Provider - Mitra Bukalapak_02 Provider - Mitra Bukalapak > Inquiry +
        Payment_02 Provider - Mitra Bukalapak > 02 Provider - Mitra Bukalapak >
        Inquiry + Payment > PDAM_Inquiry_Response_201

```

## Examples

### 0000 - Success



**Request**

```json
{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}
```

**Response**

```json
{
  "data": {
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerType": "water-bill",
    "normalizedResult": {
      "message": "unknown customer number",
      "rootKey": "water_bill_customer",
      "responseCode": "0014",
      "resultStatus": "PENDING"
    },
    "providerRequestBody": {
      "product_code": "sandbox-pdam",
      "customer_number": "1998914000001"
    },
    "rawProviderResponse": {
      "postpaid_electricity_customer": {
        "bills": [
          {
            "amount": "0",
            "period": "2023-01-15",
            "penalty_fee": "0"
          }
        ],
        "power": 1300,
        "period": [
          "2023-01-15"
        ],
        "message": "customer not found",
        "currency": "IDR",
        "penalty_fee": "0",
        "stand_meter": "00000000 - 00000000",
        "total_price": "0",
        "unpaid_bill": 0,
        "admin_charge": "0",
        "segmentation": "R1",
        "customer_name": "Unknown Customer",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "outstanding_bill": 0,
        "remaining_billing_sheet": 0
      },
      "water_bill_customer": {
        "bills": [],
        "usage": "",
        "address": "",
        "message": "unknown customer number",
        "currency": "IDR",
        "operator": null,
        "bill_count": "",
        "penalty_fee": "",
        "sub_segment": "",
        "total_price": "0",
        "admin_charge": "",
        "customer_name": "JUN** XX0**",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "start_bill_period": "",
        "start_usage_meter": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0000 - Success
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

payload = {
    "productCode": "sandbox-pdam",
    "providerType": "water-bill",
    "customerNumber": "1998914000001"
}
headers = {
    "x-api-key": "{{internal_api_key}}",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0000 - Success
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4';
const options = {
  method: 'POST',
  headers: {'x-api-key': '{{internal_api_key}}', 'Content-Type': 'application/json'},
  body: '{"productCode":"sandbox-pdam","providerType":"water-bill","customerNumber":"1998914000001"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0000 - Success
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

	payload := strings.NewReader("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("x-api-key", "{{internal_api_key}}")
	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0000 - Success
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["x-api-key"] = '{{internal_api_key}}'
request["Content-Type"] = 'application/json'
request.body = "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0000 - Success
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")
  .header("x-api-key", "{{internal_api_key}}")
  .header("Content-Type", "application/json")
  .body("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")
  .asString();
```

```php 0000 - Success
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4', [
  'body' => '{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}',
  'headers' => [
    'Content-Type' => 'application/json',
    'x-api-key' => '{{internal_api_key}}',
  ],
]);

echo $response->getBody();
```

```csharp 0000 - Success
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4");
var request = new RestRequest(Method.POST);
request.AddHeader("x-api-key", "{{internal_api_key}}");
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0000 - Success
import Foundation

let headers = [
  "x-api-key": "{{internal_api_key}}",
  "Content-Type": "application/json"
]
let parameters = [
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### 0014 - Unknown Customer



**Request**

```json
{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}
```

**Response**

```json
{
  "data": {
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerType": "water-bill",
    "normalizedResult": {
      "message": "unknown customer number",
      "rootKey": "water_bill_customer",
      "responseCode": "0014",
      "resultStatus": "PENDING"
    },
    "providerRequestBody": {
      "product_code": "sandbox-pdam",
      "customer_number": "1998914000001"
    },
    "rawProviderResponse": {
      "postpaid_electricity_customer": {
        "bills": [
          {
            "amount": "0",
            "period": "2023-01-15",
            "penalty_fee": "0"
          }
        ],
        "power": 1300,
        "period": [
          "2023-01-15"
        ],
        "message": "customer not found",
        "currency": "IDR",
        "penalty_fee": "0",
        "stand_meter": "00000000 - 00000000",
        "total_price": "0",
        "unpaid_bill": 0,
        "admin_charge": "0",
        "segmentation": "R1",
        "customer_name": "Unknown Customer",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "outstanding_bill": 0,
        "remaining_billing_sheet": 0
      },
      "water_bill_customer": {
        "bills": [],
        "usage": "",
        "address": "",
        "message": "unknown customer number",
        "currency": "IDR",
        "operator": null,
        "bill_count": "",
        "penalty_fee": "",
        "sub_segment": "",
        "total_price": "0",
        "admin_charge": "",
        "customer_name": "JUN** XX0**",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "start_bill_period": "",
        "start_usage_meter": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0014 - Unknown Customer
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

payload = {
    "productCode": "sandbox-pdam",
    "providerType": "water-bill",
    "customerNumber": "1998914000001"
}
headers = {
    "x-api-key": "{{internal_api_key}}",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0014 - Unknown Customer
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4';
const options = {
  method: 'POST',
  headers: {'x-api-key': '{{internal_api_key}}', 'Content-Type': 'application/json'},
  body: '{"productCode":"sandbox-pdam","providerType":"water-bill","customerNumber":"1998914000001"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0014 - Unknown Customer
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

	payload := strings.NewReader("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("x-api-key", "{{internal_api_key}}")
	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0014 - Unknown Customer
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["x-api-key"] = '{{internal_api_key}}'
request["Content-Type"] = 'application/json'
request.body = "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0014 - Unknown Customer
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")
  .header("x-api-key", "{{internal_api_key}}")
  .header("Content-Type", "application/json")
  .body("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")
  .asString();
```

```php 0014 - Unknown Customer
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4', [
  'body' => '{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}',
  'headers' => [
    'Content-Type' => 'application/json',
    'x-api-key' => '{{internal_api_key}}',
  ],
]);

echo $response->getBody();
```

```csharp 0014 - Unknown Customer
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4");
var request = new RestRequest(Method.POST);
request.AddHeader("x-api-key", "{{internal_api_key}}");
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0014 - Unknown Customer
import Foundation

let headers = [
  "x-api-key": "{{internal_api_key}}",
  "Content-Type": "application/json"
]
let parameters = [
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### 0088 - Bills already Paid



**Request**

```json
{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}
```

**Response**

```json
{
  "data": {
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerType": "water-bill",
    "normalizedResult": {
      "message": "unknown customer number",
      "rootKey": "water_bill_customer",
      "responseCode": "0014",
      "resultStatus": "PENDING"
    },
    "providerRequestBody": {
      "product_code": "sandbox-pdam",
      "customer_number": "1998914000001"
    },
    "rawProviderResponse": {
      "postpaid_electricity_customer": {
        "bills": [
          {
            "amount": "0",
            "period": "2023-01-15",
            "penalty_fee": "0"
          }
        ],
        "power": 1300,
        "period": [
          "2023-01-15"
        ],
        "message": "customer not found",
        "currency": "IDR",
        "penalty_fee": "0",
        "stand_meter": "00000000 - 00000000",
        "total_price": "0",
        "unpaid_bill": 0,
        "admin_charge": "0",
        "segmentation": "R1",
        "customer_name": "Unknown Customer",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "outstanding_bill": 0,
        "remaining_billing_sheet": 0
      },
      "water_bill_customer": {
        "bills": [],
        "usage": "",
        "address": "",
        "message": "unknown customer number",
        "currency": "IDR",
        "operator": null,
        "bill_count": "",
        "penalty_fee": "",
        "sub_segment": "",
        "total_price": "0",
        "admin_charge": "",
        "customer_name": "JUN** XX0**",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "start_bill_period": "",
        "start_usage_meter": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0088 - Bills already Paid
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

payload = {
    "productCode": "sandbox-pdam",
    "providerType": "water-bill",
    "customerNumber": "1998914000001"
}
headers = {
    "x-api-key": "{{internal_api_key}}",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0088 - Bills already Paid
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4';
const options = {
  method: 'POST',
  headers: {'x-api-key': '{{internal_api_key}}', 'Content-Type': 'application/json'},
  body: '{"productCode":"sandbox-pdam","providerType":"water-bill","customerNumber":"1998914000001"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0088 - Bills already Paid
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

	payload := strings.NewReader("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("x-api-key", "{{internal_api_key}}")
	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0088 - Bills already Paid
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["x-api-key"] = '{{internal_api_key}}'
request["Content-Type"] = 'application/json'
request.body = "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0088 - Bills already Paid
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")
  .header("x-api-key", "{{internal_api_key}}")
  .header("Content-Type", "application/json")
  .body("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")
  .asString();
```

```php 0088 - Bills already Paid
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4', [
  'body' => '{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}',
  'headers' => [
    'Content-Type' => 'application/json',
    'x-api-key' => '{{internal_api_key}}',
  ],
]);

echo $response->getBody();
```

```csharp 0088 - Bills already Paid
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4");
var request = new RestRequest(Method.POST);
request.AddHeader("x-api-key", "{{internal_api_key}}");
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0088 - Bills already Paid
import Foundation

let headers = [
  "x-api-key": "{{internal_api_key}}",
  "Content-Type": "application/json"
]
let parameters = [
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### 0000 - Success Single Bill



**Request**

```json
{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}
```

**Response**

```json
{
  "data": {
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerType": "water-bill",
    "normalizedResult": {
      "message": "unknown customer number",
      "rootKey": "water_bill_customer",
      "responseCode": "0014",
      "resultStatus": "PENDING"
    },
    "providerRequestBody": {
      "product_code": "sandbox-pdam",
      "customer_number": "1998914000001"
    },
    "rawProviderResponse": {
      "postpaid_electricity_customer": {
        "bills": [
          {
            "amount": "0",
            "period": "2023-01-15",
            "penalty_fee": "0"
          }
        ],
        "power": 1300,
        "period": [
          "2023-01-15"
        ],
        "message": "customer not found",
        "currency": "IDR",
        "penalty_fee": "0",
        "stand_meter": "00000000 - 00000000",
        "total_price": "0",
        "unpaid_bill": 0,
        "admin_charge": "0",
        "segmentation": "R1",
        "customer_name": "Unknown Customer",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "outstanding_bill": 0,
        "remaining_billing_sheet": 0
      },
      "water_bill_customer": {
        "bills": [],
        "usage": "",
        "address": "",
        "message": "unknown customer number",
        "currency": "IDR",
        "operator": null,
        "bill_count": "",
        "penalty_fee": "",
        "sub_segment": "",
        "total_price": "0",
        "admin_charge": "",
        "customer_name": "JUN** XX0**",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "start_bill_period": "",
        "start_usage_meter": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0000 - Success Single Bill
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

payload = {
    "productCode": "sandbox-pdam",
    "providerType": "water-bill",
    "customerNumber": "1998914000001"
}
headers = {
    "x-api-key": "{{internal_api_key}}",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0000 - Success Single Bill
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4';
const options = {
  method: 'POST',
  headers: {'x-api-key': '{{internal_api_key}}', 'Content-Type': 'application/json'},
  body: '{"productCode":"sandbox-pdam","providerType":"water-bill","customerNumber":"1998914000001"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0000 - Success Single Bill
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

	payload := strings.NewReader("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("x-api-key", "{{internal_api_key}}")
	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0000 - Success Single Bill
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["x-api-key"] = '{{internal_api_key}}'
request["Content-Type"] = 'application/json'
request.body = "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0000 - Success Single Bill
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")
  .header("x-api-key", "{{internal_api_key}}")
  .header("Content-Type", "application/json")
  .body("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")
  .asString();
```

```php 0000 - Success Single Bill
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4', [
  'body' => '{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}',
  'headers' => [
    'Content-Type' => 'application/json',
    'x-api-key' => '{{internal_api_key}}',
  ],
]);

echo $response->getBody();
```

```csharp 0000 - Success Single Bill
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4");
var request = new RestRequest(Method.POST);
request.AddHeader("x-api-key", "{{internal_api_key}}");
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0000 - Success Single Bill
import Foundation

let headers = [
  "x-api-key": "{{internal_api_key}}",
  "Content-Type": "application/json"
]
let parameters = [
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### 0000 - Success Multiple Bill



**Request**

```json
{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}
```

**Response**

```json
{
  "data": {
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerType": "water-bill",
    "normalizedResult": {
      "message": "unknown customer number",
      "rootKey": "water_bill_customer",
      "responseCode": "0014",
      "resultStatus": "PENDING"
    },
    "providerRequestBody": {
      "product_code": "sandbox-pdam",
      "customer_number": "1998914000001"
    },
    "rawProviderResponse": {
      "postpaid_electricity_customer": {
        "bills": [
          {
            "amount": "0",
            "period": "2023-01-15",
            "penalty_fee": "0"
          }
        ],
        "power": 1300,
        "period": [
          "2023-01-15"
        ],
        "message": "customer not found",
        "currency": "IDR",
        "penalty_fee": "0",
        "stand_meter": "00000000 - 00000000",
        "total_price": "0",
        "unpaid_bill": 0,
        "admin_charge": "0",
        "segmentation": "R1",
        "customer_name": "Unknown Customer",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "outstanding_bill": 0,
        "remaining_billing_sheet": 0
      },
      "water_bill_customer": {
        "bills": [],
        "usage": "",
        "address": "",
        "message": "unknown customer number",
        "currency": "IDR",
        "operator": null,
        "bill_count": "",
        "penalty_fee": "",
        "sub_segment": "",
        "total_price": "0",
        "admin_charge": "",
        "customer_name": "JUN** XX0**",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "start_bill_period": "",
        "start_usage_meter": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0000 - Success Multiple Bill
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

payload = {
    "productCode": "sandbox-pdam",
    "providerType": "water-bill",
    "customerNumber": "1998914000001"
}
headers = {
    "x-api-key": "{{internal_api_key}}",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0000 - Success Multiple Bill
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4';
const options = {
  method: 'POST',
  headers: {'x-api-key': '{{internal_api_key}}', 'Content-Type': 'application/json'},
  body: '{"productCode":"sandbox-pdam","providerType":"water-bill","customerNumber":"1998914000001"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0000 - Success Multiple Bill
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

	payload := strings.NewReader("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("x-api-key", "{{internal_api_key}}")
	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0000 - Success Multiple Bill
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["x-api-key"] = '{{internal_api_key}}'
request["Content-Type"] = 'application/json'
request.body = "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0000 - Success Multiple Bill
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")
  .header("x-api-key", "{{internal_api_key}}")
  .header("Content-Type", "application/json")
  .body("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")
  .asString();
```

```php 0000 - Success Multiple Bill
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4', [
  'body' => '{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}',
  'headers' => [
    'Content-Type' => 'application/json',
    'x-api-key' => '{{internal_api_key}}',
  ],
]);

echo $response->getBody();
```

```csharp 0000 - Success Multiple Bill
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4");
var request = new RestRequest(Method.POST);
request.AddHeader("x-api-key", "{{internal_api_key}}");
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0000 - Success Multiple Bill
import Foundation

let headers = [
  "x-api-key": "{{internal_api_key}}",
  "Content-Type": "application/json"
]
let parameters = [
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### 0089 - Billing not Available



**Request**

```json
{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}
```

**Response**

```json
{
  "data": {
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerType": "water-bill",
    "normalizedResult": {
      "message": "unknown customer number",
      "rootKey": "water_bill_customer",
      "responseCode": "0014",
      "resultStatus": "PENDING"
    },
    "providerRequestBody": {
      "product_code": "sandbox-pdam",
      "customer_number": "1998914000001"
    },
    "rawProviderResponse": {
      "postpaid_electricity_customer": {
        "bills": [
          {
            "amount": "0",
            "period": "2023-01-15",
            "penalty_fee": "0"
          }
        ],
        "power": 1300,
        "period": [
          "2023-01-15"
        ],
        "message": "customer not found",
        "currency": "IDR",
        "penalty_fee": "0",
        "stand_meter": "00000000 - 00000000",
        "total_price": "0",
        "unpaid_bill": 0,
        "admin_charge": "0",
        "segmentation": "R1",
        "customer_name": "Unknown Customer",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "outstanding_bill": 0,
        "remaining_billing_sheet": 0
      },
      "water_bill_customer": {
        "bills": [],
        "usage": "",
        "address": "",
        "message": "unknown customer number",
        "currency": "IDR",
        "operator": null,
        "bill_count": "",
        "penalty_fee": "",
        "sub_segment": "",
        "total_price": "0",
        "admin_charge": "",
        "customer_name": "JUN** XX0**",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "start_bill_period": "",
        "start_usage_meter": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0089 - Billing not Available
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

payload = {
    "productCode": "sandbox-pdam",
    "providerType": "water-bill",
    "customerNumber": "1998914000001"
}
headers = {
    "x-api-key": "{{internal_api_key}}",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0089 - Billing not Available
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4';
const options = {
  method: 'POST',
  headers: {'x-api-key': '{{internal_api_key}}', 'Content-Type': 'application/json'},
  body: '{"productCode":"sandbox-pdam","providerType":"water-bill","customerNumber":"1998914000001"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0089 - Billing not Available
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

	payload := strings.NewReader("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("x-api-key", "{{internal_api_key}}")
	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0089 - Billing not Available
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["x-api-key"] = '{{internal_api_key}}'
request["Content-Type"] = 'application/json'
request.body = "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0089 - Billing not Available
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")
  .header("x-api-key", "{{internal_api_key}}")
  .header("Content-Type", "application/json")
  .body("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")
  .asString();
```

```php 0089 - Billing not Available
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4', [
  'body' => '{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}',
  'headers' => [
    'Content-Type' => 'application/json',
    'x-api-key' => '{{internal_api_key}}',
  ],
]);

echo $response->getBody();
```

```csharp 0089 - Billing not Available
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4");
var request = new RestRequest(Method.POST);
request.AddHeader("x-api-key", "{{internal_api_key}}");
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0089 - Billing not Available
import Foundation

let headers = [
  "x-api-key": "{{internal_api_key}}",
  "Content-Type": "application/json"
]
let parameters = [
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### 02 Provider - Mitra Bukalapak_02 Provider - Mitra Bukalapak > Inquiry + Payment_02 Provider - Mitra Bukalapak > 02 Provider - Mitra Bukalapak > Inquiry + Payment > PDAM_Inquiry_example



**Request**

```json
{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}
```

**Response**

```json
{
  "data": {
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerType": "water-bill",
    "normalizedResult": {
      "message": "unknown customer number",
      "rootKey": "water_bill_customer",
      "responseCode": "0014",
      "resultStatus": "PENDING"
    },
    "providerRequestBody": {
      "product_code": "sandbox-pdam",
      "customer_number": "1998914000001"
    },
    "rawProviderResponse": {
      "postpaid_electricity_customer": {
        "bills": [
          {
            "amount": "0",
            "period": "2023-01-15",
            "penalty_fee": "0"
          }
        ],
        "power": 1300,
        "period": [
          "2023-01-15"
        ],
        "message": "customer not found",
        "currency": "IDR",
        "penalty_fee": "0",
        "stand_meter": "00000000 - 00000000",
        "total_price": "0",
        "unpaid_bill": 0,
        "admin_charge": "0",
        "segmentation": "R1",
        "customer_name": "Unknown Customer",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "outstanding_bill": 0,
        "remaining_billing_sheet": 0
      },
      "water_bill_customer": {
        "bills": [],
        "usage": "",
        "address": "",
        "message": "unknown customer number",
        "currency": "IDR",
        "operator": null,
        "bill_count": "",
        "penalty_fee": "",
        "sub_segment": "",
        "total_price": "0",
        "admin_charge": "",
        "customer_name": "JUN** XX0**",
        "response_code": "0014",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "start_bill_period": "",
        "start_usage_meter": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 02 Provider - Mitra Bukalapak_02 Provider - Mitra Bukalapak > Inquiry + Payment_02 Provider - Mitra Bukalapak > 02 Provider - Mitra Bukalapak > Inquiry + Payment > PDAM_Inquiry_example
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

payload = {
    "productCode": "sandbox-pdam",
    "providerType": "water-bill",
    "customerNumber": "1998914000001"
}
headers = {
    "x-api-key": "{{internal_api_key}}",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 02 Provider - Mitra Bukalapak_02 Provider - Mitra Bukalapak > Inquiry + Payment_02 Provider - Mitra Bukalapak > 02 Provider - Mitra Bukalapak > Inquiry + Payment > PDAM_Inquiry_example
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4';
const options = {
  method: 'POST',
  headers: {'x-api-key': '{{internal_api_key}}', 'Content-Type': 'application/json'},
  body: '{"productCode":"sandbox-pdam","providerType":"water-bill","customerNumber":"1998914000001"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 02 Provider - Mitra Bukalapak_02 Provider - Mitra Bukalapak > Inquiry + Payment_02 Provider - Mitra Bukalapak > 02 Provider - Mitra Bukalapak > Inquiry + Payment > PDAM_Inquiry_example
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4"

	payload := strings.NewReader("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("x-api-key", "{{internal_api_key}}")
	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 02 Provider - Mitra Bukalapak_02 Provider - Mitra Bukalapak > Inquiry + Payment_02 Provider - Mitra Bukalapak > 02 Provider - Mitra Bukalapak > Inquiry + Payment > PDAM_Inquiry_example
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["x-api-key"] = '{{internal_api_key}}'
request["Content-Type"] = 'application/json'
request.body = "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}"

response = http.request(request)
puts response.read_body
```

```java 02 Provider - Mitra Bukalapak_02 Provider - Mitra Bukalapak > Inquiry + Payment_02 Provider - Mitra Bukalapak > 02 Provider - Mitra Bukalapak > Inquiry + Payment > PDAM_Inquiry_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")
  .header("x-api-key", "{{internal_api_key}}")
  .header("Content-Type", "application/json")
  .body("{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}")
  .asString();
```

```php 02 Provider - Mitra Bukalapak_02 Provider - Mitra Bukalapak > Inquiry + Payment_02 Provider - Mitra Bukalapak > 02 Provider - Mitra Bukalapak > Inquiry + Payment > PDAM_Inquiry_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4', [
  'body' => '{
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
}',
  'headers' => [
    'Content-Type' => 'application/json',
    'x-api-key' => '{{internal_api_key}}',
  ],
]);

echo $response->getBody();
```

```csharp 02 Provider - Mitra Bukalapak_02 Provider - Mitra Bukalapak > Inquiry + Payment_02 Provider - Mitra Bukalapak > 02 Provider - Mitra Bukalapak > Inquiry + Payment > PDAM_Inquiry_example
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4");
var request = new RestRequest(Method.POST);
request.AddHeader("x-api-key", "{{internal_api_key}}");
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\",\n  \"customerNumber\": \"1998914000001\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 02 Provider - Mitra Bukalapak_02 Provider - Mitra Bukalapak > Inquiry + Payment_02 Provider - Mitra Bukalapak > 02 Provider - Mitra Bukalapak > Inquiry + Payment > PDAM_Inquiry_example
import Foundation

let headers = [
  "x-api-key": "{{internal_api_key}}",
  "Content-Type": "application/json"
]
let parameters = [
  "productCode": "sandbox-pdam",
  "providerType": "water-bill",
  "customerNumber": "1998914000001"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry#postInternalProvidersMitra-bukalapakInquiry4")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```