Every product has a different inquiry result and fulfillment result. This section, we provide the response and request sample for the product. For the request, you can refer to section 4.2 for inquiry and section 4.3 for checkout and use the specific product code.
Telco - Prepaid (Pulsa, Paket Data, Roaming all operator)
Product code example: 50k-simpati
Checkout | Order Details |
---|
Request payload: { "data": { "type": "order", "id": "testorder123", "attributes": { "product_code": "50k-simpati", "client_number": "081211311111" } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder123
|
Response payload: { "data": { "type": "order", "id": "testorder123", "attributes": { "client_number": "081211311111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "50k-simpati", "sales_price": 52000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder123", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "081211311111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-01T03:26:39Z", "fulfillment_result": [ { "name": "Nomor", "value": "081211311111" }, { "name": "Serial Number", "value": "TLKM0305956071" }, { "name": "Harga", "value": "Rp 52.000" } ], "partner_fee": 0, "product_code": "50k-simpati", "sales_price": 52000, "serial_number": "TLKM0305956071", "status": "Success", "voucher_code": "" } } }
|
Telco - Postpaid (Pulsa)
Product code example: pasca-telkomsel
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pasca-telkomsel", "client_number": "081222308111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder124", "attributes": { "product_code": "pasca-telkomsel", "client_number": "081222308111", "amount": 102000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder124
|
Response payload: { "data": { "type": "inquiry", "id": "081222308111", "attributes": { "admin_fee": 2000, "base_price": 100000, "client_name": "Toko***** Us**", "client_number": "081222308111", "fields": null, "inquiry_result": [ { "name": "Nomor Telepon", "value": "081222308111" }, { "name": "Nama", "value": "Toko***** Us**" }, { "name": "Total Bayar", "value": "Rp 102.000" }, { "name": "Total Tagihan", "value": "Rp 100.000" }, { "name": "Biaya Admin", "value": "Rp2.000" } ], "meter_id": "", "product_code": "pasca-telkomsel", "sales_price": 102000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder124", "attributes": { "client_number": "081222308111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "pasca-telkomsel", "sales_price": 102000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder124", "attributes": { "admin_fee": 2000, "client_name": "Tokopedia User", "client_number": "081222308111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-01T03:39:41Z", "fulfillment_result": [ { "name": "Nomor Telepon", "value": "081222308111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Total Tagihan", "value": "Rp 100.000" }, { "name": "Biaya Admin", "value": "Rp2.000" }, { "name": "Total Bayar", "value": "Rp 102.000" } ], "partner_fee": 0, "product_code": "pasca-telkomsel", "sales_price": 102000, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Listrik PLN
Listrik PLN - Prepaid
Product code example: pln-prepaid-token-50k-sat-new
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "client_number": "15251111111", "product_code": "pln-prepaid-token-50k-sat-new" } } }
| Request payload: { "data": { "type": "order", "id": "testorder195", "attributes": { "product_code": "pln-prepaid-token-50k-sat-new", "client_number": "15251111111", "amount": 50005 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder195
|
Response payload: { "data": { "type": "inquiry", "id": "15251111111", "attributes": { "admin_fee": 0, "base_price": 50005, "client_name": "TOKOP**** US**", "client_number": "15251111111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "TOKOP**** US**" }, { "name": "Nomor", "value": "15251111111" }, { "name": "ID Pelanggan", "value": "528611111111" }, { "name": "Tarif/Daya", "value": "B1/000007000VA" }, { "name": "Harga", "value": "Rp 50.005" }, { "name": "Jenis Layanan", "value": "" } ], "meter_id": "15251111111", "product_code": "pln-prepaid-token-50k-sat-new", "sales_price": 50005 } } }
| Response payload: { "data": { "type": "order", "id": "testorder195", "attributes": { "client_number": "15251111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "pln-prepaid-token-50k-sat-new", "sales_price": 50005, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder195", "attributes": { "admin_fee": 0, "client_name": "TOKOPEDIA USER", "client_number": "15251111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-09-14T08:16:35Z", "fulfillment_result": [ { "name": "No. Meter/Idpel", "value": "15251111111" }, { "name": "Nomor Meter", "value": "15251111111" }, { "name": "ID Pelanggan", "value": "528611111111" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Tarif/Daya", "value": "B1/000007000VA" }, { "name": "No Ref", "value": "0BMS2135118595F09D915E25205F5667" }, { "name": "Materai", "value": "0" }, { "name": "PPn", "value": "0" }, { "name": "PPj", "value": "0" }, { "name": "Angsuran", "value": "6000" }, { "name": "Rp Stroom/Token", "value": "44000" }, { "name": "kWh", "value": "88" }, { "name": "Token", "value": "1378 7553 5576 5816 1258" }, { "name": "Info Tambahan", "value": "Informasi Hubungi Call Center 123 Atau hubungi PLN Terdekat" }, { "name": "Total Bayar", "value": "Rp 50.005" }, { "name": "Rp Bayar", "value": "" }, { "name": "Admin Bank", "value": "Rp0" } ], "partner_fee": 0, "product_code": "pln-prepaid-token-50k-sat-new", "sales_price": 50005, "serial_number": "1378-7553-5576-5816-1258", "status": "Success", "voucher_code": "1378-7553-5576-5816-1258" } } }
|
Listrik PLN - Postpaid
Product code example: pln-postpaid-new
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pln-postpaid-new", "client_number": "102111106111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder196", "attributes": { "product_code": "pln-postpaid-new", "client_number": "102111106111", "amount": 936246 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder196
|
Response payload: { "data": { "type": "inquiry", "id": "102111106111", "attributes": { "admin_fee": 6000, "base_price": 930246, "client_name": "TOKOP**** US**", "client_number": "102111106111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "TOKOP**** US**" }, { "name": "ID Pelanggan", "value": "102111106111" }, { "name": "BL/TH", "value": "MEI23, JUN23, JUL23, AGU23" }, { "name": "TARIF/DAYA", "value": "R1/450" }, { "name": "STAND METER", "value": "888800-889900" }, { "name": "Jumlah Tagihan", "value": "4" }, { "name": "RP TAG PLN", "value": "Rp 930.246" }, { "name": "ADMIN BANK", "value": "Rp 6.000" }, { "name": "TOTAL BAYAR", "value": "Rp 936.246" }, { "name": "TOTAL TAGIHAN", "value": "4 BULAN" } ], "meter_id": "", "product_code": "pln-postpaid-new", "sales_price": 936246 } } }
| Response payload: { "data": { "type": "order", "id": "testorder196", "attributes": { "client_number": "102111106111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "pln-postpaid-new", "sales_price": 936246, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder196", "attributes": { "admin_fee": 6000, "client_name": "TOKOPEDIA USER", "client_number": "102111106111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-09-19T05:03:31Z", "fulfillment_result": [ { "name": "No. Meter/Idpel", "value": "102111106111" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Tarif/Daya", "value": "R1/000000450" }, { "name": "Jumlah Tagihan", "value": "4" }, { "name": "RP TAG PLN", "value": "Rp 930.246" }, { "name": "NO REF", "value": "0BMS21351276584695CDB0FB6798CE21" }, { "name": "Total Tagihan", "value": "Rp 930.246" }, { "name": "Biaya Admin", "value": "Rp 6.000" }, { "name": "Total Bayar", "value": "Rp 936.246" }, { "name": "BL/TH", "value": "MEI23, JUN23, JUL23, AGU23" }, { "name": "STAND METER", "value": "00888800-00889900, 00888800-00889900, 00888800-00889900, 00888800-00889900" }, { "name": "TAGIHAN", "value": "156231, 237481, 342713, 175821" }, { "name": "PENALTY", "value": "9000, 6000, 3000, 0" }, { "name": "JATUH TEMPO", "value": "2023-05-22, 2023-06-22, 2023-07-22, 2023-08-22" }, { "name": "INSENTIVE", "value": "0, 0, 0, 0" }, { "name": "METERREAD", "value": "0, 0, 0, 0" } ], "partner_fee": 1000, "product_code": "pln-postpaid-new", "sales_price": 936246, "serial_number": "0BMS21351276584695CDB0FB6798CE21", "status": "Success", "voucher_code": "" } } }
|
Listrik PLN - Non Taglis
Product code example: pln-non-taglis
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "client_number": "104111106112", "product_code": "pln-non-taglis" } } }
| Request payload: { "data": { "type": "order", "id": "testorder197", "attributes": { "product_code": "pln-non-taglis", "client_number": "104111106112", "amount": 278645 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder197
|
Response payload: { "data": { "type": "inquiry", "id": "104111106112", "attributes": { "admin_fee": 5000, "base_price": 273645, "client_name": "TOKO***** US**", "client_number": "104111106112", "fields": null, "inquiry_result": [ { "name": "Nomor Registrasi", "value": "104111106112" }, { "name": "Nama", "value": "TOKO***** US**" }, { "name": "Total Harga", "value": "Rp278.645" }, { "name": "Nomor Registrasi", "value": "104111106112" }, { "name": "Jenis Transaksi", "value": "PENYELESAIAN P2TL" }, { "name": "Biaya PLN", "value": "Rp273.645" }, { "name": "Admin", "value": "Rp5.000" } ], "meter_id": "", "product_code": "pln-non-taglis", "sales_price": 278645 } } }
| Response payload: { "data": { "type": "order", "id": "testorder197", "attributes": { "client_number": "104111106112", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "pln-non-taglis", "sales_price": 278645, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder197", "attributes": { "admin_fee": 5000, "client_name": "TOKOPEDIA USER", "client_number": "104111106112", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-10-12T04:35:17Z", "fulfillment_result": [ { "name": "IDPEL", "value": "104111106112" }, { "name": "NO REG", "value": "104111106112" }, { "name": "TGL REG", "value": "22SEP21" }, { "name": "NAMA", "value": "TOKOPEDIA USER" }, { "name": "NO REF", "value": "042925CBFD523520E1D434583FB72446" }, { "name": "BIAYA PLN", "value": "Rp273.645" }, { "name": "ADMIN BANK", "value": "Rp5.000" }, { "name": "TOTAL BAYAR", "value": "Rp278.645" } ], "partner_fee": 0, "product_code": "pln-non-taglis", "sales_price": 278645, "serial_number": "042925CBFD523520E1D434583FB72446", "status": "Success", "voucher_code": "104111106112" } } }
|
Food & Vouchers (Deals)
Voucher Code
Product code example: gofood-20k
Checkout | Order Details |
---|
Request payload: { "data": { "type": "order", "id": "testorder128", "attributes": { "product_code": "gofood-20k", "client_number": "" } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder128
|
Response payload: { "data": { "type": "order", "id": "testorder128", "attributes": { "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "gofood-20k", "sales_price": 17820, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder128", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-01T04:03:00Z", "fulfillment_result": [ { "name": "Harga", "value": "Rp17.820" }, { "name": "Kode Voucher", "value": "T62XDFC" }, { "name": "Berlaku Hingga", "value": "07 Feb 2022 00:00" } ], "partner_fee": 0, "product_code": "gofood-20k", "sales_price": 17820, "serial_number": "", "status": "Success", "voucher_code": "T62XDFC" } } }
|
Voucher Link
Product code example: kfc-50k
Checkout | Order Details |
---|
Request payload: { "data": { "type": "order", "id": "testorder129", "attributes": { "product_code": "kfc-50k", "client_number": "" } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder129
|
Response payload: { "data": { "type": "order", "id": "testorder129", "attributes": { "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "kfc-50k", "sales_price": 43750, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder129", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-01T04:05:55Z", "fulfillment_result": [ { "name": "Harga", "value": "Rp43.750" }, { "name": "E-voucher", "value": "https://egift.id/NEiUHvNDhASk" }, { "name": "Berlaku Hingga", "value": "20 May 2022 00:00" } ], "partner_fee": 0, "product_code": "kfc-50k", "sales_price": 43750, "serial_number": "", "status": "Success", "voucher_code": "https://egift.id/NEiUHvNDhASk" } } }
|
Voucher Game
Google Play
This type has special UI/UX requirement that you need to follow based on biller’s rule. Our tech representative will share to you the documentation for Google Play and Spotify UI Guidelines for Client.
Voucher Code
Product code example: kode-voucher-google-play-10000
Checkout | Order Details |
---|
Request payload: { "data": { "type": "order", "id": "testorder131", "attributes": { "product_code": "kode-voucher-google-play-10000", "client_number": "" } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder131
|
Response payload: { "data": { "type": "order", "id": "testorder131", "attributes": { "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "kode-voucher-google-play-10000", "sales_price": 11000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder131", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-01T04:19:27Z", "fulfillment_result": [ { "name": "Harga", "value": "Rp 11.000" }, { "name": "Kode Voucher", "value": "ABSASADA" }, { "name": "Serial", "value": "23143432453" }, "name": "Total Bayar", "value": "Rp11.000" }, { "name": "Biaya Admin", "value": "Rp0" } ], "partner_fee": 0, "product_code": "kode-voucher-google-play-10000", "sales_price": 11000, "serial_number": "23143432453", "status": "Success", "voucher_code": "ABSASADA" } } }
|
Non Google Play
Voucher Code
Product code example: steam-wallet-idr-90
Checkout | Order Details |
---|
Request payload: { "data": { "type": "order", "id": "testorder132", "attributes": { "product_code": "steam-wallet-idr-90", "client_number": "" } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder132
|
Response payload: { "data": { "type": "order", "id": "testorder132", "attributes": { "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 100, "product_code": "steam-wallet-idr-90", "sales_price": 145000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder132", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-01T04:26:35Z", "fulfillment_result": [ { "name": "Harga", "value": "Rp 145.000" }, { "name": "Kode Voucher", "value": "HQRmJ-JJJjaJJBdubNQGtj" }, "name": "Total Bayar", "value": "Rp145.000" }, { "name": "Biaya Admin", "value": "Rp0" } ], "partner_fee": 100, "product_code": "steam-wallet-idr-90", "sales_price": 145000, "serial_number": "", "status": "Success", "voucher_code": "HQRmJ-JJJjaJJBdubNQGtj" } }
|
Direct Top Up
This type can only be enabled on Web Platform and might have additional fields that you need to follow and might be different in each product code, please contact our tech representative for more details.
Product code example: mobile-legends-18-diamonds
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "mobile-legends-18-diamonds", "client_number": "704441111", "fields": [ { "name": "zone_id", "value": "8332" } ] } } }
| Request payload: { "data": { "type": "order", "id": "testorder184", "attributes": { "product_code": "mobile-legends-18-diamonds", "client_number": "704441111", "fields": [ { "name": "zone_id", "value": "8332" } ] } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder184
|
Response payload: { "data": { "type": "inquiry", "id": "704441111", "attributes": { "admin_fee": 0, "base_price": 5500, "client_name": "Fox69", "client_number": "704441111", "fields": [ { "name": "zone_id", "value": "8332" } ], "inquiry_result": [ { "name": "Nomor", "value": "59551114_2101" }, { "name": "Jenis Layanan", "value": "18 Diamonds" }, { "name": "Harga", "value": "Rp5.500" }, { "name": "Username", "value": "Fox69" }, { "name": "User ID", "value": "59551114" }, { "name": "Server ID", "value": "2101" }, { "name": "Total Bayar", "value": "Rp5.500" }, { "name": "Biaya Admin", "value": "Rp0" } ], "meter_id": "", "product_code": "mobile-legends-18-diamonds", "sales_price": 5500 } } }
| Response payload: { "data": { "type": "order", "id": "testorder184", "attributes": { "client_number": "704441111", "error_code": "", "error_detail": "", "fields": [ { "name": "zone_id", "value": "8332" } ], "fulfilled_at": null, "partner_fee": 500, "product_code": "mobile-legends-18-diamonds", "sales_price": 5500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder184", "attributes": { "admin_fee": 0, "client_name": "%7eThe+King+Of+Asassin", "client_number": "704441111", "error_code": "", "error_detail": "", "fields": [ { "name": "zone_id", "value": "8332" } ], "fulfilled_at": "2023-05-26T07:53:33Z", "fulfillment_result": [ { "name": "Harga", "value": "Rp5.500" }, { "name": "Username", "value": "%7eThe+King+Of+Asassin" }, { "name": "User ID", "value": "1093349626" }, { "name": "Server ID", "value": "13396" }, { "name": "Total Bayar", "value": "Rp5.500" }, { "name": "Biaya Admin", "value": "Rp0" } ], "partner_fee": 500, "product_code": "mobile-legends-18-diamonds", "sales_price": 5500, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Streaming
Spotify
This type has special UI/UX requirement that you need to follow based on biller’s rule. Our tech representative will share to you the documentation for Google Play and Spotify UI Guidelines for Client.
Product code example: spotify-premium-spotify-premium-6
Checkout | Order Details |
---|
Request payload: { "data": { "type": "order", "id": "testorder134", "attributes": { "product_code": "spotify-premium-spotify-premium-6", "client_number": "" } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder134
|
Response payload: { "data": { "type": "order", "id": "testorder134", "attributes": { "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "spotify-premium-spotify-premium-6", "sales_price": 300000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder134", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-08T03:31:02Z", "fulfillment_result": [ { "name": "Harga", "value": "Rp 300.000" }, { "name": "Kode Voucher", "value": "FOSVRAZQ6P9" }, { "name": "Serial", "value": "1234567890" } ], "partner_fee": 0, "product_code": "spotify-premium-spotify-premium-6", "sales_price": 300000, "serial_number": "1234567890", "status": "Success", "voucher_code": "FOSVRAZQ6P9" } } }
|
Non Spotify
VIU
Product code example: viu-buy1get1
Checkout | Order Details |
---|
Request payload: { "data": { "type": "order", "id": "testorder135", "attributes": { "product_code": "viu-buy1get1", "client_number": "" } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder135
|
Response payload: { "data": { "type": "order", "id": "testorder135", "attributes": { "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "viu-buy1get1", "sales_price": 31000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder135", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-08T03:39:15Z", "fulfillment_result": [ { "name": "Harga", "value": "Rp 31.000" }, { "name": "Kode Voucher", "value": "77HL7ABC" } ], "partner_fee": 0, "product_code": "viu-buy1get1", "sales_price": 31000, "serial_number": "", "status": "Success", "voucher_code": "77HL7ABC" } } }
|
BIGO LIVE
Product code example: bigo-live-10-diamonds
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "id": "907111111", "attributes": { "client_number": "907111111", "product_code": "bigo-live-10-diamonds" } } }
| Request payload: { "data": { "type": "order", "id": "testOrder192", "attributes": { "product_code": "bigo-live-10-diamonds", "client_number": "907111111", "amount": 3520 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder192
|
Response payload: { "data": { "type": "inquiry", "id": "907111111", "attributes": { "admin_fee": 0, "base_price": 3520, "client_name": "", "client_number": "907111111", "fields": null, "inquiry_result": [ { "name": "Jenis Layanan", "value": "10 Diamonds" }, { "name": "User ID", "value": "907111111" }, { "name": "Username", "value": "TOKOPEDIA USER" }, { "name": "Harga", "value": "Rp3.520" } ], "meter_id": "", "product_code": "bigo-live-10-diamonds", "sales_price": 3520 } } }
| Response payload: { "data": { "type": "order", "id": "testOrder192", "attributes": { "client_number": "907111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 500, "product_code": "bigo-live-10-diamonds", "sales_price": 3520, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testOrder192", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "907111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-07-24T07:33:05Z", "fulfillment_result": [ { "name": "Harga", "value": "Rp3.520" }, { "name": "Kode Voucher", "value": "1376111111" } ], "partner_fee": 500, "product_code": "bigo-live-10-diamonds", "sales_price": 3520, "serial_number": "", "status": "Success", "voucher_code": "1376111111" } } }
|
Belajar
Voucher Code
Product code example:
Checkout | Order Details |
---|
Request payload: { "data": { "type": "order", "id": "testorder138", "attributes": { "product_code": "tech-in-asia-edu-4", "client_number": "" } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder138
|
Response payload: { "data": { "type": "order", "id": "testorder138", "attributes": { "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "tech-in-asia-edu-4", "sales_price": 100000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder138", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-08T04:04:16Z", "fulfillment_result": [ { "name": "Harga", "value": "Rp 100.000" }, { "name": "Kode Voucher", "value": "lteu-olow-rujk" } ], "partner_fee": 0, "product_code": "tech-in-asia-edu-4", "sales_price": 100000, "serial_number": "", "status": "Success", "voucher_code": "lteu-olow-rujk" } } }
|
Voucher Link
Product code example: sony-sugema-college-2
Checkout | Order Details |
---|
Request payload: { "data": { "type": "order", "id": "testorder137", "attributes": { "product_code": "sony-sugema-college-2", "client_number": "" } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder137
|
Response payload: { "data": { "type": "order", "id": "testorder137", "attributes": { "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "sony-sugema-college-2", "sales_price": 50000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder137", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "fulfillment_result": null, "partner_fee": 0, "product_code": "sony-sugema-college-2", "sales_price": 50000, "serial_number": "", "status": "Pending", "voucher_code": "" } } }
|
TV Kabel & Internet
Type: Dynamic (Old Version)
Product code example: firstmedia
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "firstmedia", "client_number": "11122111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder140", "attributes": { "product_code": "firstmedia", "client_number": "11122111", "amount": 100000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder140
|
Response payload: { "data": { "type": "inquiry", "id": "11122111", "attributes": { "admin_fee": 0, "base_price": 100000, "client_name": "Tok****** Us**", "client_number": "11122111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "Tok****** Us**" }, { "name": "Nomor Pelanggan", "value": "11122111" }, { "name": "Total Bayar", "value": "Rp 100000" } ], "meter_id": "", "product_code": "firstmedia", "sales_price": 100000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder140", "attributes": { "client_number": "11122111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "firstmedia", "sales_price": 100000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder140", "attributes": { "admin_fee": 0, "client_name": "Tokopedia User", "client_number": "11122111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-08T04:26:31Z", "fulfillment_result": [ { "name": "Nomor Referensi", "value": "112233445" }, { "name": "Nama Pelanggan", "value": "Tokopedia User" }, { "name": "Nomor Pelanggan", "value": "11122111" }, { "name": "Total Tagihan", "value": "Rp 100000" }, { "name": "Total Bayar", "value": "Rp 100000" } ], "partner_fee": 0, "product_code": "firstmedia", "sales_price": 100000, "serial_number": "112233445", "status": "Success", "voucher_code": "" } } }
|
My Republic
Product code example: myrepublic
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "myrepublic", "client_number": "102111016111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder141", "attributes": { "product_code": "myrepublic", "client_number": "102111016111", "amount": 101000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder141
|
Response payload: { "data": { "type": "inquiry", "id": "102111016111", "attributes": { "admin_fee": 1000, "base_price": 100000, "client_name": "Tok****** Us**", "client_number": "102111016111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "Tok****** Us**" }, { "name": "Nomor Pelanggan", "value": "102111016111" }, { "name": "Jenis Pembayaran", "value": "MyRepublic" }, { "name": "Total Bayar", "value": "Rp 100000" }, { "name": "Biaya Admin", "value": "Rp 1000" }, { "name": "Tagihan", "value": "Rp 101000" } ], "meter_id": "", "product_code": "myrepublic", "sales_price": 101000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder141", "attributes": { "client_number": "102111016111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "myrepublic", "sales_price": 101000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder141", "attributes": { "admin_fee": 0, "client_name": "Tok****** Us**", "client_number": "102111016111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-08T04:30:28Z", "fulfillment_result": [ { "name": "Nomor Referensi", "value": "112233445" }, { "name": "Nomor Pelanggan", "value": "102111016111" }, { "name": "Nama", "value": "Tok****** Us**" }, { "name": "Jenis Pembayaran", "value": "MyRepublic" }, { "name": "Total Tagihan", "value": "Rp 101000" }, { "name": "Total Bayar", "value": "Rp 101000" } ], "partner_fee": 1000, "product_code": "myrepublic", "sales_price": 101000, "serial_number": "112233445", "status": "Success", "voucher_code": "" } } }
|
Speedy Indihome
Product code example: speedy-indihome
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "speedy-indihome", "client_number": "143410111111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder142", "attributes": { "product_code": "speedy-indihome", "client_number": "143410111111", "amount": 3500 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder142
|
Response payload: { "data": { "type": "inquiry", "id": "143410111111", "attributes": { "admin_fee": 2500, "base_price": 1000, "client_name": "Tokop**** Us** Def****", "client_number": "143410111111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "Tokop**** Us** Def****" }, { "name": "Nomor Pelanggan", "value": "143410111111" }, { "name": "Periode Bayar", "value": "Maret 2022" }, { "name": "Total Bayar", "value": "Rp 3.500" }, { "name": "Biaya Admin", "value": "Rp 2.500" }, { "name": "Tagihan", "value": "Rp 1.000" }, { "name": "Nilai", "value": "Rp 1.000" }, { "name": "Jumlah Tagihan", "value": "1" } ], "meter_id": "", "product_code": "speedy-indihome", "sales_price": 3500 } } }
| Response payload: { "data": { "type": "order", "id": "testorder142", "attributes": { "client_number": "143410111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 2000, "product_code": "speedy-indihome", "sales_price": 3500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder142", "attributes": { "admin_fee": 2500, "client_name": "Tokopedia User Default", "client_number": "143410111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-08T04:40:04Z", "fulfillment_result": [ { "name": "Nomor Referensi", "value": "174298636" }, { "name": "Nama Pelanggan", "value": "Tokopedia User Default" }, { "name": "Nomor Pelanggan", "value": "143410111111" }, { "name": "Jumlah Tagihan", "value": "1" }, { "name": "Periode Bayar", "value": "Maret 2022" }, { "name": "Total Tagihan", "value": "Rp 1.000" }, { "name": "Biaya Admin", "value": "Rp 2.500" }, { "name": "Total Bayar", "value": "Rp 3.500" } ], "partner_fee": 2000, "product_code": "speedy-indihome", "sales_price": 3500, "serial_number": "174298636", "status": "Success", "voucher_code": "" } } }
|
MNC Play
Product code example: mnc-play
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "mnc-play", "client_number": "1000241111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder143", "attributes": { "product_code": "mnc-play", "client_number": "1000241111", "amount": 100000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder143
|
Response payload: { "data": { "type": "inquiry", "id": "1000241111", "attributes": { "admin_fee": 0, "base_price": 100000, "client_name": "Toko***** Us**", "client_number": "1000241111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "Toko***** Us**" }, { "name": "Nomor Pelanggan", "value": "1000241111" }, { "name": "Total Bayar", "value": "Rp 100000" }, { "name": "Biaya Admin", "value": "Rp 0" }, { "name": "Tagihan", "value": "Rp 100000" } ], "meter_id": "", "product_code": "mnc-play", "sales_price": 100000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder143", "attributes": { "client_number": "1000241111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "mnc-play", "sales_price": 100000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder143", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "1000241111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-08T04:44:29Z", "fulfillment_result": [ { "name": "Nomor Referensi", "value": "112233445" }, { "name": "Nomor Pelanggan", "value": "1000241111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Total Tagihan", "value": "Rp 100000" }, { "name": "Total Bayar", "value": "Rp 100000" } ], "partner_fee": 0, "product_code": "mnc-play", "sales_price": 100000, "serial_number": "112233445", "status": "Success", "voucher_code": "" } } }
|
MNC Vision
Product code example: mnc-vision
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "mnc-vision", "client_number": "40100628111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder144", "attributes": { "product_code": "mnc-vision", "client_number": "40100628111", "amount": 100000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder144
|
Response payload: { "data": { "type": "inquiry", "id": "40100628111", "attributes": { "admin_fee": 0, "base_price": 100000, "client_name": "Toko***** Us**", "client_number": "40100628111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "Toko***** Us**" }, { "name": "Nomor Pelanggan", "value": "40100628111" }, { "name": "Total Bayar", "value": "Rp 100000" }, { "name": "Periode Bayar", "value": "18112022-17122022" }, { "name": "Biaya Admin", "value": "Rp 0" }, { "name": "Tagihan", "value": "Rp 100000" } ], "meter_id": "", "product_code": "mnc-vision", "sales_price": 100000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder144", "attributes": { "client_number": "40100628111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "mnc-vision", "sales_price": 100000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder144", "attributes": { "admin_fee": 0, "client_name": "Tokopedia User", "client_number": "40100628111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-08T04:48:30Z", "fulfillment_result": [ { "name": "Nomor Referensi", "value": "112233445" }, { "name": "Nomor Pelanggan", "value": "40100628111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Total Tagihan", "value": "Rp 100000" }, { "name": "Total Bayar", "value": "Rp 100000" } ], "partner_fee": 1000, "product_code": "mnc-vision", "sales_price": 100000, "serial_number": "112233445", "status": "Success", "voucher_code": "" } } }
|
K-Vision
Product code example: kvision
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "kvision", "client_number": "720412111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder145", "attributes": { "product_code": "kvision", "client_number": "720412111", "amount": 1500000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder145
|
Response payload: { "data": { "type": "inquiry", "id": "720412111", "attributes": { "admin_fee": 0, "base_price": 1500000, "client_name": "Toko***** Us**", "client_number": "720412111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "Toko***** Us**" }, { "name": "Nomor Pelanggan", "value": "720412111" }, { "name": "Total Bayar", "value": "Rp 1.500.000" }, { "name": "Biaya Admin", "value": "Rp 0" }, { "name": "Tagihan", "value": "Rp 1.500.000" }, { "name": "Saldo", "value": "Rp 7.000" }, { "name": "Minimum Beli", "value": "Rp 50.000" }, { "name": "Maksimum Beli", "value": "Rp 1.500.000" } ], "meter_id": "", "product_code": "kvision", "sales_price": 1500000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder145", "attributes": { "client_number": "720412111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 500, "product_code": "kvision", "sales_price": 1500000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder145", "attributes": { "admin_fee": 0, "client_name": "Tokopedia User", "client_number": "720412111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-08T04:51:43Z", "fulfillment_result": [ { "name": "Nomor Referensi", "value": "21050923214084291331" }, { "name": "Nomor Pelanggan", "value": "720412111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Total Tagihan", "value": "Rp 1.500.000" }, { "name": "Total Bayar", "value": "Rp 1.500.000" } ], "partner_fee": 500, "product_code": "kvision", "sales_price": 1500000, "serial_number": "21050923214084291331", "status": "Success", "voucher_code": "" } } }
|
Transvision
Product code example: transvision
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "transvision", "client_number": "11115011111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder146", "attributes": { "product_code": "transvision", "client_number": "11115011111", "amount": 471750 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder146
|
Response payload: { "data": { "type": "inquiry", "id": "11115011111", "attributes": { "admin_fee": 5000, "base_price": 466750, "client_name": "TOK***** US**", "client_number": "11115011111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "TOK***** US**" }, { "name": "Nomor Pelanggan", "value": "11115011111" }, { "name": "Total Bayar", "value": "Rp476.750" }, { "name": "Jumlah Tagihan", "value": "1" }, { "name": "Kode Area", "value": "011*" }, { "name": "Nomor Telepon", "value": "150111***" }, { "name": "Kode Divre", "value": "0*" }, { "name": "Kode Datel", "value": "000*" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Tagihan", "value": "Rp471.750" }, { "name": "Detail", "value": "211A" }, { "name": "Nilai", "value": "Rp471.750" } ], "meter_id": "", "product_code": "transvision", "sales_price": 471750 } } }
| Response payload: { "data": { "type": "order", "id": "testorder146", "attributes": { "client_number": "11115011111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "transvision", "sales_price": 471750, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder146", "attributes": { "admin_fee": 5000, "client_name": "", "client_number": "11115011111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-08T04:54:48Z", "fulfillment_result": [ { "name": "Nomor Referensi", "value": "1155662206" }, { "name": "Nama Pelanggan", "value": "TOKOPEDIA USER" }, { "name": "Nomor Pelanggan", "value": "11115011111" }, { "name": "Total Tagihan", "value": "Rp476.750" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Bayar", "value": "Rp471.750" } ], "partner_fee": 1000, "product_code": "transvision", "sales_price": 471750, "serial_number": "1155662206", "status": "Success", "voucher_code": "" } } }
|
Centrin Online
Product code example: centrin-online
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "centrin-online", "client_number": "10152111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder147", "attributes": { "product_code": "centrin-online", "client_number": "10152111", "amount": 773000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder147
|
Response payload: { "data": { "type": "inquiry", "id": "10152111", "attributes": { "admin_fee": 3000, "base_price": 770000, "client_name": "Tokop**** Us**", "client_number": "10152111", "fields": null, "inquiry_result": [ { "name": "Nomor Bill", "value": "10152111" }, { "name": "Jenis Produk", "value": "Centrin Online" }, { "name": "Jumlah Tagihan", "value": "Rp 770.000" }, { "name": "Jatuh Tempo", "value": "22-07-2021" }, { "name": "Biaya Admin", "value": "Rp 3.000" }, { "name": "Name", "value": "Tokop**** Us**" }, { "name": "Company Name", "value": "Tokopedia" }, { "name": "Address", "value": "Jakarta" }, { "name": "Billed By", "value": "Centrin Online" } ], "meter_id": "", "product_code": "centrin-online", "sales_price": 773000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder147", "attributes": { "client_number": "10152111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "centrin-online", "sales_price": 773000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder147", "attributes": { "admin_fee": 3000, "client_name": "", "client_number": "10152111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T03:08:08Z", "fulfillment_result": [ { "name": "Nomor Bill", "value": "67875619" }, { "name": "Jenis Produk", "value": "Centrin online" }, { "name": "Jumlah Tagihan", "value": "Rp 770.000" }, { "name": "Jatuh Tempo", "value": "22-07-2021" }, { "name": "Biaya Admin", "value": "Rp 3.000" } ], "partner_fee": 1000, "product_code": "centrin-online", "sales_price": 773000, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Comet Internet
Product code example: comet-internet
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "comet-internet", "client_number": "00111111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder148", "attributes": { "product_code": "comet-internet", "client_number": "00111111", "amount": 195640 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder148
|
Response payload: { "data": { "type": "inquiry", "id": "00111111", "attributes": { "admin_fee": 0, "base_price": 195640, "client_name": "TOKO***** US**", "client_number": "00111111", "fields": null, "inquiry_result": [ { "name": "Layanan", "value": "Comet Internet" }, { "name": "Nomor Pelanggan", "value": "00111111" }, { "name": "Nama Pelanggan", "value": "TOKO***** US**" }, { "name": "Periode Tagihan", "value": "Agustus 2022" }, { "name": "Total Tagihan", "value": "Rp195.640" }, { "name": "Agustus 2022", "value": "Rp195.640" } ], "meter_id": "", "product_code": "comet-internet", "sales_price": 195640 } } }
| Response payload: { "data": { "type": "order", "id": "testorder148", "attributes": { "client_number": "00111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "comet-internet", "sales_price": 195640, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder148", "attributes": { "admin_fee": 0, "client_name": "TOKO***** US**", "client_number": "00111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T03:17:49Z", "fulfillment_result": [ { "name": "Layanan", "value": "Comet Internet" }, { "name": "Nomor Pelanggan", "value": "00111111" }, { "name": "Nama Pelanggan", "value": "TOKO***** US**" }, { "name": "Periode Tagihan", "value": "Agustus 2022" }, { "name": "Total Tagihan", "value": "Rp195.640" }, { "name": "Agustus 2022", "value": "Rp195.640" } ], "partner_fee": 1000, "product_code": "comet-internet", "sales_price": 195640, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
XL Home
Product code example: xl-home
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "xl-home", "client_number": "38981111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder149", "attributes": { "product_code": "xl-home", "client_number": "38981111", "amount": 100000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder149
|
Response payload: { "data": { "type": "inquiry", "id": "38981111", "attributes": { "admin_fee": 0, "base_price": 100000, "client_name": "Tokop**** Us**", "client_number": "38981111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "Tokop**** Us**" }, { "name": "Nomor Pelanggan", "value": "38981111" }, { "name": "Total Bayar", "value": "Rp 100000" }, { "name": "Biaya Admin", "value": "Rp 0" }, { "name": "Tagihan", "value": "Rp 100000" } ], "meter_id": "", "product_code": "xl-home", "sales_price": 100000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder149", "attributes": { "client_number": "38981111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "xl-home", "sales_price": 100000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder149", "attributes": { "admin_fee": 0, "client_name": "Tokopedia User", "client_number": "38981111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T03:34:52Z", "fulfillment_result": [ { "name": "Nomor Pelanggan", "value": "38981111" }, { "name": "Nama Pelanggan", "value": "Tokopedia User" }, { "name": "Total Tagihan", "value": "Rp 100000" }, { "name": "Total Bayar", "value": "Rp 100000" } ], "partner_fee": 1000, "product_code": "xl-home", "sales_price": 100000, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
CBN
Product code example: cbn
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "cbn", "client_number": "01671111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder150", "attributes": { "product_code": "cbn", "client_number": "01671111", "amount": 100000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder150
|
Response payload: { "data": { "type": "inquiry", "id": "01671111", "attributes": { "admin_fee": 0, "base_price": 100000, "client_name": "Tokopedia User", "client_number": "01671111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "Tokopedia User" }, { "name": "Nomor Pelanggan", "value": "01671111" }, { "name": "Total Bayar", "value": "Rp 100000" }, { "name": "Biaya Admin", "value": "Rp 0" }, { "name": "Tagihan", "value": "Rp 100000" } ], "meter_id": "", "product_code": "cbn", "sales_price": 100000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder150", "attributes": { "client_number": "01671111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "cbn", "sales_price": 100000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder150", "attributes": { "admin_fee": 0, "client_name": "Tokopedia User", "client_number": "01671111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T03:38:09Z", "fulfillment_result": [ { "name": "Nomor Referensi", "value": "112233445" }, { "name": "Nomor Pelanggan", "value": "01671111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Total Tagihan", "value": "Rp 100000" }, { "name": "Total Bayar", "value": "Rp 100000" } ], "partner_fee": 1000, "product_code": "cbn", "sales_price": 100000, "serial_number": "112233445", "status": "Success", "voucher_code": "" } } }
|
Type: Unified (New Version)
Product code example: biznet-home
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "client_number": "272790111111", "product_code": "biznet-home" } } }
| Request payload: { "data": { "type": "order", "id": "testorder200", "attributes": { "product_code": "biznet-home", "client_number": "272790111111", "amount": 175000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder200
|
Response payload: { "data": { "type": "inquiry", "id": "272790111111", "attributes": { "admin_fee": 0, "base_price": 175000, "client_name": "TOKO***** US**", "client_number": "272790111111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "TOKO***** US**" }, { "name": "Nomor", "value": "272790111111" }, { "name": "Tagihan", "value": "Rp175.000" }, { "name": "Biaya Admin", "value": "Rp0" }, { "name": "Total Bayar", "value": "Rp175.000" }, { "name": "Jumlah Tagihan", "value": "" }, { "name": "Denda", "value": "" }, { "name": "Nilai Keterlambatan", "value": "" }, { "name": "Jumlah Total Tagihan", "value": "" } ], "meter_id": "", "product_code": "biznet-home", "sales_price": 175000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder200", "attributes": { "client_number": "272790111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "biznet-home", "sales_price": 175000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder200", "attributes": { "admin_fee": 0, "client_name": "TOKOPEDIA USER", "client_number": "272790111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2024-09-25T04:07:23Z", "fulfillment_result": [ { "name": "Nama Pelanggan", "value": "TOKOPEDIA USER" }, { "name": "Nomor", "value": "272790111111" }, { "name": "Total Tagihan", "value": "Rp175.000" }, { "name": "Nomor Referensi", "value": "978103865275249208" }, { "name": "Biaya Admin", "value": "Rp0" }, { "name": "Total Bayar", "value": "Rp175.000" }, { "name": "Jumlah Tagihan", "value": "" }, { "name": "Denda", "value": "" }, { "name": "Nilai Keterlambatan", "value": "" } ], "partner_fee": 0, "product_code": "biznet-home", "sales_price": 175000, "serial_number": "978103865275249208", "status": "Success", "voucher_code": "" } } }
|
Gas PGN
Product code example: pgn
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pgn", "client_number": "11111418111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder151", "attributes": { "product_code": "pgn", "client_number": "11111418111", "amount": 11200 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder151
|
Response payload: { "data": { "type": "inquiry", "id": "11111418111", "attributes": { "admin_fee": 1200, "base_price": 10000, "client_name": "Tokop**** Us**", "client_number": "11111418111", "fields": null, "inquiry_result": [ { "name": "ID Pelanggan", "value": "11111418111" }, { "name": "Nama", "value": "Tokop**** Us**" }, { "name": "Periode", "value": "17/07/2018" }, { "name": "Total Tagihan", "value": "Rp10.000" }, { "name": "Biaya Admin", "value": "Rp1.200" }, { "name": "Total Bayar", "value": "Rp11.200" } ], "meter_id": "", "product_code": "pgn", "sales_price": 11200 } } }
| Response payload: { "data": { "type": "order", "id": "testorder151", "attributes": { "client_number": "11111418111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000000, "product_code": "pgn", "sales_price": 11200, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder151", "attributes": { "admin_fee": 1200, "client_name": "Tokopedia User", "client_number": "11111418111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-08T05:03:10Z", "fulfillment_result": [ { "name": "Nomor Pelanggan", "value": "11111418111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Periode", "value": "17/07/2018" }, { "name": "Stand Awal", "value": "760" }, { "name": "Stand Akhir", "value": "769" }, { "name": "Volume Pemakaian", "value": "9" }, { "name": "Kode Reff", "value": "" }, { "name": "No Resi", "value": "TOKPEDREFGAS" }, { "name": "Total Tagihan", "value": "Rp 10.000" }, { "name": "Biaya Admin", "value": "Rp1.200" }, { "name": "Total Bayar", "value": "Rp11.200" } ], "partner_fee": 1000000, "product_code": "pgn", "sales_price": 11200, "serial_number": "TOKPEDREFGAS", "status": "Success", "voucher_code": "" } } }
|
BPJS
BPJS Kesehatan
Product code example: bpjs-kesehatan-iuran-1month
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "bpjs-kesehatan-iuran-1month", "client_number": "099994301115" } } }
| Request payload: { "data": { "type": "order", "id": "testorder152", "attributes": { "product_code": "bpjs-kesehatan-iuran-1month", "client_number": "099994301115", "amount": 82500 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder152
|
Response payload: { "data": { "type": "inquiry", "id": "099994301115", "attributes": { "admin_fee": 2500, "base_price": 80000, "client_name": "Tokopedia User Default", "client_number": "099994301115", "fields": null, "inquiry_result": [ { "name": "No. VA Kepala Keluarga", "value": "099994301115" }, { "name": "No. VA", "value": "099994301115" }, { "name": "Nama", "value": "Tokopedia User Default" }, { "name": "Total Bayar", "value": "Rp 82.500" }, { "name": "Jumlah Anggota Keluarga", "value": "1 orang" }, { "name": "Jumlah Periode Pembayaran", "value": "1 bulan" }, { "name": "Biaya Iuran", "value": "Rp 80.000" }, { "name": "Biaya Admin", "value": "Rp 2.500" } ], "meter_id": "", "product_code": "bpjs-kesehatan-iuran-1month", "sales_price": 82500 } } }
| Response payload: { "data": { "type": "order", "id": "testorder152", "attributes": { "client_number": "099994301115", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "bpjs-kesehatan-iuran-1month", "sales_price": 82500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder152", "attributes": { "admin_fee": 2500, "client_name": "Tokopedia User", "client_number": "099994301115", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T03:35:05Z", "fulfillment_result": [ { "name": "Nomor Referensi", "value": "MJ999999" }, { "name": "Tanggal Lunas", "value": "2022-12-15 10-13-40" }, { "name": "No. VA Keluarga", "value": "099994301115" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Jml. Keluarga", "value": "1" }, { "name": "Periode", "value": "1 bulan" }, { "name": "Nama Cabang", "value": "Tokopedia" }, { "name": "Premi", "value": "Rp 80.000" }, { "name": "Biaya Admin", "value": "Rp 2.500" }, { "name": "Total Bayar", "value": "Rp 82.500" } ], "partner_fee": 1000, "product_code": "bpjs-kesehatan-iuran-1month", "sales_price": 82500, "serial_number": "MJ999999", "status": "Success", "voucher_code": "" } } }
|
BPJS Ketenagakerjaan
Product code example: bpjs-ketenagakerjaan-iuran-1month
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "bpjs-ketenagakerjaan-iuran-1month", "client_number": "099994301111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder153", "attributes": { "product_code": "bpjs-ketenagakerjaan-iuran-1month", "client_number": "099994301111", "amount": 40300 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder153
|
Response payload: { "data": { "type": "inquiry", "id": "099994301111", "attributes": { "admin_fee": 3500, "base_price": 36800, "client_name": "Tokop**** Us**", "client_number": "099994301111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "Tokopedia User" }, { "name": "Nomor Kepesertaan", "value": "099994301111" }, { "name": "Periode", "value": "1 bulan" }, { "name": "Total Bayar", "value": "Rp 40.300" }, { "name": "Kantor Cabang", "value": "PULAU LAUT KOTABARU(KCP)" }, { "name": "JKK", "value": "Rp 10.000" }, { "name": "JKM", "value": "Rp 6.800" }, { "name": "JHT", "value": "Rp 20.000" }, { "name": "Biaya Admin", "value": "Rp 3.500" } ], "meter_id": "", "product_code": "bpjs-ketenagakerjaan-iuran-1month", "sales_price": 40300 } } }
| Response payload: { "data": { "type": "order", "id": "testorder153", "attributes": { "client_number": "099994301111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "bpjs-ketenagakerjaan-iuran-1month", "sales_price": 40300, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder153", "attributes": { "admin_fee": 3500, "client_name": "Tokopedia User", "client_number": "099994301111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T03:46:33Z", "fulfillment_result": [ { "name": "Kode Iuran", "value": "920036640899" }, { "name": "Tanggal Lunas", "value": "27-03-2020" }, { "name": "Nomor Kepesertaan", "value": "099994301111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "JKK", "value": "Rp 10.000" }, { "name": "JKM", "value": "Rp 6.800" }, { "name": "JHT", "value": "Rp 20.000" }, { "name": "Bulan", "value": "1 bulan" }, { "name": "Total Iuran", "value": "Rp 36.800" }, { "name": "Biaya Admin", "value": "Rp 3.500" }, { "name": "Total Bayar", "value": "Rp 40.300" }, { "name": "Tanggal Efektif", "value": "10-07-2018" }, { "name": "Tanggal Berakhir", "value": "04-06-2020" }, { "name": "Kantor Cabang", "value": "PULAU LAUT KOTABARU(KCP)" } ], "partner_fee": 0, "product_code": "bpjs-ketenagakerjaan-iuran-1month", "sales_price": 40300, "serial_number": "920036640899", "status": "Success", "voucher_code": "" } } }
|
BPJS Denda
Product code example: bpjs-denda
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "bpjs-denda", "client_number": "099994301127" } } }
| Request payload: { "data": { "type": "order", "id": "testorder154", "attributes": { "product_code": "bpjs-denda", "client_number": "099994301127", "amount": 111310 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder154
|
Response payload: { "data": { "type": "inquiry", "id": "0099994301127", "attributes": { "admin_fee": 2500, "base_price": 108810, "client_name": "Tok****** Us** Def****", "client_number": "0099994301127", "fields": null, "inquiry_result": [ { "name": "Pembayaran", "value": "BPJS Denda" }, { "name": "No. Kartu Peserta", "value": "0099994301127" }, { "name": "Nama Badan Usaha", "value": "Tok******" }, { "name": "Nama Peserta", "value": "Tok****** Us** Def****" }, { "name": "Jenis Tagihan", "value": "Tagihan Awal" }, { "name": "Jumlah Tagihan Denda", "value": "Rp108.810" }, { "name": "Biaya Admin", "value": "Rp2.500" } ], "meter_id": "", "product_code": "bpjs-denda", "sales_price": 111310 } } }
| Response payload: { "data": { "type": "order", "id": "testorder154", "attributes": { "client_number": "099994301127", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "bpjs-denda", "sales_price": 111310, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder154", "attributes": { "admin_fee": 2500, "client_name": "Tokopedia User", "client_number": "099994301127", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T04:01:33Z", "fulfillment_result": [ { "name": "Nomor Referensi", "value": "ABC25E1DF26FB4680E14DDA14BA54806" }, { "name": "Kode Hit Denda", "value": "3334365" }, { "name": "Tanggal Lunas", "value": "2021-06-11 15-47-02" }, { "name": "Kode Badan Usaha", "value": "01350036" }, { "name": "Nama Peserta", "value": "Tokopedia User" }, { "name": "No. Kartu Peserta", "value": "099994301127" }, { "name": "Jumlah Tagihan Denda", "value": "Rp108.810" }, { "name": "Jenis Tagihan", "value": "Tagihan Awal" }, { "name": "Biaya Admin", "value": "Rp2.500" }, { "name": "Total Bayar", "value": "Rp111.310" } ], "partner_fee": 0, "product_code": "bpjs-denda", "sales_price": 111310, "serial_number": "ABC25E1DF26FB4680E14DDA14BA54806", "status": "Success", "voucher_code": "" } } }
|
Samsat
Type: Dynamic (Old Version)
SAMSAT JATENG
Note: If there is a penalty fee (denda), it will be accumulated in the sales_price, however the information is not displayed in order details (inquiry_result/fulfillment_result).
Product code example: samsat-jateng
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "samsat-jateng", "client_number": "136177469311111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder155", "attributes": { "product_code": "samsat-jateng", "client_number": "136177469311111", "amount": 90500 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder155
|
Response payload: { "data": { "type": "inquiry", "id": "136177469311111", "attributes": { "admin_fee": 5000, "base_price": 85500, "client_name": "Toko***** Us**", "client_number": "136177469311111", "fields": null, "inquiry_result": [ { "name": "Kode Bayar", "value": "136177469311111" }, { "name": "Atas Nama", "value": "Toko***** Us**" }, { "name": "Alamat", "value": "Jl* Pemb***** Lahu**" }, { "name": "Nomor Polisi", "value": "T 9922 KPD" }, { "name": "Jenis Kendaraan", "value": "SPM/SEPEDA MOTOR" }, { "name": "Tipe Kendaraan", "value": "GSX-R150" }, { "name": "Merek Kendaraan", "value": "SUZUKI" }, { "name": "Warna Kendaraan", "value": "BIRU" }, { "name": "Tahun Buat Kendaraan", "value": "2018" }, { "name": "Nomor Mesin", "value": "CHA9IF169422" }, { "name": "Nomor Krangka", "value": "MH8TL23ANTJK35845" }, { "name": "Tagihan", "value": "Rp 85.500" }, { "name": "Biaya Admin", "value": "Rp 5.000" } ], "meter_id": "", "product_code": "samsat-jateng", "sales_price": 90500 } } }
| Response payload: { "data": { "type": "order", "id": "testorder155", "attributes": { "client_number": "136177469311111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "samsat-jateng", "sales_price": 90500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder155", "attributes": { "admin_fee": 5000, "client_name": "Tokopedia User", "client_number": "136177469311111", "error_code": "", "error_detail": "", "fields": [ { "name": "nama", "value": "nilai" } ], "fulfilled_at": "2020-07-06T10:45:15Z", "fulfillment_result": [ { "name": "Status", "value": "Transaksi berhasil" }, { "name": "Kode Bayar", "value": "136177469311111" }, { "name": "Atas Nama", "value": "Tokopedia User" }, { "name": "NIK", "value": "3301130610680001" }, { "name": "Alamat", "value": "Jl. Pembatuan Lahung" }, { "name": "Nomor Polisi", "value": "T 9922 KPD" }, { "name": "Tipe Kendaraan", "value": "GSX-R150" }, { "name": "Merek Kendaraan", "value": "SUZUKI" }, { "name": "Nomor Mesin", "value": "CHA9IF169422" }, { "name": "Nomor Rangka", "value": "MH8TL23ANTJK35845" }, { "name": "NTB", "value": "FM0000161145041" }, { "name": "Tagihan", "value": "Rp 85.500" }, { "name": "Biaya Admin", "value": "Rp 5.000" }, { "name": "Total Bayar", "value": "Rp 90.500" } ], "partner_fee": 1300, "product_code": "samsat-jateng", "sales_price": 90500, "serial_number": "FM0000161145041", "status": "Success", "voucher_code": "" } } }
|
SAMSAT JATIM
Product code example: samsat-jatim
Note: If the billing number has JR Denda and/or Parkir Berlangganan, then we will return the fields on the order details (inquiry_result/fulfillment_result), otherwise it won't be returned.
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "samsat-jatim", "client_number": "S2111KT", "fields": [ { "name": "nik", "value": "1234567890" }, { "name": "machine_number", "value": "123456" }, { "name": "phone_number", "value": "081223344" } ] } } }
| Request payload: { "data": { "type": "order", "id": "testorder156", "attributes": { "product_code": "samsat-jatim", "client_number": "S2111KT", "amount": 215500, "fields": [ { "name": "nik", "value": "1234567890" }, { "name": "machine_number", "value": "123456" }, { "name": "phone_number", "value": "081223344" } ] } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder156
|
Response payload: { "data": { "type": "inquiry", "id": "S2111KT", "attributes": { "admin_fee": 6000, "base_price": 209500, "client_name": "TOK****** US*** ", "client_number": "S2111KT", "fields": [ { "name": "nik", "value": "1234567890" }, { "name": "machine_number", "value": "123456" }, { "name": "phone_number", "value": "081223344" } ], "inquiry_result": [ { "name": "Kode Bayar", "value": "S2111KT" }, { "name": "Atas Nama", "value": "TOK****** US*** " }, { "name": "Nomor Polisi", "value": "S2111**" }, { "name": "Jenis Kendaraan", "value": "SEPEDA MOTOR" }, { "name": "Tipe Kendaraan", "value": "NF 100D" }, { "name": "Merek Kendaraan", "value": "HONDA" }, { "name": "Warna Kendaraan", "value": "HITAM" }, { "name": "Tahun Buat Kendaraan", "value": "2002" }, { "name": "Tanggal Masa Laku", "value": "31/10/2023" }, { "name": "PKB Pokok", "value": "Rp151.500" }, { "name": "JR Pokok", "value": "Rp35.000" }, { "name": "JR Denda", "value": "Rp8.000" }, { "name": "Parkir Berlangganan", "value": "Rp15.000" }, { "name": "Nomor Mesin", "value": "KEV8E155****" }, { "name": "Tagihan", "value": "Rp209.500" }, { "name": "Biaya Admin", "value": "Rp6.000" } ], "meter_id": "", "product_code": "samsat-jatim", "sales_price": 215500 } } }
| Response payload: { "data": { "type": "order", "id": "testorder156", "attributes": { "client_number": "S2111KT", "error_code": "", "error_detail": "", "fields": [ { "name": "nik", "value": "1234567890" }, { "name": "machine_number", "value": "123456" }, { "name": "phone_number", "value": "081223344" } ], "fulfilled_at": null, "partner_fee": 0, "product_code": "samsat-jatim", "sales_price": 215500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder156", "attributes": { "admin_fee": 6000, "client_name": "", "client_number": "S2111KT", "error_code": "", "error_detail": "", "fields": [ { "name": "nik", "value": "1234567890" }, { "name": "machine_number", "value": "123456" }, { "name": "phone_number", "value": "081223344" } ], "fulfilled_at": "2022-12-15T04:18:10Z", "fulfillment_result": [ { "name": "Status", "value": "Transaksi berhasil" }, { "name": "Bukti Bayar", "value": "7433221103341111" }, { "name": "Atas name", "value": "Tokopedia User" }, { "name": "Nomor Polisi", "value": "S2111KT" }, { "name": "Jenis Kendaraan", "value": "SEPEDA MOTOR" }, { "name": "Tipe Kendaraan", "value": "NF 100D" }, { "name": "Merek Kendaraan", "value": "HONDA" }, { "name": "Warna Kendaraan", "value": "HITAM" }, { "name": "Tahun Buat Kendaraan", "value": "2002" }, { "name": "Tanggal Masa Laku", "value": "13/10/2023" }, { "name": "PKB Pokok", "value": "Rp151.500" }, { "name": "JR Pokok", "value": "Rp35.000" }, { "name": "JR Denda", "value": "Rp8.000" }, { "name": "Parkir Berlangganan", "value": "Rp15.000" }, { "name": "Nomor Mesin", "value": "KEV8E1554111" }, { "name": "Tagihan", "value": "Rp209.500" }, { "name": "Biaya Admin", "value": "Rp6.000" }, { "name": "Total Bayar", "value": "Rp215.500" } ], "partner_fee": 0, "product_code": "samsat-jatim", "sales_price": 215500, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
SAMSAT JABAR
Product code example: samsat-jabar
Note: If there is a penalty fee (denda), it will be accumulated in the sales_price, however the information is not displayed in order details (inquiry_result/fulfillment_result).
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "samsat-jabar", "client_number": "728363748726111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder157", "attributes": { "product_code": "samsat-jabar", "client_number": "728363748726111", "amount": 7626700 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder157
|
Response payload: { "data": { "type": "inquiry", "id": "728363748726111", "attributes": { "admin_fee": 5000, "base_price": 7621700, "client_name": "TOK****** US**", "client_number": "728363748726111", "fields": null, "inquiry_result": [ { "name": "Kode Bayar", "value": "728363748726111" }, { "name": "Atas Nama", "value": "TOK****** US**" }, { "name": "Alamat", "value": "TOKO***** TOW** 129**" }, { "name": "Nomor Polisi", "value": "F 6111**" }, { "name": "Jenis Kendaraan", "value": "PAJERO SPORT 2.4L DAKAR-H (4X2" }, { "name": "Tipe Kendaraan", "value": "JEEP" }, { "name": "Merek Kendaraan", "value": "MITSUBISHI" }, { "name": "Warna Kendaraan", "value": "HITAM" }, { "name": "Tahun Buat Kendaraan", "value": "2019" }, { "name": "Nomor Mesin", "value": "4N15UGG****" }, { "name": "Nomor Krangka", "value": "MK2KRWPNUKJ******" }, { "name": "PKB", "value": "Rp7.478.700" }, { "name": "Tagihan", "value": "Rp7.621.700" }, { "name": "Biaya Admin", "value": "Rp5.000" } ], "meter_id": "", "product_code": "samsat-jabar", "sales_price": 7626700 } } }
| Response payload: { "data": { "type": "order", "id": "testorder157", "attributes": { "client_number": "728363748726111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1300, "product_code": "samsat-jabar", "sales_price": 7626700, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder157", "attributes": { "admin_fee": 5000, "client_name": "TOKOPEDIA USER", "client_number": "728363748726111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T04:23:50Z", "fulfillment_result": [ { "name": "Status", "value": "Transaksi berhasil" }, { "name": "Kode Bayar", "value": "728363748726111" }, { "name": "Atas Nama", "value": "TOKOPEDIA USER" }, { "name": "Alamat", "value": "TOKOPEDIA TOWER 12950" }, { "name": "Nomor Polisi", "value": "F 6111HV" }, { "name": "Tipe Kendaraan", "value": "JEEP" }, { "name": "Merek Kendaraan", "value": "MITSUBISHI" }, { "name": "Nomor Mesin", "value": "4N15UGG7111" }, { "name": "Nomor Rangka", "value": "MK2KRWPNUKJ011111" }, { "name": "NTB", "value": "369111" }, { "name": "Tagihan", "value": "Rp7.621.700" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Bayar", "value": "Rp7.626.700" } ], "partner_fee": 1300, "product_code": "samsat-jabar", "sales_price": 7626700, "serial_number": "369111", "status": "Success", "voucher_code": "" } } }
|
SAMSAT KEP. RIAU
Product code example: samsat-kep-riau
Note: If the billing number has Denda PKB and/or Denda SWDKLLJ, then we will return the fields on the order details (inquiry_result/fulfillment_result), otherwise it won't be returned.
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "samsat-kep-riau", "client_number": "110000000071111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder158", "attributes": { "product_code": "samsat-kep-riau", "client_number": "110000000071111", "amount": 3512310 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder158
|
Response payload: { "data": { "type": "inquiry", "id": "110000000071111", "attributes": { "admin_fee": 5000, "base_price": 3507310, "client_name": "TOKO***** US**", "client_number": "110000000071111", "fields": null, "inquiry_result": [ { "name": "Atas Nama", "value": "TOKO***** US**" }, { "name": "Nomor Polisi", "value": "BP151***" }, { "name": "Tipe Kendaraan", "value": "MINIBUS" }, { "name": "Merek Kendaraan", "value": "KIA" }, { "name": "Nomor Mesin", "value": "G4FAES66****" }, { "name": "Nomor Rangka", "value": "KNADN512ME6******" }, { "name": "Masa Berlaku Pajak Lama", "value": "03 Oktober 2021" }, { "name": "Masa Berlaku Pajak Baru", "value": "03 Oktober 2023" }, { "name": "Kode Pengesahan", "value": "049999" }, { "name": "Pokok PKB", "value": "Rp3.186.310" }, { "name": "Pokok SWDKLLJ", "value": "Rp286.000" }, { "name": "Denda SWDKLLJ", "value": "Rp35.000" }, { "name": "Tagihan", "value": "Rp3.507.310" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Tagihan", "value": "Rp3.512.310" } ], "meter_id": "", "product_code": "samsat-kep-riau", "sales_price": 3512310 } } }
| Response payload: { "data": { "type": "order", "id": "testorder158", "attributes": { "client_number": "110000000071111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1700, "product_code": "samsat-kep-riau", "sales_price": 3512310, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder158", "attributes": { "admin_fee": 5000, "client_name": "TOKOPEDIA USER", "client_number": "110000000071111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T04:29:47Z", "fulfillment_result": [ { "name": "Status", "value": "Transaksi berhasil" }, { "name": "Kode Bayar", "value": "110000000071111" }, { "name": "Atas Nama", "value": "TOKOPEDIA USER" }, { "name": "Nomor Polisi", "value": "BP1511EH" }, { "name": "Tipe Kendaraan", "value": "MINIBUS" }, { "name": "Merek Kendaraan", "value": "KIA" }, { "name": "Nomor Mesin", "value": "G4FAES661111" }, { "name": "Nomor Rangka", "value": "KNADN512ME6931111" }, { "name": "Masa Berlaku Pajak Lama", "value": "03 Oktober 2021" }, { "name": "Masa Berlaku Pajak Baru", "value": "03 Oktober 2023" }, { "name": "Kode Pengesahan", "value": "049999" }, { "name": "Pokok PKB", "value": "Rp3.186.310" }, { "name": "Pokok SWDKLLJ", "value": "Rp286.000" }, { "name": "Denda SWDKLLJ", "value": "Rp35.000" }, { "name": "Tagihan", "value": "Rp3.507.310" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Tagihan", "value": "Rp3.512.310" } ], "partner_fee": 1700, "product_code": "samsat-kep-riau", "sales_price": 3512310, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
SAMSAT KALTARA
Product code example: samsat-kaltara
Note: If the billing number has Denda PKB and/or Denda SWDKLLJ, then we will return the fields on the order details (inquiry_result/fulfillment_result), otherwise it won't be returned.
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "samsat-kaltara", "client_number": "076516952306141111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder159", "attributes": { "product_code": "samsat-kaltara", "client_number": "076516952306141111", "amount": 280000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder159
|
Response payload: { "data": { "type": "inquiry", "id": "076516952306141111", "attributes": { "admin_fee": 4000, "base_price": 276000, "client_name": "TOKO***** US***", "client_number": "076516952306141111", "fields": null, "inquiry_result": [ { "name": "Atas Nama", "value": "TOKO***** US***" }, { "name": "Nomor Polisi", "value": "KU-3111***" }, { "name": "Tipe Kendaraan", "value": "D1B02N12L2 AT" }, { "name": "Merek Kendaraan", "value": "HONDA" }, { "name": "Nomor Mesin", "value": "JM21E241****" }, { "name": "Nomor Rangka", "value": "MH1JM2129KK******" }, { "name": "Masa Berlaku Pajak Baru", "value": "30102023" }, { "name": "Kode Stan", "value": "047111" }, { "name": "Pokok PKB", "value": "Rp183.000" }, { "name": "Denda PKB", "value": "Rp50.000" }, { "name": "Pokok SWDKLLJ", "value": "Rp35.000" }, { "name": "Denda SWDKLLJ", "value": "Rp8.000" }, { "name": "Tagihan", "value": "Rp276.000" }, { "name": "Biaya Admin", "value": "Rp4.000" }, { "name": "Total Tagihan", "value": "Rp280.000" } ], "meter_id": "", "product_code": "samsat-kaltara", "sales_price": 280000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder159", "attributes": { "client_number": "076516952306141111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1500, "product_code": "samsat-kaltara", "sales_price": 280000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder159", "attributes": { "admin_fee": 4000, "client_name": "TOKOPEDIA USER", "client_number": "076516952306141111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T04:33:45Z", "fulfillment_result": [ { "name": "Status", "value": "Transaksi berhasil" }, { "name": "Kode Bayar", "value": "076516952306141111" }, { "name": "Atas Nama", "value": "TOKOPEDIA USER" }, { "name": "Nomor Polisi", "value": "KU-3111-HK" }, { "name": "Tipe Kendaraan", "value": "D1B02N12L2 AT" }, { "name": "Merek Kendaraan", "value": "HONDA" }, { "name": "Nomor Mesin", "value": "JM21E2411111" }, { "name": "Nomor Rangka", "value": "MH1JM2129KK431111" }, { "name": "Masa Berlaku Pajak Baru", "value": "30102023" }, { "name": "Pokok PKB", "value": "Rp183.000" }, { "name": "Denda PKB", "value": "Rp50.000" }, { "name": "Pokok SWDKLLJ", "value": "Rp35.000" }, { "name": "Denda SWDKLLJ", "value": "Rp8.000" }, { "name": "Tagihan", "value": "Rp276.000" }, { "name": "Biaya Admin", "value": "Rp4.000" }, { "name": "Total Tagihan", "value": "Rp280.000" } ], "partner_fee": 1500, "product_code": "samsat-kaltara", "sales_price": 280000, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
SAMSAT KALTIM
Product code example: samsat-kaltim
Note: If there is a penalty fee (denda), it will be accumulated in the sales_price, however the information is not displayed in order details (inquiry_result/fulfillment_result).
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "samsat-kaltim", "client_number": "KT7111Z" } } }
| Request payload: { "data": { "type": "order", "id": "testorder160", "attributes": { "product_code": "samsat-kaltim", "client_number": "KT7111Z", "amount": 835000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder160
|
Response payload: { "data": { "type": "inquiry", "id": "KT7111Z", "attributes": { "admin_fee": 5000, "base_price": 830000, "client_name": "TOKO***** US**", "client_number": "KT7111Z", "fields": null, "inquiry_result": [ { "name": "Kode Bayar", "value": "KT7111Z" }, { "name": "Atas Nama", "value": "TOKO***** US**" }, { "name": "Alamat", "value": "TOKO***** TOW** 129**" }, { "name": "Nomor Polisi", "value": "KT711**" }, { "name": "Tipe Kendaraan", "value": "2DP-R A/T" }, { "name": "Merek Kendaraan", "value": "YAMAHA" }, { "name": "Tahun Buat Kendaraan", "value": "2019" }, { "name": "Milik Ke", "value": "1" }, { "name": "Masa Pajak", "value": "29/11/2021" }, { "name": "Nomor Mesin", "value": "G3E4E181****" }, { "name": "Nomor Krangka", "value": "MH3SG3190KK******" }, { "name": "Tagihan", "value": "Rp830.000" }, { "name": "Biaya Admin", "value": "Rp5.000" } ], "meter_id": "", "product_code": "samsat-kaltim", "sales_price": 835000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder160", "attributes": { "client_number": "KT7111Z", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "samsat-kaltim", "sales_price": 835000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder160", "attributes": { "admin_fee": 5000, "client_name": "TOKOPEDIA USER", "client_number": "KT7111Z", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T04:38:33Z", "fulfillment_result": [ { "name": "Status", "value": "Transaksi berhasil" }, { "name": "Nomor Referensi", "value": "20221109077655000000000001122334" }, { "name": "Atas Nama", "value": "TOKOPEDIA USER" }, { "name": "Alamat", "value": "TOKOPEDIA TOWER 12950" }, { "name": "Nomor Polisi", "value": "KT7111Z" }, { "name": "Tipe Kendaraan", "value": "2DP-R A/T" }, { "name": "Merek Kendaraan", "value": "YAMAHA" }, { "name": "Tahun Buat Kendaraan", "value": "2019" }, { "name": "Milik Ke", "value": "1" }, { "name": "Masa Pajak", "value": "29/11/2021" }, { "name": "Nomor Mesin", "value": "G3E4E1811111" }, { "name": "Nomor Krangka", "value": "MH3SG3190KK111111" }, { "name": "Tagihan", "value": "Rp830.000" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Bayar", "value": "Rp835.000" } ], "partner_fee": 0, "product_code": "samsat-kaltim", "sales_price": 835000, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
SAMSAT SUMUT
Product code example: samsat-sumut
Note: If there is a penalty fee (denda), it will be accumulated in the sales_price, however the information is not displayed in order details (inquiry_result/fulfillment_result).
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "samsat-sumut", "client_number": "9001010000041111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder161", "attributes": { "product_code": "samsat-sumut", "client_number": "9001010000041111", "amount": 229000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder161
|
Response payload: { "data": { "type": "inquiry", "id": "9001010000041111", "attributes": { "admin_fee": 5000, "base_price": 224000, "client_name": "TOKO***** US**", "client_number": "9001010000041111", "fields": null, "inquiry_result": [ { "name": "Nama Layanan", "value": "Samsat SUMUT" }, { "name": "Kode Bayar", "value": "9001010000041111" }, { "name": "Atas Nama", "value": "TOKO***** US**" }, { "name": "NIK", "value": "****************" }, { "name": "Alamat", "value": "TOKO***** TOW**" }, { "name": "Nomor Polisi", "value": "BK8888***" }, { "name": "Warna Plat", "value": "" }, { "name": "Jenis Kendaraan", "value": "D1B02N26L2 A/T" }, { "name": "Tipe Kendaraan", "value": "" }, { "name": "Merek Kendaraan", "value": "HONDA" }, { "name": "Tahun Produksi Kendaraan", "value": "2019" }, { "name": "Nomor Mesin", "value": "JFZ2E172****" }, { "name": "Nomor Rangka", "value": "MH1JFZ218KK******" }, { "name": "Kepemilikan ke", "value": "1" }, { "name": "Masa Berlaku Pajak", "value": "20241120" }, { "name": "Tagihan Pokok", "value": "Rp224.000" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Bayar", "value": "Rp229.000" } ], "meter_id": "", "product_code": "samsat-sumut", "sales_price": 229000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder161", "attributes": { "client_number": "9001010000041111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 900, "product_code": "samsat-sumut", "sales_price": 229000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder161", "attributes": { "admin_fee": 5000, "client_name": "TOKOPEDIA USER", "client_number": "9001010000041111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T04:44:24Z", "fulfillment_result": [ { "name": "Status", "value": "Transaksi berhasil" }, { "name": "Kode Bayar", "value": "9001010000041111" }, { "name": "Atas Nama", "value": "TOKOPEDIA USER" }, { "name": "NIK", "value": "****************" }, { "name": "Warna Plat", "value": "" }, { "name": "Kepemilikan", "value": "1" }, { "name": "Tahun Produksi Kendaraan", "value": "2019" }, { "name": "Masa Berlaku Pajak", "value": "20241120" }, { "name": "Tagihan Pokok", "value": "Rp224.000" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Bayar", "value": "Rp229.000" } ], "partner_fee": 900, "product_code": "samsat-sumut", "sales_price": 229000, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
SAMSAT SULUT
Product code example: samsat-sulut
Note: If the billing number has Denda PKB and/or Denda SWDKLLJ, then we will return the fields on the order details (inquiry_result/fulfillment_result), otherwise it won't be returned.
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "samsat-sulut", "client_number": "01141111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder162", "attributes": { "product_code": "samsat-sulut", "client_number": "1362800", "amount": 229000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder162
|
Response payload: { "data": { "type": "inquiry", "id": "01141111", "attributes": { "admin_fee": 5000, "base_price": 1357800, "client_name": "TOKO***** US**", "client_number": "01141111", "fields": null, "inquiry_result": [ { "name": "Atas Nama", "value": "TOKO***** US**" }, { "name": "Nomor Polisi", "value": "DB666***" }, { "name": "Tipe Kendaraan", "value": "PICK UP" }, { "name": "Merek Kendaraan", "value": "DAIHATSU" }, { "name": "Kode Pengesahan", "value": "977777" }, { "name": "Pokok PKB", "value": "Rp1.171.800" }, { "name": "Denda PKB", "value": "Rp8.000" }, { "name": "Pokok SWDKLLJ", "value": "Rp143.000" }, { "name": "Denda SWDKLLJ", "value": "Rp35.000" }, { "name": "Tagihan", "value": "Rp1.357.800" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Tagihan", "value": "Rp1.362.800" } ], "meter_id": "", "product_code": "samsat-sulut", "sales_price": 1362800 } } }
| Response payload: { "data": { "type": "order", "id": "testorder162", "attributes": { "client_number": "01141111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "samsat-sulut", "sales_price": 1362800, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder162", "attributes": { "admin_fee": 5000, "client_name": "TOKOPEDIA USER", "client_number": "01141111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T04:50:54Z", "fulfillment_result": [ { "name": "Status", "value": "Transaksi berhasil" }, { "name": "Kode Bayar", "value": "01141111" }, { "name": "Atas Nama", "value": "TOKOPEDIA USER" }, { "name": "Nomor Polisi", "value": "DB6666AQ" }, { "name": "Tipe Kendaraan", "value": "PICK UP" }, { "name": "Merek Kendaraan", "value": "DAIHATSU" }, { "name": "Kode Pengesahan", "value": "977777" }, { "name": "Pokok PKB", "value": "Rp1.171.800" }, { "name": "Denda PKB", "value": "Rp8.000" }, { "name": "Pokok SWDKLLJ", "value": "Rp143.000" }, { "name": "Denda SWDKLLJ", "value": "Rp35.000" }, { "name": "Tagihan", "value": "Rp1.357.800" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Tagihan", "value": "Rp1.362.800" } ], "partner_fee": 1000, "product_code": "samsat-sulut", "sales_price": 1362800, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
SAMSAT SULSEL
Product code example: samsat-sulsel
Note: If there is a penalty fee (denda), it will be accumulated in the sales_price, however the information is not displayed in order details (inquiry_result/fulfillment_result).
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "samsat-sulsel", "client_number": "1429011111111111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder163", "attributes": { "product_code": "samsat-sulsel", "client_number": "1429011111111111", "amount": 2451170 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder163
|
Response payload: { "data": { "type": "inquiry", "id": "1429011111111111", "attributes": { "admin_fee": 3000, "base_price": 2448170, "client_name": "TOKO***** US**", "client_number": "1429011111111111", "fields": null, "inquiry_result": [ { "name": "Atas Nama", "value": "TOKO***** US**" }, { "name": "Nomor Polisi", "value": "DD444***" }, { "name": "Tipe Kendaraan", "value": "COROLLA 1600 LIFT BACK AE 92" }, { "name": "Merek Kendaraan", "value": "TOYOTA" }, { "name": "Nomor Rangka", "value": "AE92111****" }, { "name": "Masa Berlaku Pajak Lama", "value": "15 November 2022" }, { "name": "Kode Pengesahan", "value": "421559511111" }, { "name": "Pokok PKB", "value": "Rp1.568.250" }, { "name": "Denda PKB", "value": "Rp250.920" }, { "name": "Pokok SWDKLLJ", "value": "Rp429.000" }, { "name": "Denda SWDKLLJ", "value": "Rp200.000" }, { "name": "Tagihan", "value": "Rp2.448.170" }, { "name": "Biaya Admin", "value": "Rp3.000" }, { "name": "Total Tagihan", "value": "Rp2.451.170" } ], "meter_id": "", "product_code": "samsat-sulsel", "sales_price": 2451170 } } }
| Response payload: { "data": { "type": "order", "id": "testorder163", "attributes": { "client_number": "1429011111111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1200, "product_code": "samsat-sulsel", "sales_price": 2451170, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder163", "attributes": { "admin_fee": 3000, "client_name": "TOKOPEDIA USER", "client_number": "1429011111111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T04:55:01Z", "fulfillment_result": [ { "name": "Status", "value": "Transaksi berhasil" }, { "name": "Kode Bayar", "value": "1429011111111111" }, { "name": "Atas Nama", "value": "TOKOPEDIA USER" }, { "name": "Nomor Polisi", "value": "DD4444KL" }, { "name": "Tipe Kendaraan", "value": "COROLLA 1600 LIFT BACK AE 92" }, { "name": "Merek Kendaraan", "value": "TOYOTA" }, { "name": "Nomor Mesin", "value": "JFL1E1111111" }, { "name": "Nomor Rangka", "value": "AE921111111" }, { "name": "Masa Berlaku Pajak Lama", "value": "15 November 2022" }, { "name": "Masa Berlaku Pajak Baru", "value": "04 November 2023" }, { "name": "Kode Pengesahan", "value": "421559511111" }, { "name": "Tagihan", "value": "Rp2.448.170" }, { "name": "Biaya Admin", "value": "Rp3.000" }, { "name": "Total Tagihan", "value": "Rp2.451.170" } ], "partner_fee": 1200, "product_code": "samsat-sulsel", "sales_price": 2451170, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Type: Unified (New Version)
SAMSAT All Province - Unified Response (Except JATIM)
Product code example: samsat-jateng-new
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "samsat-jateng-new", "client_number": "0111420211111111" } } }
| Request payload: { "data": { "type": "order", "id": "testOrder189", "attributes": { "product_code": "samsat-jateng-new", "client_number": "0111420211111111", "amount": 90500 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder189
|
Response payload: { "data": { "type": "inquiry", "id": "0111420202111111", "attributes": { "admin_fee": 5000, "base_price": 85500, "client_name": "Toko***** Us**", "client_number": "0111420211111111", "fields": null, "inquiry_result": [ { "name": "Kode Bayar", "value": "0111420211111111" }, { "name": "Atas Nama", "value": "Toko***** Us**" }, { "name": "Alamat", "value": "Jl* Pemb***** Lahu**" }, { "name": "Nomor Polisi", "value": "T 9999 KPD" }, { "name": "Jenis Kendaraan", "value": "SPM/SEPEDA MOTOR" }, { "name": "Tipe Kendaraan", "value": "GSX-R150" }, { "name": "Merek Kendaraan", "value": "SUZUKI" }, { "name": "Warna Kendaraan", "value": "HITAM" }, { "name": "Tahun Buat Kendaraan", "value": "2020" }, { "name": "Nomor Mesin", "value": "CHA9IF111111" }, { "name": "Nomor Rangka", "value": "MH8TL23ANTJK11111" }, { "name": "Tagihan", "value": "85500" }, { "name": "Biaya Admin", "value": "5000" }, { "name": "Pokok PKB", "value": "" }, { "name": "Total Bayar", "value": "" }, { "name": "Denda PKB", "value": "" }, { "name": "JR Pokok", "value": "" }, { "name": "JR Denda", "value": "" }, { "name": "NIK", "value": "" }, { "name": "Parkir Berlangganan", "value": "" }, { "name": "Tanggal Masa Laku", "value": "" }, { "name": "Masa Berlaku Pajak Lama", "value": "" }, { "name": "Masa Berlaku Pajak Baru", "value": "" }, { "name": "Kode Pengesahan", "value": "" }, { "name": "Total Tagihan", "value": "" }, { "name": "Pokok SWDKLLJ", "value": "" }, { "name": "Denda SWDKLLJ", "value": "" }, { "name": "Kode Stan", "value": "" }, { "name": "Milik Ke", "value": "" }, { "name": "Masa Pajak", "value": "" }, { "name": "Nama Layanan", "value": "" }, { "name": "Warna Plat", "value": "" }, { "name": "Masa Berlaku Pajak", "value": "" }, { "name": "Tagihan Pokok", "value": "" } ], "meter_id": "", "product_code": "samsat-jateng-new", "sales_price": 90500 } } }
| Response payload: { "data": { "type": "order", "id": "testOrder189", "attributes": { "client_number": "0111420211111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "samsat-jateng-new", "sales_price": 90500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testOrder189", "attributes": { "admin_fee": 5000, "client_name": "Tokopedia User", "client_number": "0111420211111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-03-24T09:00:25Z", "fulfillment_result": [ { "name": "Kode Bayar", "value": "0111420211111111" }, { "name": "Atas Nama", "value": "Tokopedia User" }, { "name": "Alamat", "value": "Jl. Pembatuan Lahung" }, { "name": "Nomor Polisi", "value": "T 9999 KPD" }, { "name": "Jenis Kendaraan", "value": "SPM/SEPEDA MOTOR" }, { "name": "Tipe Kendaraan", "value": "GSX-R150" }, { "name": "Merek Kendaraan", "value": "SUZUKI" }, { "name": "Warna Kendaraan", "value": "HITAM" }, { "name": "Tahun Buat Kendaraan", "value": "2020" }, { "name": "Nomor Mesin", "value": "CHA9IF111111" }, { "name": "Nomor Rangka", "value": "MH8TL23ANTJK11111" }, { "name": "Tagihan", "value": "85500" }, { "name": "Biaya Admin", "value": "5000" }, { "name": "Pokok PKB", "value": "" }, { "name": "Total Bayar", "value": "90500" }, { "name": "Denda PKB", "value": "" }, { "name": "JR Pokok", "value": "" }, { "name": "JR Denda", "value": "" }, { "name": "Status", "value": "" }, { "name": "NIK", "value": "3301100000000000" }, { "name": "Parkir Berlangganan", "value": "" }, { "name": "NTB", "value": "FM0000161111111" }, { "name": "Tanggal Masa Laku", "value": "" }, { "name": "Masa Berlaku Pajak Lama", "value": "" }, { "name": "Masa Berlaku Pajak Baru", "value": "" }, { "name": "Kode Pengesahan", "value": "" }, { "name": "Total Tagihan", "value": "" }, { "name": "Pokok SWDKLLJ", "value": "" }, { "name": "Denda SWDKLLJ", "value": "" }, { "name": "Milik Ke", "value": "" }, { "name": "Masa Pajak", "value": "" }, { "name": "Warna Plat", "value": "" }, { "name": "Masa Berlaku Pajak", "value": "" }, { "name": "Tagihan Pokok", "value": "" } ], "partner_fee": 1000, "product_code": "samsat-jateng-new", "sales_price": 90500, "serial_number": "FM0000161111111", "status": "Success", "voucher_code": "" } } }
|
Notes: some of the fields might be empty string due to limitation of data source from suppliers. We recommend you to hide the field shown to end user’s if the value is an empty string to avoid confusion of end users.
SAMSAT JATIM
Product code example: samsat-jatim-new
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "samsat-jatim-new", "client_number": "S2777KT", "fields": [ { "name": "nik", "value": "1234567890" }, { "name": "machine_number", "value": "123456" }, { "name": "phone_number", "value": "081223344" } ] } } }
| Request payload: { "data": { "type": "order", "id": "testOrder191", "attributes": { "product_code": "samsat-jatim-new", "client_number": "S27777KT", "amount": 215500, "fields": [ { "name": "nik", "value": "1234567890" }, { "name": "machine_number", "value": "123456" }, { "name": "phone_number", "value": "081223344" } ] } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder190
|
Response payload: { "data": { "type": "inquiry", "id": "S2777KT", "attributes": { "admin_fee": 5000, "base_price": 210500, "client_name": "Toko***** Us**", "client_number": "S2777KT", "fields": [ { "name": "nik", "value": "1234567890" }, { "name": "machine_number", "value": "123456" }, { "name": "phone_number", "value": "081223344" } ], "inquiry_result": [ { "name": "Kode Bayar", "value": "S2777KT" }, { "name": "Atas Nama", "value": "Toko***** Us**" }, { "name": "Alamat", "value": "" }, { "name": "Nomor Polisi", "value": "S777***" }, { "name": "Jenis Kendaraan", "value": "SEPEDA MOTOR" }, { "name": "Tipe Kendaraan", "value": "ACH1M21B04 AT" }, { "name": "Merek Kendaraan", "value": "HONDA" }, { "name": "Warna Kendaraan", "value": "HITAM" }, { "name": "Tahun Buat Kendaraan", "value": "2022" }, { "name": "Nomor Mesin", "value": "JFM2E174****" }, { "name": "Nomor Rangka", "value": "" }, { "name": "Tagihan", "value": "Rp210.500" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Pokok PKB", "value": "Rp180.500" }, { "name": "Total Bayar", "value": "" }, { "name": "Denda PKB", "value": "" }, { "name": "JR Pokok", "value": "Rp15.000" }, { "name": "JR Denda", "value": "" }, { "name": "NIK", "value": "" }, { "name": "Parkir Berlangganan", "value": "Rp15.000" }, { "name": "Tanggal Masa Laku", "value": "15/12/2023" }, { "name": "Masa Berlaku Pajak Lama", "value": "" }, { "name": "Masa Berlaku Pajak Baru", "value": "" }, { "name": "Kode Pengesahan", "value": "" }, { "name": "Total Tagihan", "value": "" }, { "name": "Pokok SWDKLLJ", "value": "" }, { "name": "Denda SWDKLLJ", "value": "" }, { "name": "Kode Stan", "value": "" }, { "name": "Milik Ke", "value": "" }, { "name": "Masa Pajak", "value": "" }, { "name": "Nama Layanan", "value": "" }, { "name": "Warna Plat", "value": "" }, { "name": "Masa Berlaku Pajak", "value": "" }, { "name": "Tagihan Pokok", "value": "" } ], "meter_id": "", "product_code": "samsat-jatim-new", "sales_price": 215500 } } }
| Response payload: { "data": { "type": "order", "id": "testOrder190", "attributes": { "client_number": "S27777KT", "error_code": "", "error_detail": "", "fields": [ { "name": "nik", "value": "1234567890" }, { "name": "machine_number", "value": "123456" }, { "name": "phone_number", "value": "081223344" } ], "fulfilled_at": null, "partner_fee": 1000, "product_code": "samsat-jatim-new", "sales_price": 215500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testOrder190", "attributes": { "admin_fee": 5000, "client_name": "Tokopedia User", "client_number": "S27777KT", "error_code": "", "error_detail": "", "fields": [ { "name": "nik", "value": "1234567890" }, { "name": "machine_number", "value": "123456" }, { "name": "phone_number", "value": "081223344" } ], "fulfilled_at": "2023-03-24T09:09:04Z", "fulfillment_result": [ { "name": "Kode Bayar", "value": "S7777KT" }, { "name": "Atas Nama", "value": "Tokopedia User" }, { "name": "Alamat", "value": "" }, { "name": "Nomor Polisi", "value": "S7777KT" }, { "name": "Jenis Kendaraan", "value": "SEPEDA MOTOR" }, { "name": "Tipe Kendaraan", "value": "ACH1M21B04 AT" }, { "name": "Merek Kendaraan", "value": "HONDA" }, { "name": "Warna Kendaraan", "value": "HITAM" }, { "name": "Tahun Buat Kendaraan", "value": "2022" }, { "name": "Nomor Mesin", "value": "JFM2E1749999" }, { "name": "Nomor Rangka", "value": "" }, { "name": "Tagihan", "value": "Rp210.500" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Pokok PKB", "value": "Rp180.500" }, { "name": "Total Bayar", "value": "Rp215.500" }, { "name": "Denda PKB", "value": "" }, { "name": "JR Pokok", "value": "Rp15.000" }, { "name": "JR Denda", "value": "" }, { "name": "Status", "value": "" }, { "name": "NIK", "value": "" }, { "name": "Parkir Berlangganan", "value": "Rp15.000" }, { "name": "NTB", "value": "7437221108401111" }, { "name": "Tanggal Masa Laku", "value": "15/12/2023" }, { "name": "Masa Berlaku Pajak Lama", "value": "" }, { "name": "Masa Berlaku Pajak Baru", "value": "" }, { "name": "Kode Pengesahan", "value": "" }, { "name": "Total Tagihan", "value": "" }, { "name": "Pokok SWDKLLJ", "value": "" }, { "name": "Denda SWDKLLJ", "value": "" }, { "name": "Milik Ke", "value": "" }, { "name": "Masa Pajak", "value": "" }, { "name": "Warna Plat", "value": "" }, { "name": "Masa Berlaku Pajak", "value": "" }, { "name": "Tagihan Pokok", "value": "" } ], "partner_fee": 1000, "product_code": "samsat-jatim-new", "sales_price": 215500, "serial_number": "7437221108401111", "status": "Success", "voucher_code": "" } } }
|
Notes: some of the fields might be empty string due to limitation of data source from suppliers. We recommend you to hide the field shown to end user’s if the value is an empty string to avoid confusion of end users.
Only in SAMSAT JATIM, end users will get SMS from SAMSAT JATIM after payment is successful.
SAMSAT Info
Reference: https://www.tokopedia.com/pajak/samsat
Help Page reference: https://www.tokopedia.com/help/article/syarat-dan-ketentuan-esamsat
SAMSAT SULSEL
Silahkan download aplikasi E-Samsat Sulsel di smartphone anda.
Pilih area kepemilikan kendaraan bermotor dan isi data: Nomor Polisi, Nomor Rangka, Nomor Ponsel, dan Email.
Dapatkan kode bayar dan masukkan kode bayar pada kolom di atas.
Kode bayar hanya berlaku 1x24 jam pada hari yang sama . Request kembali kode bayar melalui aplikasi E-Samsat Sulsel jika sudah tidak bisa digunakan (expired)
Kode bayar juga bisa diperoleh melalui SMS (Telkomsel dan Indosat) Ketik: ESAMSAT (spasi) NORANGKA (spasi) NIK (spasi) EMAIL kirim ke 99250.
Atau gunakan akun Telegram Bapenda Sulsel. Add bot @BapendaSulselbot dan ikuti petunjuknya.
Pengesahan dan cetak SKPD dapat dilakukan hingga 30 hari sejak pembayaran pajak di Kantor Bersama atau gerai layanan SAMSAT Provinsi Sulawesi Selatan.
SAMSAT SULUT
Dapatkan kode bayar melalui aplikasi E-Samsat Sulut.
Silahkan masukan kode bayar.
Setelah melakukan pembayaran, lakukan pengesahan STNK di SAMSAT terdekat di Provinsi Sulawesi Utara.
SAMSAT SUMUT
Silahkan download aplikasi SAMSAT Mobile SUMUT di smartphone anda.
Pilih "Kode Bayar".
Pilih simbol "+" pada pojok kanan bawah layar.
Masukan nomor polisi, 5 digit terakhir nomor rangka, nomor mesin, serta NIK.
Masukan email dan nomor handphone yang nantinya akan dipakai untuk mengirim kode OTP.
Jika sudah diisi semua, pilih "Submit".
Masukan kode OTP yang dikirim pada email dan/atau SMS.
Akan muncul menu berisikan kode bayar dan rincian tagihan dan objek pajak.
Masukkan kode bayar pada kolom di atas untuk melakukan pembayaran.
Kode bayar akan secara otomatis kaladuarsa pukul 23:00 WIB setiap harinya. Pastikan kode bayar anda aktif sebelum melakukan pembayaran.
SAMSAT KALTARA
Lakukan pembayaran dengan cara pilih Wilayah Samsat Kaltara kemudian input 6 digit Kode Kota/Kab + 12 digit Kode Bayar pada kolom di atas.
Kode Bayar dapat diperoleh melalui SMS dengan cara ketik: ESAMSAT No Polisi, contoh: ESAMSAT KU 1234 AB, kirim ke 0811-538-1234.
Informasi Kode Kota/Kabupaten: 076513 (Tarakan), 076514 (Bulungan), 076516 (Nunukan), 076517 (Malinau).
SAMSAT BANTEN
Kode pembayaran hanya diperoleh melalui aplikasi SAMSAT Banten Hebat (SAMBAT).
Saat ini Tokopedia belum menerima kode bayar dari aplikasi SIGNAL.
Cek kembali laman SAMSAT Tokopedia secara berkala untuk mendapatkan info tentang cara mengunduh aplikasi SAMBAT.
SAMSAT JABAR
Dapatkan kode bayar di aplikasi SAMBARA.
Kirim SMS dengan format esamsat[spasi]no rangka[spasi]NIK kirim ke 0811-211–9211.
Setelah bertransaksi, buka kembali aplikasi SAMBARA dan klik icon "Bukti Bayar" untuk mengunduh e-SKKP.
Per tanggal 18 Desember 2022, kode bayar juga bisa didapatkan dari aplikasi “Sapawarga”.
SAMSAT JATENG
Untuk mendapatkan Kode Bayar, silahkan download aplikasi SAKPOLE. Jangan lupa update aplikasi New Sakpole di perangkat anda. Masukkan Data Kepemilikan dan Kendaraan Bermotor (KBM) di New Sakpole: Nomor Polisi, NIK, dan Nomor Rangka (5 digit terakhir).
Pilih Metode Pembayaran Tokopedia.
Bayar Pajak Kendaraan di Tokopedia. Masukkan kode bayar pada kolom di atas.
Kode Bayar hanya berlaku selama 2 (dua) jam sejak diperoleh.
Setelah melakukan pembayaran, masuk lagi ke akun New Sakpole anda untuk mendapatkan E-TBPKP dan E-Pengesahan.
SAMSAT JATIM
Silahkan masukan Nomor Kendaraan.
Setelah melakukan pembayaran, anda akan mendapatkan SMS dari SAMSAT ke nomor handphone {Company Name} yang terdaftar.
Buka SMS tersebut, lalu klik link pada SMS untuk download E-TBPKP terbaru anda.
Selamat! Anda sudah mendapatkan E-TBPKP yang sah, anda dapat melakukan pengesahan di Kantor Bersama SAMSAT atau layanan unggulan terdekat.
SAMSAT KALTIM
Silahkan masukan Nomor Kendaraan.
Tukarkan bukti pembayaran pada saat pencetakan SKPD dan pengesahan STNK di Kantor Bersama SAMSAT terdekat di Provinsi Kalimantan Timur.
SAMSAT Kep. RIAU
Silahkan masukan Kode Bayar.
Tukarkan bukti pembayaran pada saat pencetakan SKPD dan pengesahan STNK pada layanan Samsat yang tersebar di Kepulauan Riau.
Air PDAM
Type: Dynamic (Old Version)
Type DI
Product code example: pdam-dki-palyja
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pdam-dki-palyja", "client_number": "000811111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder164", "attributes": { "product_code": "pdam-dki-palyja", "client_number": "000811111", "amount": 122862 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder164
|
Response payload: { "data": { "type": "inquiry", "id": "000811111", "attributes": { "admin_fee": 2500, "base_price": 120362, "client_name": "TOKXXXX** UX**", "client_number": "000811111", "fields": null, "inquiry_result": [ { "name": "Jumlah Periode", "value": "1" }, { "name": "No. Pelanggan", "value": "000811111" }, { "name": "Nama", "value": "TOKXXXX** UX**" }, { "name": "Total Tagihan", "value": "Rp122.862" }, { "name": "Periode", "value": "November 2022" }, { "name": "Jumlah Tagihan", "value": "Rp120.362" }, { "name": "Biaya Admin", "value": "Rp2.500" } ], "meter_id": "", "product_code": "pdam-dki-palyja", "sales_price": 122862 } } }
| Response payload: { "data": { "type": "order", "id": "testorder164", "attributes": { "client_number": "000811111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "pdam-dki-palyja", "sales_price": 122862, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder164", "attributes": { "admin_fee": 2500, "client_name": "TOKXXX UXXX", "client_number": "000811111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-01-06T08:48:11Z", "fulfillment_result": [ { "name": "Wilayah", "value": "PALYJA JAKARTA" }, { "name": "Nomor Pelanggan", "value": "000811111" }, { "name": "Nama", "value": "TOKXXX UXXX" }, { "name": "Total Tagihan", "value": "Rp120.362" }, { "name": "No.Reff", "value": "" }, { "name": "Jumlah Periode", "value": "1" }, { "name": "Biaya Admin", "value": "Rp2.500" }, { "name": "Total Bayar", "value": "Rp122.862" }, { "name": "Periode", "value": "November 2022" }, { "name": "Tagihan", "value": "Rp120.362" } ], "partner_fee": 0, "product_code": "pdam-dki-palyja", "sales_price": 122862, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Type MK
Product code example: pdam-jatim-kota-surabaya
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pdam-jatim-kota-surabaya", "client_number": "7111111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder165", "attributes": { "product_code": "pdam-jatim-kota-surabaya", "client_number": "7111111", "amount": 14900 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder165
|
Response payload: { "data": { "type": "inquiry", "id": "7111111", "attributes": { "admin_fee": 2500, "base_price": 12400, "client_name": "Tokope*** Us**", "client_number": "7111111", "fields": null, "inquiry_result": [ { "name": "Wilayah", "value": "KOTA SURABAYA" }, { "name": "Nama", "value": "Tokope*** Us**" }, { "name": "Alamat", "value": "Tokope*** To***" }, { "name": "Total Tagihan", "value": "Rp52.940" }, { "name": "Periode", "value": "Juni 2023" }, { "name": "Pemakaian", "value": "11 m3" }, { "name": "Jumlah Tagihan", "value": "Rp50.440" }, { "name": "Biaya Admin", "value": "Rp2.500" }, { "name": "Jumlah Periode", "value": "1" }, { "name": "Jatuh Tempo", "value": "1 - 15 Juni 2023" }, { "name": "Tunggakan & Denda", "value": "Rp0" }, { "name": "Meter Lalu", "value": "7259" }, { "name": "Meter Kini", "value": "7270" }, { "name": "Tagihan Bulan Ini", "value": "Rp26.940" }, { "name": "Admin Tutup/Buka", "value": "Rp0" }, { "name": "Retribusi", "value": "Rp23.500" } ], "meter_id": "", "product_code": "pdam-jatim-kota-surabaya", "sales_price": 14900 } } }
| Response payload: { "data": { "type": "order", "id": "testorder165", "attributes": { "client_number": "7111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "pdam-jatim-kota-surabaya", "sales_price": 14900, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder165", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "7111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-06-08T10:03:50Z", "fulfillment_result": [ { "name": "Nomor Pelanggan", "value": "7111111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Alamat", "value": "Tokopedia Tower" }, { "name": "Total Tagihan", "value": "Rp52.940" }, { "name": "No.Reff", "value": "123412341234" }, { "name": "Jumlah Periode", "value": "1" }, { "name": "Penalty", "value": "Rp0" }, { "name": "Biaya Admin", "value": "Rp2.500" }, { "name": "Total Bayar", "value": "Rp52.940" }, { "name": "Periode", "value": "202202" }, { "name": "Tagihan", "value": "Rp50.440" }, { "name": "Stand Meter", "value": "1124-1134 m3" }, { "name": "Pemakaian", "value": "10 m3" }, { "name": "Tunggakan & Denda", "value": "Rp0" }, { "name": "Jatuh Tempo", "value": "1 - 15 Juni 2023" }, { "name": "Tagihan Bulan Ini", "value": "Rp26.940" }, { "name": "Admin Tutup/Buka", "value": "Rp0" }, { "name": "Retribusi", "value": "Rp23.500" }, { "name": "Status", "value": "Transaksi berhasil" }, { "name": "Gol Tarif", "value": "2.1" } ], "partner_fee": 0, "product_code": "pdam-jatim-kota-surabaya", "sales_price": 14900, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Type FR
Product code example: pdam-sumatera-kota-medan
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pdam-sumatera-kota-medan", "client_number": "0328111111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder166", "attributes": { "product_code": "pdam-sumatera-kota-medan", "client_number": "0328111111", "amount": 27000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder166
|
Response payload: { "data": { "type": "inquiry", "id": "0328111111", "attributes": { "admin_fee": 5000, "base_price": 22000, "client_name": "TOKO***** US**", "client_number": "0328111111", "fields": null, "inquiry_result": [ { "name": "No. Pelanggan", "value": "0328111111" }, { "name": "Nama", "value": "TOKO***** US**" }, { "name": "Alamat", "value": "TOKO***** TOW**" }, { "name": "Total Tagihan", "value": "Rp27.000" }, { "name": "Desember 2022", "value": "Rp6.000" }, { "name": "Pemakaian", "value": "10 m3" }, { "name": "Januari 2023", "value": "Rp6.000" }, { "name": "Pemakaian", "value": "10 m3" }, { "name": "Kode Tarif", "value": "RT.*" }, { "name": "Jumlah Periode", "value": "2" }, { "name": "Jumlah Tagihan", "value": "Rp12.000" }, { "name": "Biaya Admin", "value": "Rp5.000" } ], "meter_id": "", "product_code": "pdam-sumatera-kota-medan", "sales_price": 27000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder166", "attributes": { "client_number": "0328111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "pdam-sumatera-kota-medan", "sales_price": 27000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder166", "attributes": { "admin_fee": 5000, "client_name": "TOKOPEDIA USER", "client_number": "0328111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-01-06T09:25:05Z", "fulfillment_result": [ { "name": "Wilayah", "value": "KOTA MEDAN (SUMUT)" }, { "name": "Nomor Pelanggan", "value": "0328111111" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Alamat", "value": "TOKOPEDIA TOWER" }, { "name": "Total Tagihan", "value": "Rp12.000" }, { "name": "No.Reff", "value": "FM4032976867111111" }, { "name": "Jumlah Periode", "value": "2" }, { "name": "Penalty", "value": "Rp10.000" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Bayar", "value": "Rp27.000" }, { "name": "Periode", "value": "Desember 2022" }, { "name": "Tagihan", "value": "Rp6.000" }, { "name": "Periode", "value": "Januari 2023" }, { "name": "Tagihan", "value": "Rp6.000" } ], "partner_fee": 0, "product_code": "pdam-sumatera-kota-medan", "sales_price": 27000, "serial_number": "FM4032976867111111", "status": "Success", "voucher_code": "" } } }
|
Type MB
Product code example: pdam-kota-kediri
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pdam-kota-kediri", "client_number": "51111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder167", "attributes": { "product_code": "pdam-kota-kediri", "client_number": "51111", "amount": 36500 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder167
|
Response payload: { "data": { "type": "inquiry", "id": "51111", "attributes": { "admin_fee": 2500, "base_price": 34000, "client_name": "TOKO***** US**", "client_number": "51111", "fields": null, "inquiry_result": [ { "name": "Jumlah Periode", "value": "1" }, { "name": "Nama PAM", "value": "PDAM KOTA KEDIRI" }, { "name": "No. Pelanggan", "value": "51111" }, { "name": "Nama", "value": "TOKO***** US**" }, { "name": "Alamat", "value": "TOKO***** TOW**" }, { "name": "Total Tagihan", "value": "Rp36.500" }, { "name": "Periode", "value": "Desember 2022" }, { "name": "Pemakaian", "value": "4" }, { "name": "Jumlah Tagihan", "value": "Rp34.000" }, { "name": "Biaya Admin", "value": "Rp2.500" } ], "meter_id": "", "product_code": "pdam-kota-kediri", "sales_price": 36500 } } }
| Response payload: { "data": { "type": "order", "id": "testorder167", "attributes": { "client_number": "51111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "pdam-kota-kediri", "sales_price": 36500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder167", "attributes": { "admin_fee": 2500, "client_name": "TOKOPEDIA USER", "client_number": "51111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-01-06T09:31:57Z", "fulfillment_result": [ { "name": "Wilayah", "value": "PDAM KOTA KEDIRI" }, { "name": "Nomor Pelanggan", "value": "51111" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Alamat", "value": "TOKOPEDIA TOWER" }, { "name": "Total Tagihan", "value": "Rp34.000" }, { "name": "No.Reff", "value": "" }, { "name": "Jumlah Periode", "value": "1" }, { "name": "Biaya Admin", "value": "Rp2.500" }, { "name": "Total Bayar", "value": "Rp36.500" }, { "name": "Periode", "value": "Desember 2022" }, { "name": "Tagihan", "value": "Rp34.000" }, { "name": "Stand Meter", "value": "2727-2731 m3" }, { "name": "Pemakaian", "value": "4 m3" } ], "partner_fee": 1000, "product_code": "pdam-kota-kediri", "sales_price": 36500, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Type SB
Product code example: pdam-jabar-kota-cirebon
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pdam-jabar-kota-cirebon", "client_number": "211111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder168", "attributes": { "product_code": "pdam-jabar-kota-cirebon", "client_number": "211111", "amount": 88950 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder168
|
Response payload: { "data": { "type": "inquiry", "id": "211111", "attributes": { "admin_fee": 2500, "base_price": 86450, "client_name": "TOKO***** US**", "client_number": "211111", "fields": null, "inquiry_result": [ { "name": "Jumlah Periode", "value": "1" }, { "name": "Nama PDAM", "value": "Kota Cirebon" }, { "name": "No. Pelanggan", "value": "211111" }, { "name": "Nama", "value": "TOKO***** US**" }, { "name": "Total Tagihan", "value": "Rp88.950" }, { "name": "Periode", "value": "DEC22" }, { "name": "Pemakaian", "value": "10 M3" }, { "name": "Jumlah Tagihan", "value": "Rp86.450" }, { "name": "Biaya Admin", "value": "Rp2.500" } ], "meter_id": "", "product_code": "pdam-jabar-kota-cirebon", "sales_price": 88950 } } }
| Response payload: { "data": { "type": "order", "id": "testorder168", "attributes": { "client_number": "211111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 100, "product_code": "pdam-jabar-kota-cirebon", "sales_price": 88950, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder168", "attributes": { "admin_fee": 2500, "client_name": "TOKOPEDIA USER", "client_number": "211111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-01-06T09:36:06Z", "fulfillment_result": [ { "name": "Wilayah", "value": "Kota Cirebon" }, { "name": "Nomor Pelanggan", "value": "211111" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Alamat", "value": "TOKOPEDIA TOWER" }, { "name": "Total Tagihan", "value": "Rp86.450" }, { "name": "No.Reff", "value": "20221220222328000000000004111111" }, { "name": "Jumlah Periode", "value": "1" }, { "name": "Biaya Admin", "value": "Rp2.500" }, { "name": "Total Bayar", "value": "Rp88.950" }, { "name": "Periode", "value": "NOV22" }, { "name": "Tagihan", "value": "Rp86.450" } ], "partner_fee": 100, "product_code": "pdam-jabar-kota-cirebon", "sales_price": 88950, "serial_number": "20221220222328000000000004111111", "status": "Success", "voucher_code": "" } } }
|
Type AD
Product code example: pdam-kab-pandeglang
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pdam-kab-pandeglang", "client_number": "020400111111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder169", "attributes": { "product_code": "pdam-kab-pandeglang", "client_number": "020400111111", "amount": 54630 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder169
|
Response payload: { "data": { "type": "inquiry", "id": "020400111111", "attributes": { "admin_fee": 2500, "base_price": 52130, "client_name": "TOKO***** US**", "client_number": "020400111111", "fields": null, "inquiry_result": [ { "name": "Jumlah Periode", "value": "1" }, { "name": "Nama PAM", "value": "TAGIHAN PDAM KAB.PANDEGLANG**0" }, { "name": "No. Pelanggan", "value": "020400111111" }, { "name": "Nama", "value": "TOKO***** US**" }, { "name": "Total Tagihan", "value": "Rp54.630" }, { "name": "Periode", "value": "DES22" }, { "name": "Jumlah Tagihan", "value": "Rp52.130" }, { "name": "Biaya Admin", "value": "Rp2.500" } ], "meter_id": "", "product_code": "pdam-kab-pandeglang", "sales_price": 54630 } } }
| Response payload: { "data": { "type": "order", "id": "testorder169", "attributes": { "client_number": "020400111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "pdam-kab-pandeglang", "sales_price": 54630, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder169", "attributes": { "admin_fee": 2500, "client_name": "TOKOPEDIA USER", "client_number": "020400111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-01-06T09:41:02Z", "fulfillment_result": [ { "name": "Wilayah", "value": "TAGIHAN PDAM KAB.PANDEGLANG**0" }, { "name": "Nomor Pelanggan", "value": "020400111111" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Total Tagihan", "value": "Rp52.130" }, { "name": "No.Reff", "value": "" }, { "name": "Jumlah Periode", "value": "1" }, { "name": "Biaya Admin", "value": "Rp2.500" }, { "name": "Total Bayar", "value": "Rp54.630" }, { "name": "Periode", "value": "DES22" }, { "name": "Tagihan", "value": "Rp52.130" } ], "partner_fee": 1000, "product_code": "pdam-kab-pandeglang", "sales_price": 54630, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Type: Unified (New Version)
Type SB
Product code example: pdam-jatim-kota-surabaya-new
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pdam-jatim-kota-surabaya-new", "client_number": "3111111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder187", "attributes": { "product_code": "pdam-jatim-kota-surabaya-new", "client_number": "3111111", "amount": 52940 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder187
|
Response payload: { "data": { "type": "inquiry", "id": "3111111", "attributes": { "admin_fee": 2500, "base_price": 50440, "client_name": "Tokope*** Us**", "client_number": "3111111", "fields": null, "inquiry_result": [ { "name": "Nama PDAM", "value": "KOTA SURABAYA" }, { "name": "Nomor Pelanggan", "value": "3111111" }, { "name": "Nama", "value": "Tokope*** Us**" }, { "name": "Alamat", "value": "Tokope*** To***" }, { "name": "Total Tagihan", "value": "Rp52.940" }, { "name": "Periode", "value": "Juni 2023" }, { "name": "Pemakaian", "value": "11 m3" }, { "name": "Jumlah Tagihan", "value": "Rp50.440" }, { "name": "Produk", "value": "" }, { "name": "Biaya Admin", "value": "Rp2.500" }, { "name": "Kode Tarif", "value": "" }, { "name": "Jumlah Periode", "value": "1" }, { "name": "Jatuh Tempo", "value": "1 - 15 Juni 2023" }, { "name": "Tunggakan & Denda", "value": "Rp0" }, { "name": "Meter Lalu", "value": "7259" }, { "name": "Meter Kini", "value": "7270" }, { "name": "Tagihan Bulan Ini", "value": "Rp26.940" }, { "name": "Admin Tutup/Buka", "value": "Rp0" }, { "name": "Retribusi", "value": "Rp23.500" }, { "name": "Nomor Referensi", "value": "" } ], "meter_id": "", "product_code": "pdam-jatim-kota-surabaya-new", "sales_price": 52940 } } }
| Response payload: { "data": { "type": "order", "id": "testorder187", "attributes": { "client_number": "3111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "pdam-jatim-kota-surabaya-new", "sales_price": 52940, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder187", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "3111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-06-08T09:50:38Z", "fulfillment_result": [ { "name": "Wilayah", "value": "KOTA SURABAYA" }, { "name": "Nomor Pelanggan", "value": "3111111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Alamat", "value": "Tokopedia Tower" }, { "name": "Periode", "value": "Juni 2023" }, { "name": "Tagihan", "value": "Rp50.440" }, { "name": "Total Tagihan", "value": "Rp50.440" }, { "name": "Penalty", "value": "Rp0" }, { "name": "Biaya Admin", "value": "Rp2.500" }, { "name": "Total Bayar", "value": "Rp52.940" }, { "name": "No.Reff", "value": "121232313123" }, { "name": "Pemakaian", "value": "11 m3" }, { "name": "Stand Meter", "value": "1124-1134 m3" }, { "name": "Jumlah Periode", "value": "1" }, { "name": "Tunggakan & Denda", "value": "Rp0" }, { "name": "Jatuh Tempo", "value": "1 - 15 Juni 2023" }, { "name": "Tagihan Bulan Ini", "value": "Rp26.940" }, { "name": "Admin Tutup/Buka", "value": "Rp0" }, { "name": "Retribusi", "value": "Rp23.500" }, { "name": "Gol Tarif", "value": "2.1" }, { "name": "Nomor Referensi", "value": "" } ], "partner_fee": 1000, "product_code": "pdam-jatim-kota-surabaya-new", "sales_price": 52940, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Notes: some of the fields might be empty string due to limitation of data source from suppliers. We recommend you to hide the field shown to end user’s if the value is an empty string to avoid confusion.
Angsuran Kredit
Angsuran Kredit - With Denda
Product code example: kredit-mtf
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "kredit-mtf", "client_number": "7801166111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder170", "attributes": { "product_code": "kredit-mtf", "client_number": "7801166111", "amount": 454000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder170
|
Response payload: { "data": { "type": "inquiry", "id": "7801166111", "attributes": { "admin_fee": 10000, "base_price": 444000, "client_name": "Toko*** U*ser", "client_number": "7801166111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "Toko*** U*ser" }, { "name": "Nomor Pelanggan", "value": "7801166111" }, { "name": "Jatuh Tempo", "value": "2021-08-03" }, { "name": "Tagihan Ke", "value": "47" }, { "name": "Total Tagihan", "value": "Rp 454.000" }, { "name": "Denda", "value": "Rp 10.000" }, { "name": "Admin", "value": "Rp 10.000" }, { "name": "Tagihan", "value": "Rp 434.000" } ], "meter_id": "", "product_code": "kredit-mtf", "sales_price": 454000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder170", "attributes": { "client_number": "7801166111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "kredit-mtf", "sales_price": 454000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder170", "attributes": { "admin_fee": 10000, "client_name": "Toko*** U*ser", "client_number": "7801166111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T09:19:16Z", "fulfillment_result": [ { "name": "Nomor Pelanggan", "value": "7801166111" }, { "name": "Nama", "value": "Toko*** U*ser" }, { "name": "Nomor Referensi", "value": "7801166111" }, { "name": "Tagihan Ke", "value": "47" }, { "name": "Denda", "value": "Rp 10.000" }, { "name": "Biaya Admin", "value": "Rp 10.000" }, { "name": "Jatuh Tempo", "value": "2021-08-03" }, { "name": "Total Tagihan", "value": "Rp 434.000" }, { "name": "Total Bayar", "value": "Rp 454.000" } ], "partner_fee": 1000, "product_code": "kredit-mtf", "sales_price": 454000, "serial_number": "7801166111", "status": "Success", "voucher_code": "" } } }
|
Angsuran Kredit - Without Denda
Product code example: kredit-mandiri-utama-finance
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "kredit-mandiri-utama-finance", "client_number": "4168413578111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder171", "attributes": { "product_code": "kredit-mandiri-utama-finance", "client_number": "4168413578111", "amount": 356500 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder171
|
Response payload: { "data": { "type": "inquiry", "id": "4168413578111", "attributes": { "admin_fee": 6500, "base_price": 350000, "client_name": "Tokopedia User", "client_number": "4168413578111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "Tokopedia User" }, { "name": "Nomor Pelanggan", "value": "4168413578111" }, { "name": "Total Tagihan", "value": "Rp 356.500" }, { "name": "Jatuh Tempo", "value": "2020-20-02" }, { "name": "Tagihan Ke", "value": "2" }, { "name": "Denda", "value": "" }, { "name": "Admin", "value": "Rp 6.500" }, { "name": "Tagihan", "value": "Rp 350.000" } ], "meter_id": "", "product_code": "kredit-mandiri-utama-finance", "sales_price": 356500 } } }
| Response payload: { "data": { "type": "order", "id": "testorder171", "attributes": { "client_number": "4168413578111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "kredit-mandiri-utama-finance", "sales_price": 356500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder171", "attributes": { "admin_fee": 6500, "client_name": "Tokopedia User", "client_number": "4168413578111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T09:26:07Z", "fulfillment_result": [ { "name": "Nomor Pelanggan", "value": "4168413578111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Nomor Referensi", "value": "4168413578111" }, { "name": "Tagihan Ke", "value": "2" }, { "name": "Denda", "value": "" }, { "name": "Biaya Admin", "value": "Rp 6.500" }, { "name": "Jatuh Tempo", "value": "16-MAR-20" }, { "name": "Total Tagihan", "value": "Rp 350.000" }, { "name": "Total Bayar", "value": "Rp 356.500" } ], "partner_fee": 1000, "product_code": "kredit-mandiri-utama-finance", "sales_price": 356500, "serial_number": "4168413578111", "status": "Success", "voucher_code": "" } } }
|
Angsuran Kredit - Unified (New Version)
Product code example: kredit-mtf-new
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "kredit-mtf-new", "client_number": "38036241234111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder191", "attributes": { "product_code": "kredit-mtf-new", "client_number": "38036241234111", "amount": 4860000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder191
|
Response payload: { "data": { "type": "inquiry", "id": "38036241234111", "attributes": { "admin_fee": 10000, "base_price": 4850000, "client_name": "TOKO***** US**", "client_number": "38036241234111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "TOKO***** US**" }, { "name": "Total Tagihan", "value": "Rp4.860.000" }, { "name": "Jatuh Tempo", "value": "2023-05-03" }, { "name": "Tagihan Ke", "value": "5" }, { "name": "Tagihan", "value": "Rp4.850.000" }, { "name": "Nomor Pelanggan", "value": "38036241234111" }, { "name": "Denda", "value": "Rp1.635.600" }, { "name": "Admin", "value": "Rp10.000" }, { "name": "Nomor Polisi", "value": "" } ], "meter_id": "", "product_code": "kredit-mtf-new", "sales_price": 4860000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder191", "attributes": { "client_number": "38036241234111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 5000, "product_code": "kredit-mtf-new", "sales_price": 4860000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder191", "attributes": { "admin_fee": 10000, "client_name": "TOKOPEDIA USER", "client_number": "38036241234111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-07-12T09:56:02Z", "fulfillment_result": [ { "name": "Nomor Pelanggan", "value": "38036241234111" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Nomor Referensi", "value": "38036241234111" }, { "name": "Tagihan Ke", "value": "5" }, { "name": "Denda", "value": "Rp0" }, { "name": "Biaya Admin", "value": "Rp10.000" }, { "name": "Jatuh Tempo", "value": "2023-06-20" }, { "name": "Total Tagihan", "value": "Rp4.850.000" }, { "name": "Total Bayar", "value": "Rp4.860.000" }, { "name": "Total Cicilan", "value": "" }, { "name": "Nomor Polisi", "value": "B1849CZK" }, { "name": "Jenis Kendaraan", "value": "SUZUKI-ERTIGA******* 1.* A*" }, { "name": "Nama Cabang", "value": "BSD - MOBIL" }, { "name": "Warna", "value": "METALLIC MAGMA GRAY 2" }, { "name": "Biaya Tagih", "value": "Rp0" } ], "partner_fee": 5000, "product_code": "kredit-mtf-new", "sales_price": 4860000, "serial_number": "38036241234111", "status": "Success", "voucher_code": "" } } }
|
Notes: some of the fields might be empty string due to limitation of data source from suppliers. We recommend you to hide the field shown to end user’s if the value is an empty string to avoid confusion.
Biaya Pendidikan
Biaya Pendidikan - Type SV
Product code example: edu-lspr
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "edu-lspr", "client_number": "202102101971111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder172", "attributes": { "product_code": "edu-lspr", "client_number": "202102101971111", "amount": 503000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder172
|
Response payload: { "data": { "type": "inquiry", "id": "202102101971111", "attributes": { "admin_fee": 3000, "base_price": 500000, "client_name": "", "client_number": "202102101971111", "fields": null, "inquiry_result": [ { "name": "Nomor Pembayaran", "value": "202102101971111" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Biaya Admin", "value": "Rp3.000" }, { "name": "Total Tagihan", "value": "Rp503.000" } ], "meter_id": "", "product_code": "edu-lspr", "sales_price": 503000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder172", "attributes": { "client_number": "202102101971111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "edu-lspr", "sales_price": 503000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder172", "attributes": { "admin_fee": 3000, "client_name": "TOKOPEDIA USER", "client_number": "202102101971111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T05:41:35Z", "fulfillment_result": [ { "name": "Nomor Pembayaran", "value": "202102101971111" }, { "name": "Nomor Nasabah", "value": "202102101971111" }, { "name": "Nama Nasabah", "value": "TOKOPEDIA USER" }, { "name": "Informasi Tagihan", "value": "" }, { "name": "Biaya Admin", "value": "Rp3.000" }, { "name": "Total Tagihan", "value": "Rp503.000" } ], "partner_fee": 1000, "product_code": "edu-lspr", "sales_price": 503000, "serial_number": "202102101971111", "status": "Success", "voucher_code": "" } } }
|
Biaya Pendidikan - Type SP
Product code example: edu-univ-sangga-buana-ypkp
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "edu-univ-sangga-buana-ypkp", "client_number": "2041110907112" } } }
| Request payload: { "data": { "type": "order", "id": "testorder173", "attributes": { "product_code": "edu-univ-sangga-buana-ypkp", "client_number": "2041110907112", "amount": 166500 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder173
|
Response payload: { "data": { "type": "inquiry", "id": "2041110907112", "attributes": { "admin_fee": 3500, "base_price": 163000, "client_name": "TOKOPEDIA USER", "client_number": "2041110907112", "fields": null, "inquiry_result": [ { "name": "Nomor Pembayaran", "value": "2113191060" }, { "name": "Nama", "value": "TOKO***** US**" }, { "name": "Total Tagihan", "value": "Rp3.403.500" }, { "name": "Biaya Admin", "value": "Rp3.500" }, { "name": "Tanggal Tagihan", "value": "2022-06-21" }, { "name": "Jenis Tagihan", "value": "Fakultas : - / Jurusan : S1 TEKNIK INFORMATIKA / Tahun Akademik : -" }, { "name": "Tagihan", "value": "Rp3.400.000" }, { "name": "Total Denda", "value": "Rp0" }, { "name": "Tanggal Jatuh Tempo", "value": "" }, { "name": "Tanggal Expired", "value": "" } ], "meter_id": "", "product_code": "edu-univ-sangga-buana-ypkp", "sales_price": 166500 } } }
| Response payload: { "data": { "type": "order", "id": "testorder173", "attributes": { "client_number": "2041110907112", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "edu-univ-sangga-buana-ypkp", "sales_price": 166500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder173", "attributes": { "admin_fee": 3500, "client_name": "TOKOPEDIA USER", "client_number": "2041110907112", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T05:45:40Z", "fulfillment_result": [ { "name": "Nomor Pembayaran", "value": "2113191060" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Total Tagihan", "value": "Rp3.403.500" }, { "name": "Biaya Admin", "value": "Rp3.500" }, { "name": "Tanggal Tagihan", "value": "2022-06-21" }, { "name": "Jenis Tagihan", "value": "Fakultas : - / Jurusan : S1 TEKNIK INFORMATIKA / Tahun Akademik : -" }, { "name": "Tagihan", "value": "Rp3.400.000" }, { "name": "Total Denda", "value": "Rp0" }, { "name": "Tanggal Jatuh Tempo", "value": "" }, { "name": "Tanggal Expired", "value": "" } ], "partner_fee": 1000, "product_code": "edu-univ-sangga-buana-ypkp", "sales_price": 166500, "serial_number": "2113191060", "status": "Success", "voucher_code": "" } } }
|
Biaya Pendidikan - Type BM
Product code example: edu-petra-alpha-school
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "edu-petra-alpha-school", "client_number": "2041110907113" } } }
| Request payload: { "data": { "type": "order", "id": "testorder175", "attributes": { "product_code": "edu-petra-alpha-school", "client_number": "2041110907113", "amount": 103500 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder175
|
Response payload: { "data": { "type": "inquiry", "id": "2041110907113", "attributes": { "admin_fee": 3000, "base_price": 100500, "client_name": "TOKOPEDIA USER", "client_number": "2041110907113", "fields": null, "inquiry_result": [ { "name": "Nomor Bill", "value": "22090222" }, { "name": "Jenis Produk", "value": "Petra Alpha School" }, { "name": "Jumlah Tagihan", "value": "Rp1.930.000" }, { "name": "Jatuh Tempo", "value": "20-06-2022" }, { "name": "Biaya Admin", "value": "Rp3.000" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Kelas", "value": "SMA2" }, { "name": "Keterangan", "value": "SPP JUNE CICILAN BUKU 4 SERAGAM" }, { "name": "Denda", "value": "1125000" } ], "meter_id": "", "product_code": "edu-petra-alpha-school", "sales_price": 103500 } } }
| Response payload: { "data": { "type": "order", "id": "testorder175", "attributes": { "client_number": "2041110907113", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "edu-petra-alpha-school", "sales_price": 103500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder175", "attributes": { "admin_fee": 3000, "client_name": "TOKOPEDIA USER", "client_number": "2041110907113", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2022-12-15T05:51:02Z", "fulfillment_result": [ { "name": "Nomor Bill", "value": "22090222" }, { "name": "Jenis Produk", "value": "Petra Alpha School" }, { "name": "Jumlah Tagihan", "value": "Rp1.930.000" }, { "name": "Jatuh Tempo", "value": "20-06-2022" }, { "name": "Biaya Admin", "value": "Rp3.000" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Kelas", "value": "SMA2" }, { "name": "Keterangan", "value": "SPP JUNE CICILAN BUKU 4 SERAGAM" }, { "name": "Denda", "value": "1125000" } ], "partner_fee": 1000, "product_code": "edu-petra-alpha-school", "sales_price": 103500, "serial_number": "22090222", "status": "Success", "voucher_code": "" } } }
|
Biaya Pendidikan - Type MZ
Product code example: edu-sd-sains-al-biruni
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "edu-sd-sains-al-biruni", "client_number": "8572371351111111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder193", "attributes": { "product_code": "edu-sd-sains-al-biruni", "client_number": "8572371351111111", "amount": 525000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder193
|
Response payload: { "data": { "type": "inquiry", "id": "8572371351111111", "attributes": { "admin_fee": 5000, "base_price": 520000, "client_name": "Tokop**** Us**", "client_number": "8572371351111111", "fields": null, "inquiry_result": [ { "name": "Nomor Pembayaran", "value": "8572371351111111" }, { "name": "Institusi", "value": "UNIVERSITAS TOKOPEDIA" }, { "name": "Student Number", "value": "2021523102" }, { "name": "Nama Siswa", "value": "Tokop**** Us**" }, { "name": "Kelas", "value": "2021" }, { "name": "Program", "value": "Design A" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Tagihan", "value": "Rp525.000" }, { "name": "Invoice ID", "value": "20132678" }, { "name": "Bulan", "value": "3-2021" }, { "name": "Title", "value": "Simulator Bayar" }, { "name": "Jumlah Tagihan", "value": "Rp520.000" } ], "meter_id": "", "product_code": "edu-sd-sains-al-biruni", "sales_price": 525000 } } }
| Response payload: { "data": { "type": "order", "id": "testOrder193", "attributes": { "client_number": "8572371351111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "edu-sd-sains-al-biruni", "sales_price": 525000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testOrder193", "attributes": { "admin_fee": 5000, "client_name": "Tokopedia User", "client_number": "8572371351111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-07-24T07:56:21Z", "fulfillment_result": [ { "name": "Nomor Pembayaran", "value": "8572371351111111" }, { "name": "Institusi", "value": "UNIVERSITAS TOKOPEDIA" }, { "name": "Student Number", "value": "2021523102" }, { "name": "Nama Siswa", "value": "Tokopedia User" }, { "name": "Kelas", "value": "2021" }, { "name": "Program", "value": "Design A" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Total Tagihan", "value": "Rp525.000" }, { "name": "Reference ID", "value": "2041245545" }, { "name": "Invoice ID", "value": "20132678" }, { "name": "Jumlah Tagihan", "value": "Rp520.000" } ], "partner_fee": 1000, "product_code": "edu-sd-sains-al-biruni", "sales_price": 525000, "serial_number": "8572371351111111", "status": "Success", "voucher_code": "" } } }
|
Pajak PBB
Pajak PBB - Type: Dynamic (Old Version)
Pajak PBB - Dynamic - Type: DKI
Product code example: pbb-dki-jakarta
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pbb-dki-jakarta", "client_number": "5645535636111", "fields": [ { "name": "period", "value": "2022" } ] } } }
| Request payload: { "data": { "type": "order", "id": "testorder176", "attributes": { "product_code": "pbb-dki-jakarta", "client_number": "5645535636111", "fields": [ { "name": "period", "value": "2022" } ], "amount": 7308964 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder176
|
Response payload: { "data": { "type": "inquiry", "id": "5645535636111", "attributes": { "admin_fee": 2500, "base_price": 7306464, "client_name": "Tokopedia User", "client_number": "5645535636111", "fields": [ { "name": "period", "value": "2022" } ], "inquiry_result": [ { "name": "Jenis Pajak", "value": "PBB" }, { "name": "Nomor Objek Pajak", "value": "5645535636111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Alamat", "value": "Jl. Bersama Jakarta" }, { "name": "Tahun Pajak", "value": "2022" }, { "name": "Total Tagihan", "value": "Rp 7.306.464" }, { "name": "Biaya Admin", "value": "Rp 2.500" }, { "name": "Jumlah Pembayaran", "value": "Rp 7.308.964" }, { "name": "Jumlah Pokok", "value": "Rp 4.936.800" }, { "name": "Jumlah Sanksi", "value": "Rp 0" }, { "name": "Jumlah Bunga", "value": "Rp 2.369.664" }, { "name": "Jumlah Denda", "value": "Rp 0" } ], "meter_id": "", "product_code": "pbb-dki-jakarta", "sales_price": 7308964 } } }
| Response payload: { "data": { "type": "order", "id": "testorder176", "attributes": { "client_number": "5645535636111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "pbb-dki-jakarta", "sales_price": 7308964, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder176", "attributes": { "admin_fee": 2500, "client_name": "Tokopedia User", "client_number": "5645535636111", "error_code": "", "error_detail": "", "fields": [ { "name": "period", "value": "2022" } ], "fulfilled_at": "2022-09-15T07:21:51Z", "fulfillment_result": [ { "name": "Jenis Pajak", "value": "PBB" }, { "name": "Merchant/Biller", "value": "PBB DKI Jakarta" }, { "name": "Nomor Objek Pajak", "value": "5645535636111" }, { "name": "NTPD", "value": "5126542313618111" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Tahun Pajak", "value": "2022" }, { "name": "Total Tagihan", "value": "Rp 7.306.464" }, { "name": "Biaya Admin", "value": "Rp 2.500" }, { "name": "Total Bayar", "value": "Rp 7.308.964" }, { "name": "Jumlah Pokok", "value": "Rp 4.936.800" }, { "name": "Jumlah Sanksi", "value": "Rp 0" }, { "name": "Jumlah Bunga", "value": "Rp 2.369.664" }, { "name": "Jumlah Denda", "value": "Rp 0" } ], "partner_fee": 1000, "product_code": "pbb-dki-jakarta", "sales_price": 7308964, "serial_number": "5126542313618111", "status": "Success", "voucher_code": "" } } }
|
Pajak PBB - Dynamic - Type: M
Product code example: pbb-kota-depok
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pbb-kota-depok", "client_number": "317103000201711111", "fields": [ { "name": "period", "value": "2021" } ] } } }
| Request payload: { "data": { "type": "order", "id": "testorder177", "attributes": { "product_code": "pbb-kota-depok", "client_number": "317103000201711111", "fields": [ { "name": "period", "value": "2021" } ], "amount": 52875 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder177
|
Response payload: { "data": { "type": "inquiry", "id": "317103000201711111", "attributes": { "admin_fee": 5000, "base_price": 47875, "client_name": "Toko*****", "client_number": "317103000201711111", "fields": [ { "name": "period", "value": "2021" } ], "inquiry_result": [ { "name": "Alamat", "value": "Jl. XYZ**" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Denda", "value": "Rp0" }, { "name": "Diskon", "value": "Rp0" }, { "name": "Jatuh Tempo", "value": "" }, { "name": "Jenis Pajak", "value": "PBB" }, { "name": "Jumlah Pembayaran", "value": "Rp52.875" }, { "name": "Kabupaten Kota", "value": "" }, { "name": "Kecamatan", "value": "" }, { "name": "Luas Bangunan", "value": "" }, { "name": "Luas Tanah", "value": "" }, { "name": "Merchant Biller", "value": "" }, { "name": "Nama", "value": "Toko*****" }, { "name": "Nomor Objek Pajak", "value": "317103000201711111" }, { "name": "Provinsi", "value": "" }, { "name": "Tagihan", "value": "Rp47.875" }, { "name": "Tahun Pajak", "value": "2021" }, { "name": "Tahun Terhutang", "value": "" }, { "name": "Total Tagihan", "value": "Rp47.875" } ], "meter_id": "", "product_code": "pbb-kota-depok", "sales_price": 52875 } } }
| Response payload: { "data": { "type": "order", "id": "testorder177", "attributes": { "client_number": "317103000201711111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "pbb-kota-depok", "sales_price": 52875, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder177", "attributes": { "admin_fee": 5000, "client_name": "Tokopedia", "client_number": "317103000201711111", "error_code": "", "error_detail": "", "fields": [ { "name": "period", "value": "2021" } ], "fulfilled_at": "2022-09-20T14:19:20Z", "fulfillment_result": [ { "name": "Alamat", "value": "Jl. XYZ123" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Denda", "value": "Rp0" }, { "name": "Diskon", "value": "Rp0" }, { "name": "Jatuh Tempo", "value": "" }, { "name": "Jenis Pajak", "value": "PBB" }, { "name": "Kabupaten Kota", "value": "" }, { "name": "Kecamatan", "value": "" }, { "name": "Luas Bangunan", "value": "" }, { "name": "Luas Tanah", "value": "" }, { "name": "Merchant Biller", "value": "" }, { "name": "Nama", "value": "Tokopedia" }, { "name": "Nomor Objek Pajak", "value": "317103000201711111" }, { "name": "Provinsi", "value": "" }, { "name": "Tagihan", "value": "Rp47.875" }, { "name": "NTPD", "value": "2211030244558701" }, { "name": "NTB", "value": "" }, { "name": "Tahun Pajak", "value": "2021" }, { "name": "Tahun terhutang", "value": "" }, { "name": "Total Tagihan", "value": "" }, { "name": "Total Bayar", "value": "Rp52.875" } ], "partner_fee": 1000, "product_code": "pbb-kota-depok", "sales_price": 52875, "serial_number": "2211030244558701", "status": "Success", "voucher_code": "" } } }
|
Pajak PBB - Dynamic - Type: S
Product code example: pbb-kab-bandung-barat
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pbb-kab-bandung-barat", "client_number": "317103000201711111", "fields": [ { "name": "period", "value": "2022" } ] } } }
| Request payload: { "data": { "type": "order", "id": "testorder178", "attributes": { "product_code": "pbb-kab-bandung-barat", "client_number": "317103000201711111", "fields": [ { "name": "period", "value": "2022" } ], "amount": 52500 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder178
|
Response payload: { "data": { "type": "inquiry", "id": "317103000201711111", "attributes": { "admin_fee": 5000, "base_price": 47500, "client_name": "Toko*****", "client_number": "317103000201711111", "fields": [ { "name": "period", "value": "2022" } ], "inquiry_result": [ { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Jatuh Tempo", "value": "30 Sep 2022" }, { "name": "Jenis Pajak", "value": "PBB Kab. Bandung Barat" }, { "name": "Jumlah Pembayaran", "value": "Rp52.500" }, { "name": "Kelurahan", "value": "" }, { "name": "Kecamatan", "value": "" }, { "name": "Luas Bangunan", "value": "" }, { "name": "Luas Tanah", "value": "" }, { "name": "Nama", "value": "Toko*****" }, { "name": "Nomor Objek Pajak", "value": "317103000201711111" }, { "name": "Tagihan", "value": "Rp47.500" }, { "name": "Tahun SPPT", "value": "2022" }, { "name": "Total Tagihan", "value": "Rp47.500" } ], "meter_id": "", "product_code": "pbb-kab-bandung-barat", "sales_price": 52500 } } }
| Response payload: { "data": { "type": "order", "id": "testorder178", "attributes": { "client_number": "317103000201711111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "pbb-kab-bandung-barat", "sales_price": 52500, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder178", "attributes": { "admin_fee": 5000, "client_name": "Tokopedia", "client_number": "317103000201711111", "error_code": "", "error_detail": "", "fields": [ { "name": "period", "value": "2022" } ], "fulfilled_at": "2022-09-20T14:22:15Z", "fulfillment_result": [ { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Jatuh Tempo", "value": "30 Sep 2022" }, { "name": "Jenis Pajak", "value": "PBB Kab. Bandung Barat" }, { "name": "Jumlah Pembayaran", "value": "Rp 7.308.964" }, { "name": "Kelurahan", "value": "" }, { "name": "Kecamatan", "value": "" }, { "name": "Luas Bangunan", "value": "" }, { "name": "Luas Tanah", "value": "" }, { "name": "Nama", "value": "Tokopedia" }, { "name": "Nama Subjek Pajak", "value": "Tokopedia" }, { "name": "Nomor Objek Pajak", "value": "317103000201711111" }, { "name": "Tahun SPPT", "value": "2022" }, { "name": "Tahun Pajak", "value": "2022" }, { "name": "Total Tagihan", "value": "Rp47.500" }, { "name": "Total Bayar", "value": "Rp52.500" }, { "name": "NTPD", "value": "220308" }, { "name": "Kode Sah", "value": "202208161024" }, { "name": "Nomor Referensi", "value": "220308" }, { "name": "Merchant Biller", "value": "PBB Kab. Bandung Barat" } ], "partner_fee": 1000, "product_code": "pbb-kab-bandung-barat", "sales_price": 52500, "serial_number": "220308", "status": "Success", "voucher_code": "" } } }
|
Pajak PBB - Dynamic - Type: F
Product code example: pbb-kab-semarang
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pbb-kab-semarang", "client_number": "337103000201711111", "fields": [ { "name": "period", "value": "2022" } ] } } }
| Request payload: { "data": { "type": "order", "id": "testorder179", "attributes": { "product_code": "pbb-kab-semarang", "client_number": "337103000201711111", "fields": [ { "name": "period", "value": "2022" } ], "amount": 31400 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder179
|
Response payload: { "data": { "type": "inquiry", "id": "337103000201711111", "attributes": { "admin_fee": 5000, "base_price": 26400, "client_name": "Toko*****", "client_number": "337103000201711111", "fields": [ { "name": "period", "value": "2022" } ], "inquiry_result": [ { "name": "Alamat", "value": "Jl. XYZ**" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Jumlah Denda", "value": "Rp0" }, { "name": "Jumlah Pokok", "value": "Rp26.400" }, { "name": "Jenis Pajak", "value": "PBB" }, { "name": "Jumlah Pembayaran", "value": "Rp31.400" }, { "name": "Kabupaten Kota", "value": "" }, { "name": "Kecamatan", "value": "" }, { "name": "Nama", "value": "Toko*****" }, { "name": "Nomor Objek Pajak", "value": "337103000201711111" }, { "name": "Provinsi", "value": "" }, { "name": "Tahun Pajak", "value": "2022" }, { "name": "Total Tagihan", "value": "Rp26.400" } ], "meter_id": "", "product_code": "pbb-kab-semarang", "sales_price": 31400 } } }
| Response payload: { "data": { "type": "order", "id": "testorder179", "attributes": { "client_number": "728363748726111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "pbb-kab-semarang", "sales_price": 31400, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder179", "attributes": { "admin_fee": 5000, "client_name": "Tokopedia", "client_number": "337103000201711111", "error_code": "", "error_detail": "", "fields": [ { "name": "period", "value": "2022" } ], "fulfilled_at": "2022-09-20T15:03:49Z", "fulfillment_result": [ { "name": "Alamat", "value": "Jl. XYZ13" }, { "name": "Biaya Admin", "value": "Rp5.000" }, { "name": "Jumlah Denda", "value": "Rp0" }, { "name": "Jumlah Pokok", "value": "Rp26.400" }, { "name": "Jenis Pajak", "value": "PBB" }, { "name": "Jumlah Pembayaran", "value": "Rp31.400" }, { "name": "Kabupaten Kota", "value": "" }, { "name": "Kecamatan", "value": "" }, { "name": "Nama", "value": "Tokopedia" }, { "name": "Nomor Objek Pajak", "value": "337103000201711111" }, { "name": "Provinsi", "value": "" }, { "name": "Tahun Pajak", "value": "2022" }, { "name": "Total Tagihan", "value": "Rp26.400" }, { "name": "Total Bayar", "value": "Rp31.400" }, { "name": "Kode Referensi", "value": "FM0739" }, { "name": "NTPD", "value": "" } ], "partner_fee": 1000, "product_code": "pbb-kab-semarang", "sales_price": 31400, "serial_number": "FM0739", "status": "Success", "voucher_code": "" } } }
|
Pajak PBB - Dynamic - Type: V
Product code example: pbb-kota-pangkal-pinang
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "pbb-kota-pangkal-pinang", "client_number": "317103000201711111", "fields": [ { "name": "period", "value": "2022" } ] } } }
| Request payload: { "data": { "type": "order", "id": "testorder180", "attributes": { "product_code": "pbb-kota-pangkal-pinang", "client_number": "327103000201711111", "fields": [ { "name": "period", "value": "2022" } ], "amount": 24884 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder180
|
Response payload: { "data": { "type": "inquiry", "id": "317103000201711111", "attributes": { "admin_fee": 3500, "base_price": 21384, "client_name": "Toko*****", "client_number": "317103000201711111", "fields": [ { "name": "period", "value": "2022" } ], "inquiry_result": [ { "name": "Alamat", "value": "Jl. XYZ**" }, { "name": "Biaya Admin", "value": "Rp3.500" }, { "name": "Jumlah Denda", "value": "Rp3.856" }, { "name": "Jumlah Pokok", "value": "Rp17.528" }, { "name": "Jenis Pajak", "value": "PBBt" }, { "name": "Jumlah Pembayaran", "value": "Rp24.884" }, { "name": "Kabupaten Kota", "value": "" }, { "name": "Kecamatan", "value": "" }, { "name": "Nama", "value": "Toko*****" }, { "name": "Nomor Objek Pajak", "value": "317103000201711111" }, { "name": "Tahun Pajak", "value": "2022" }, { "name": "Total Tagihan", "value": "Rp21.384" } ], "meter_id": "", "product_code": "pbb-kota-pangkal-pinang", "sales_price": 24884 } } }
| Response payload: { "data": { "type": "order", "id": "testorder180", "attributes": { "client_number": "728363748726111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "pbb-kota-pangkal-pinang", "sales_price": 24884, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder180", "attributes": { "admin_fee": 3500, "client_name": "Tokopedia", "client_number": "327103000201711111", "error_code": "", "error_detail": "", "fields": [ { "name": "period", "value": "2022" } ], "fulfilled_at": "2022-09-20T15:10:35Z", "fulfillment_result": [ { "name": "Alamat", "value": "Jl. XYZ12" }, { "name": "Biaya Admin", "value": "Rp3.500" }, { "name": "Jumlah Denda", "value": "Rp3.856" }, { "name": "Jumlah Pokok", "value": "Rp17.528" }, { "name": "Jenis Pajak", "value": "PBB" }, { "name": "Jumlah Pembayaran", "value": "Rp24.884" }, { "name": "Kabupaten Kota", "value": "" }, { "name": "Kecamatan", "value": "" }, { "name": "Nama", "value": "Tokopedia" }, { "name": "Nomor Objek Pajak", "value": "327103000201711111" }, { "name": "Tahun Pajak", "value": "2022" }, { "name": "Total Tagihan", "value": "Rp21.384" }, { "name": "Total Bayar", "value": "Rp24.884" }, { "name": "NTB", "value": "" }, { "name": "NTPD", "value": "5FF01589C30148F597119E1403C5CFC9" } ], "partner_fee": 1000, "product_code": "pbb-kota-pangkal-pinang", "sales_price": 24884, "serial_number": "5FF01589C30148F597119E1403C5CFC9", "status": "Success", "voucher_code": "" } } }
|
Pajak PBB - Type: Unified (New Version)
Product code example: pbb-dki-jakarta-new
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "attributes": { "client_number": "327800300400701111", "product_code": "pbb-dki-jakarta-new", "fields": [ { "name": "period", "value": "2021" } ] }, "type": "inquiry" } }
| Request payload: { "data": { "type": "order", "id": "testPBBBob2", "attributes": { "client_number": "327800300400701111", "product_code": "pbb-dki-jakarta-new", "fields": [ { "name": "period", "value": "2021" } ], "amount": 7308964 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorderPBBBob2
|
Response payload: { "data": { "type": "inquiry", "id": "327800300400701111", "attributes": { "admin_fee": 2500, "base_price": 7306464, "client_name": "Toko***** Us**", "client_number": "327800300400701111", "fields": [ { "name": "period", "value": "2021" } ], "inquiry_result": [ { "name": "Alamat", "value": "Jl. Bersama Jakarta" }, { "name": "Biaya Admin", "value": "Rp 2.500" }, { "name": "Jumlah Denda", "value": "Rp 0" }, { "name": "Diskon", "value": "" }, { "name": "Jatuh Tempo", "value": "" }, { "name": "Jenis Pajak", "value": "PBB" }, { "name": "Jumlah Pembayaran", "value": "Rp 7.308.964" }, { "name": "Jumlah Pokok", "value": "Rp 4.936.800" }, { "name": "Jumlah Sanksi", "value": "Rp 0" }, { "name": "Jumlah Bunga", "value": "Rp 2.369.664" }, { "name": "Kelurahan", "value": "" }, { "name": "Kabupaten Kota", "value": "" }, { "name": "Kecamatan", "value": "" }, { "name": "Luas Bangunan", "value": "" }, { "name": "Luas Tanah", "value": "" }, { "name": "Merchant Biller", "value": "" }, { "name": "Nama", "value": "Toko***** Us**" }, { "name": "Nomor Objek Pajak", "value": "327800300400701111" }, { "name": "Provinsi", "value": "" }, { "name": "Tagihan", "value": "" }, { "name": "Tahun Pajak", "value": "2021" }, { "name": "Tahun Terhutang", "value": "" }, { "name": "Total Tagihan", "value": "Rp 7.306.464" } ], "meter_id": "", "product_code": "pbb-dki-jakarta-new", "sales_price": 7308964 } } }
| Response payload: { "data": { "type": "order", "id": "testPBBBob2", "attributes": { "client_number": "327800300400701111", "error_code": "", "error_detail": "", "fields": [ { "name": "period", "value": "2021" } ], "fulfilled_at": null, "partner_fee": 2000, "product_code": "pbb-dki-jakarta-new", "sales_price": 7308964, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testPBBBob2", "attributes": { "admin_fee": 2500, "client_name": "Tokopedia User", "client_number": "327800300400701111", "error_code": "", "error_detail": "", "fields": [ { "name": "period", "value": "2021" } ], "fulfilled_at": "2023-01-10T14:18:15Z", "fulfillment_result": [ { "name": "Alamat", "value": "" }, { "name": "Biaya Admin", "value": "Rp 2.500" }, { "name": "Jumlah Denda", "value": "Rp 0" }, { "name": "Diskon", "value": "" }, { "name": "Jatuh Tempo", "value": "" }, { "name": "Jenis Pajak", "value": "PBB" }, { "name": "Jumlah Pokok", "value": "Rp 4.936.800" }, { "name": "Jumlah Sanksi", "value": "Rp 0" }, { "name": "Jumlah Bunga", "value": "Rp 2.369.664" }, { "name": "Kelurahan", "value": "" }, { "name": "Kabupaten Kota", "value": "" }, { "name": "Kecamatan", "value": "" }, { "name": "Luas Bangunan", "value": "" }, { "name": "Luas Tanah", "value": "" }, { "name": "Merchant/Biller", "value": "PBB DKI Jakarta" }, { "name": "Nama", "value": "Tokopedia User" }, { "name": "Nomor Objek Pajak", "value": "327800300400701111" }, { "name": "Provinsi", "value": "" }, { "name": "Tagihan", "value": "" }, { "name": "Tahun Pajak", "value": "2021" }, { "name": "Tahun Terhutang", "value": "" }, { "name": "Total Tagihan", "value": "Rp 7.306.464" }, { "name": "Total Bayar", "value": "Rp 7.308.964" }, { "name": "NTPD", "value": "5126542313618111" }, { "name": "NTB", "value": "" }, { "name": "Kode Sah", "value": "" }, { "name": "Nomor Referensi", "value": "" } ], "partner_fee": 2000, "product_code": "pbb-dki-jakarta-new", "sales_price": 7308964, "serial_number": "5126542313618111", "status": "Success", "voucher_code": "" } } }
|
Note: some of the fields might be empty string due to limitation of data source from suppliers. We recommend you to hide the field shown to end user’s if the value is an empty string to avoid confusion.
Premi Asuransi
Premi Asuransi - Prudential
Product code example: insurance-prudential
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "insurance-prudential", "client_number": "2041110907111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder181", "attributes": { "product_code": "insurance-prudential", "client_number": "2041110907111", "amount": 460000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder181
|
Response payload: { "data": { "type": "inquiry", "id": "2041110907111", "attributes": { "admin_fee": 0, "base_price": 460000, "client_name": "CHARL** HANDO**", "client_number": "2041110907111", "fields": null, "inquiry_result": [ { "name": "Nama", "value": "CHARL** HANDO**" }, { "name": "Nomor Polis", "value": "2041110907111" }, { "name": "Nomor Proposal", "value": "110195022" }, { "name": "Periode", "value": "16 Jun 2022 - 16 Jul 2022" }, { "name": "Mata Uang", "value": "IDR" }, { "name": "Premi", "value": "Rp460.000" }, { "name": "Total Tagihan", "value": "Rp460.000" } ], "meter_id": "", "product_code": "insurance-prudential", "sales_price": 460000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder181", "attributes": { "client_number": "2041110907111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "insurance-prudential", "sales_price": 460000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder181", "attributes": { "admin_fee": 0, "client_name": "CHARLES HANDOKO", "client_number": "2041110907111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-01-19T03:57:44Z", "fulfillment_result": [ { "name": "Nama", "value": "CHARLES HANDOKO" }, { "name": "Nomor Polis", "value": "2041110907111" }, { "name": "Nomor Proposal", "value": "110195022" }, { "name": "Periode", "value": "16 Jun 2022 - 16 Jul 2022" }, { "name": "Mata Uang", "value": "IDR" }, { "name": "Premi", "value": "Rp460.000" }, { "name": "Total Tagihan", "value": "Rp460.000" } ], "partner_fee": 1000, "product_code": "insurance-prudential", "sales_price": 460000, "serial_number": "110195022", "status": "Success", "voucher_code": "" } } }
|
Premi Asuransi - Allianz
Product code example: insurance-allianz-premilanjutan
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "client_number": "000011111111", "product_code": "insurance-allianz-premilanjutan" } } }
| Request payload: { "data": { "type": "order", "id": "testorder194", "attributes": { "product_code": "insurance-allianz-premilanjutan", "client_number": "000011111111", "amount": 1700000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder194
|
Response payload: { "data": { "type": "inquiry", "id": "000011111111", "attributes": { "admin_fee": 0, "base_price": 1700000, "client_name": "PEMI*** PO*** ", "client_number": "000011111111", "fields": null, "inquiry_result": [ { "name": "Pembayaran", "value": "TERTANGGUNG: NAMA TERTANGGUNG :STATUS POL : INFORCE :JATUH TEMPO: 28/07/2023 :" }, { "name": "Nomor Bayar", "value": "000011111111" }, { "name": "Nama", "value": "PEMI*** PO*** " }, { "name": "Jumlah Tagihan", "value": "Rp1.700.000" }, { "name": "Tertanggung", "value": " NAMA TERTANGGUNG " }, { "name": "Status Pol ", "value": " INFORCE " }, { "name": "Jatuh Tempo", "value": " 28/07/2023 " }, { "name": "Jatuh Tempo", "value": "28/07/2023" }, { "name": "Minimum Pembayaran", "value": "Rp1.700.000" } ], "meter_id": "", "product_code": "insurance-allianz-premilanjutan", "sales_price": 1700000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder194", "attributes": { "client_number": "000011111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 4000, "product_code": "insurance-allianz-premilanjutan", "sales_price": 1700000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder194", "attributes": { "admin_fee": 0, "client_name": "PEMILIK POLIS ", "client_number": "000011111111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-08-15T07:56:23Z", "fulfillment_result": [ { "name": "Nomor Bayar", "value": "000011111111" }, { "name": "Produk", "value": "Premi Lanjutan" }, { "name": "Nama", "value": "PEMILIK POLIS " }, { "name": "Jumlah Bayar", "value": "Rp1.700.000" }, { "name": "Tertanggung", "value": " NAMA TERTANGGUNG " }, { "name": "Status Pol ", "value": " INFORCE " }, { "name": "Jatuh Tempo", "value": " 28/07/2023 " }, { "name": "Jatuh Tempo", "value": "28/07/2023" }, { "name": "Jumlah Tagihan", "value": "Rp1.700.000" } ], "partner_fee": 4000, "product_code": "insurance-allianz-premilanjutan", "sales_price": 1700000, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Property
Property - Type: PFN
Product code example: bsd-city-ipl+air
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "bsd-city-ipl+air", "client_number": "61241243211111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder182", "attributes": { "product_code": "bsd-city-ipl+air", "client_number": "61241243211111", "amount": 365216 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder182
|
Response payload: { "data": { "type": "inquiry", "id": "61241243211111", "attributes": { "admin_fee": 0, "base_price": 365216, "client_name": "TOKOPED** US**", "client_number": "61241243211111", "fields": null, "inquiry_result": [ { "name": "Nama Instansi", "value": "IPL + Air" }, { "name": "No Pelanggan", "value": "61241243211111" }, { "name": "Nama", "value": "TOKOPED** US**" }, { "name": "Alamat", "value": "IV/U/**" }, { "name": "Periode", "value": "202110" }, { "name": "Tagihan", "value": "Rp365.216" }, { "name": "Biaya Admin", "value": "Rp0" }, { "name": "Total Bayar", "value": "Rp365.216" } ], "meter_id": "", "product_code": "bsd-city-ipl+air", "sales_price": 365216 } } }
| Response payload: { "data": { "type": "order", "id": "testorder182", "attributes": { "client_number": "61241243211111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "bsd-city-ipl+air", "sales_price": 365216, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder182", "attributes": { "admin_fee": 0, "client_name": "TOKOPEDIA USER", "client_number": "61241243211111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-02-23T03:43:20Z", "fulfillment_result": [ { "name": "Nama Instansi", "value": "IPL + Air" }, { "name": "No Pelanggan", "value": "61241243211111" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Alamat", "value": "IV/U/**" }, { "name": "Periode", "value": "202110" }, { "name": "Tagihan", "value": "Rp365.216" }, { "name": "Biaya Admin", "value": "Rp0" }, { "name": "Total Bayar", "value": "Rp365.216" } ], "partner_fee": 1000, "product_code": "bsd-city-ipl+air", "sales_price": 365216, "serial_number": "1234567890", "status": "Success", "voucher_code": "" } } }
|
Property - Type: PSB
Product code example: kemang-village-res-ipl-utl
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "order", "attributes": { "product_code": "kemang-village-res-ipl-utl", "client_number": "8884405021111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder183", "attributes": { "product_code": "kemang-village-res-ipl-utl", "client_number": "8884405021111", "amount": 3238932 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder183
|
Response payload: { "data": { "type": "inquiry", "id": "8884405021111", "attributes": { "admin_fee": 0, "base_price": 3238932, "client_name": "TOKOPED** US**", "client_number": "8884405021111", "fields": null, "inquiry_result": [ { "name": "Nama Instansi", "value": "TMD LIPPO KEMANG" }, { "name": "No Pelanggan", "value": "8884405021111" }, { "name": "Nama", "value": "TOKOPED** US**" }, { "name": "Tagihan", "value": "Rp3.238.932" }, { "name": "Tanggal Jatuh Tempo", "value": "31/10/2021" }, { "name": "Total Bayar", "value": "Rp3.238.932" } ], "meter_id": "", "product_code": "kemang-village-res-ipl-utl", "sales_price": 3238932 } } }
| Response payload: { "data": { "type": "order", "id": "testorder183", "attributes": { "client_number": "8884405021111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 1000, "product_code": "kemang-village-res-ipl-utl", "sales_price": 3238932, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder183", "attributes": { "admin_fee": 0, "client_name": "TOKOPEDIA USER", "client_number": "8884405021111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-02-23T03:53:36Z", "fulfillment_result": [ { "name": "Nama Instansi", "value": "TMD LIPPO KEMANG" }, { "name": "No Pelanggan", "value": "8884405021111" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Tagihan", "value": "Rp3.238.932" }, { "name": "Tanggal Jatuh Tempo", "value": "31/10/2021" }, { "name": "MLPO Ref", "value": "1234567890" }, { "name": "Total Bayar", "value": "Rp3.238.932" } ], "partner_fee": 1000, "product_code": "kemang-village-res-ipl-utl", "sales_price": 3238932, "serial_number": "1234567890", "status": "Success", "voucher_code": "" } } }
|
Property - Type: PSP
Product code example: ciputra-world-2-jkt-apt-utl-ipl
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "product_code": "ciputra-world-2-jkt-apt-utl-ipl", "client_number": "8884405021111" } } }
| Request payload: { "data": { "type": "order", "id": "testorder184", "attributes": { "product_code": "ciputra-world-2-jkt-apt-utl-ipl", "client_number": "8884405021111", "amount": 103000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder184
|
Response payload: { "data": { "type": "inquiry", "id": "8884405021111", "attributes": { "admin_fee": 3000, "base_price": 100000, "client_name": "TOKOPED** US**", "client_number": "8884405021111", "fields": null, "inquiry_result": [ { "name": "No Pelanggan", "value": "8884405021111" }, { "name": "Nama", "value": "TOKOPED** US**" }, { "name": "Tower/Cluster", "value": "ABC" }, { "name": "Nomor Unit", "value": "ABC 123" }, { "name": "Produk", "value": "Ciputra World 2 Jakarta Apartment" }, { "name": "Tagihan", "value": "Rp100.000" }, { "name": "Biaya Admin", "value": "Rp3.000" }, { "name": "Total Bayar", "value": "Rp103.000" } ], "meter_id": "", "product_code": "ciputra-world-2-jkt-apt-utl-ipl", "sales_price": 103000 } } }
| Response payload: { "data": { "type": "order", "id": "testorder184", "attributes": { "client_number": "8884405021111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 0, "product_code": "ciputra-world-2-jkt-apt-utl-ipl", "sales_price": 103000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder184", "attributes": { "admin_fee": 3000, "client_name": "TOKOPEDIA USER", "client_number": "8884405021111", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-02-23T04:04:50Z", "fulfillment_result": [ { "name": "No Pelanggan", "value": "8884405021111" }, { "name": "Nama", "value": "TOKOPEDIA USER" }, { "name": "Tower/Cluster", "value": "ABC" }, { "name": "Nomor Unit", "value": "ABC 123" }, { "name": "Produk", "value": "Ciputra World 2 Jakarta Apartment" }, { "name": "Tagihan", "value": "Rp100.000" }, { "name": "Biaya Admin", "value": "Rp3.000" }, { "name": "Total Bayar", "value": "Rp103.000" } ], "partner_fee": 0, "product_code": "ciputra-world-2-jkt-apt-utl-ipl", "sales_price": 103000, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Donasi
Product code example: donasi-rumah-zakat-50
Checkout | Order Details |
---|
Request payload: { "data": { "type": "order", "id": "testorder183", "attributes": { "product_code": "donasi-rumah-zakat-50", "client_number": "", "amount": 50000 } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder183
|
Response payload: { "data": { "type": "order", "id": "testorder183", "attributes": { "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "partner_fee": 2000, "product_code": "donasi-rumah-zakat-50", "sales_price": 50000, "serial_number": "", "status": "Pending" } } }
| Response payload: { "data": { "type": "order", "id": "testorder183", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2023-05-11T08:39:05Z", "fulfillment_result": [ { "name": "Harga", "value": "Rp 50.000" } ], "partner_fee": 2000, "product_code": "donasi-rumah-zakat-50", "sales_price": 50000, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Top Up e-Wallet
Top Up e-Wallet - GoPay
Product code example: topup-gopay
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "id": "08123450000", "attributes": { "amount": 300000, "client_number": "08123450000", "downline_id": "", "fields": null, "product_code": "dompet-digital-gopay-open-amount" } } }
| Request payload: { "data": { "type": "order", "id": "testingGopayDompetDigitalWithName02", "attributes": { "amount": 300500, "client_number": "08123450000", "downline_id": "", "fields": null, "product_code": "dompet-digital-gopay-open-amount" } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder199
|
Response payload: { "data": { "type": "inquiry", "id": "08123450000", "attributes": { "admin_fee": 0, "base_price": 300000, "client_name": "", "client_number": "08123450000", "fields": null, "inquiry_result": [ { "name": "Nomor HP", "value": "08123450000" }, { "name": "Nama", "value": "Gop** Simu***** A" }, { "name": "Nominal Top-up", "value": "Rp300.000" }, { "name": "Biaya Admin", "value": "Rp 0" } ], "meter_id": "", "product_code": "dompet-digital-gopay-open-amount", "sales_price": 300000 } } }
| Response payload: { "data": { "type": "order", "id": "testingGopayDompetDigitalWithName02", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "08123450000", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": null, "fulfillment_result": null, "partner_fee": 10, "product_code": "dompet-digital-gopay-open-amount", "sales_price": 300000, "serial_number": "", "status": "Pending", "voucher_code": "" } } }
| Response payload: { "data": { "type": "order", "id": "testingGopayDompetDigitalWithName02", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "08123450000", "error_code": "", "error_detail": "", "fields": null, "fulfilled_at": "2024-08-27T09:53:36Z", "fulfillment_result": [ { "name": "Nomor HP", "value": "08123450000" }, { "name": "Nama", "value": "Gop** Simu***A" }, { "name": "Nominal Top-up", "value": "Rp300.000" }, { "name": "Biaya Admin", "value": "Rp 0" }, { "name": "Total Bayar", "value": "Rp300.000" } ], "partner_fee": 10, "product_code": "dompet-digital-gopay-open-amount", "sales_price": 300000, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Note: Downline ID value is only filled when you resell Gopay to other company, else you don't need to send the value. (Please contact SAT team for more detail regarding Downline ID). Inquiry in Gopay is also optional, you can skip Inquiry and directly proceed to Checkout but please make sure the amount is correct.
Top Up e-Wallet - DANA
Product code example: topup-dana
Inquiry | Checkout | Order Details |
---|
Request payload: { "data": { "type": "inquiry", "attributes": { "client_number": "081711111111", "product_code": "topup-dana", "amount": 15780, "downline_id": "SAT-COMPANYX" } } }
| Request payload: { "data": { "id": "testorder200", "type": "order", "attributes": { "product_code": "topup-dana", "client_number": "081711111111", "amount": 15780, "downline_id": "SAT-COMPANYX" } } }
| Request URL: GET https://{{base_url}}/v2/order/testorder200
|
Response payload: { "data": { "type": "inquiry", "id": "081711111111", "attributes": { "admin_fee": 0, "base_price": 15780, "client_name": "", "client_number": "081711111111", "fields": null, "inquiry_result": [ { "name": "Nomor HP", "value": "081711111111" }, { "name": "Nama", "value": "DNI* n*" }, { "name": "Nominal Top-up", "value": "Rp15.780" } ], "meter_id": "", "product_code": "topup-dana", "sales_price": 15780 } } }
| Response payload: { "data": { "type": "order", "id": "testorder200", "attributes": { "client_number": "081711111111", "error_code": "", "error_detail": "", "fields": [], "fulfilled_at": null, "partner_fee": 100, "product_code": "topup-dana", "sales_price": 15780, "serial_number": "", "status": "Pending" } } }
| Response payload: Response payload:
{ "data": { "type": "order", "id": "testorder200", "attributes": { "admin_fee": 0, "client_name": "", "client_number": "081711111111", "error_code": "", "error_detail": "", "fields": [], "fulfilled_at": "2024-05-27T02:08:07Z", "fulfillment_result": [ { "name": "Nomor HP", "value": "681711111111" }, { "name": "Nama", "value": "DNI* n*" }, { "name": "Nominal Top-up", "value": "Rp15.780" }, { "name": "Total Bayar", "value": "Rp15.780" } ], "partner_fee": 100, "product_code": "topup-dana", "sales_price": 15780, "serial_number": "", "status": "Success", "voucher_code": "" } } }
|
Note: Downline ID value is only filled when you resell Gopay to other company, else you don't need to send the value. (Please contact SAT team for more detail regarding Downline ID).