# Payment Result Notification

### Webhook URL

&#x20;REQUEST BODY SCHEMA: application/json required

### **Request Body(Notify)**

&#x20;**Refer to :** [Webhook Common](https://docs.pagsmile.com/remittance-api/business/webhook/webhook-common)

&#x20;**Biz\_data**&#x20;

<table><thead><tr><th width="201.73046875">Name</th><th width="143.171875">Type</th><th>Description</th></tr></thead><tbody><tr><td>order_id<mark style="color:red;">*</mark></td><td>long</td><td>Order ID</td></tr><tr><td>merchant_id<mark style="color:red;">*</mark></td><td>long</td><td>Merchant ID</td></tr><tr><td>account_no</td><td>string</td><td>Account Number</td></tr><tr><td>transaction_id</td><td>long</td><td>Transaction ID</td></tr><tr><td>order_no<mark style="color:red;">*</mark></td><td>string</td><td>Order Number</td></tr><tr><td>order_status<mark style="color:red;">*</mark></td><td>integer</td><td><p>Order Status</p><p>Refer to <a href="../../data/dictionary-item/order-status">Order Status</a></p></td></tr><tr><td>audit_status</td><td>integer</td><td><p>Audit Status </p><p>Refer to <a href="../../data/dictionary-item/all-audit-status">Status</a></p></td></tr><tr><td>bank_country</td><td>string</td><td>Receive Country</td></tr><tr><td>payment_currency</td><td>string</td><td>Payment currency</td></tr><tr><td>payment_amount</td><td>string</td><td>Payment amount</td></tr><tr><td>fee</td><td>string</td><td>Service Fee</td></tr><tr><td>payed_at</td><td>string</td><td>Payed At</td></tr><tr><td>refund_transaction_id</td><td>long</td><td>Refund Transaction ID</td></tr><tr><td>return_fee</td><td>string</td><td>Return Fee</td></tr><tr><td>refunded_at</td><td>string</td><td>Refunded At</td></tr><tr><td>beneficiary_name</td><td>string</td><td>Beneficiary Name</td></tr><tr><td>beneficiary_id</td><td>long</td><td>Beneficiary ID</td></tr><tr><td>reference</td><td>string</td><td>Reference</td></tr><tr><td>error_message</td><td>string</td><td>Error Message</td></tr><tr><td>created_at</td><td>string</td><td><p>Create At</p><p>Format: yyyy-MM-dd HH:mm:ss</p></td></tr></tbody></table>

### Response <a href="#example" id="example"></a>

{% tabs %}
{% tab title="200～299:submit successfully" %}

```
```

{% endtab %}

{% tab title="other fail" %}

```
Retry 7 times.

Delay time：10s 1m 5m 30m 2h 6h 24h
```

{% endtab %}
{% endtabs %}
