# Callback/Report

Sistem akan mengirimkan balasan **SUKSES** / **GAGAL** ke url Anda dengan Protokol **HTTP GET** format sebagai berikut:

<table><thead><tr><th width="374">Nama</th><th>Keterangan</th></tr></thead><tbody><tr><td><code>serverid</code></td><td>ID Transaksi / Refid Sidopulsa</td></tr><tr><td><code>clientid</code></td><td>ID Transaksi / Refid Client</td></tr><tr><td><code>price</code></td><td>Harga produk</td></tr><tr><td><code>statuscode</code></td><td>Status Transaksi Server 1=sukses 2=gagal</td></tr><tr><td><code>kp</code></td><td>Kode Poduk </td></tr><tr><td><code>msisdn</code></td><td>Nomer Tujuan Transaksi</td></tr><tr><td><code>sn</code></td><td>Nomor Seri Transaksi / SN Operator</td></tr><tr><td><code>message</code></td><td>Keterangan / Pesan Transaksi</td></tr></tbody></table>

#### Contoh

{% hint style="success" %}
Transaksi Sukses

{% code overflow="wrap" %}

```
https://url-client.com/callback.php?serverid=36203827&price=9000&clientid=99323877&statuscode=2&kp=TT5&msisdn=081299999999&sn=OPTR9039938DS&message=TRX TT5.081299999999 BERHASIL, HRG:9000 SN: OPTR9039938DS. SISA SALDO:5550 CLIENTID=99323877.
```

{% endcode %}
{% endhint %}

{% hint style="warning" %}
Transaksi Gagal

{% code overflow="wrap" %}

```
https://url-client.com/callback.php?serverid=36203827&price=9000&clientid=99323877&statuscode=2&kp=TT5&msisdn=081299999999&sn=Trx gagal&message=TRX TT5.081299999999 GAGAL, Trx gagal. SISA SALDO:5550 CLIENTID=99323877.
```

{% endcode %}
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sidopulsa.com/callback-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
