# Response

{% hint style="success" %}
Berikut ini format Balasan yang akan Anda terima jika Transaksi **SUKSES** diproses oleh sistem:
{% endhint %}

#### Format

```php
TRX [KODEPRODUK].[TUJUAN] BERHASIL, HRG:[HARGA_SELLER] SN: [SERIAL_NO]. SISA SALDO:[SALDO_BUYER] CLIENTID=[CLIENT_ID].
```

#### Contoh Sukses

{% code fullWidth="false" %}

```php
TRX TT5.081299999999 BERHASIL, HRG:8000 SN: TRXHS031266584 WAKTU 2025-04-05 20:32:56. SISA SALDO:60000 CLIENTID=9932POO0
```

{% endcode %}

{% hint style="warning" %}
Berikut ini format Balasan yang akan Anda terima jika Transaksi **GAGAL** diproses oleh sistem:
{% endhint %}

#### Format

```php
TRX [KODEPRODUK].[TUJUAN] GAGAL, [ALASAN_GAGAL]. SISA SALDO:[SALDO_BUYER] CLIENTID=[CLIENT_ID].
```

#### Contoh Gagal

```php
TRX TT5.081299999999 GAGAL, Dibatalkan Refund Rp.9.000 WAKTU 2025-03-27 21:23:43. SISA SALDO:287270 CLIENTID=99323879.
```

{% hint style="info" %}
Berikut ini format Balasan yang akan Anda terima jika Transaksi **SEDANG DIPROSES** oleh sistem dan menunggu response:
{% endhint %}

#### Format

```php
TRX [KODEPRODUK] ke [TUJUAN] segera diproses Saldo=[SALDO_BUYER] CLIENTID=[CLIENT_ID].
```

#### Contoh Proses

```php
TRX TT5 ke 081298956177 segera diproses Saldo=17221364 CLIENTID=99323895.
```


---

# 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/otomax/response.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.
