Title |
API Postpaid Inquiry |
Version |
v1.0 |
URL Sandbox |
https://stg-pg.singapay.id |
URL Production |
- |
Doc Version |
API Version |
Date |
Document Link |
Description |
v1.0 |
v1.0 |
17 June 2025 |
- |
- |
HTTP method |
POST |
Path |
/api/v1/postpaid/inquiry |
Type Format |
JSON |
Key |
Value |
Format |
M/O/C |
Length |
command |
|
String |
M |
- |
data.customer_id |
|
String |
M |
- |
data.product_code |
|
String |
M |
- |
Key |
Value |
Format |
M/O/C |
Length |
Description |
X-PARTNER-ID |
<api_key> |
String |
M |
- |
- |
Authorization |
Bearer <access_token> |
String |
M |
- |
- |
Accept |
Application/json |
String |
M |
- |
- |
{
"command": "putk",
"data": {
"customer_id" : "421021041000",
"product_code" : "SPBPJSTKPU"
}
}
Success: Here’s an example of a successful response.
{
"command": "putk",
"response_code": "00",
"response_text": "Inquiry success",
"data": {
"amount": "675004",
"customer_name": "HKI PANJI DABUTAR",
"period": "04/2024",
"customer_id": "421021041000",
"reference_number": "SPBPJSTKPURJBL0012628837291749548478",
"price": "677504",
"created_at": "2025-06-10 16:41:18"
}
}