> For the complete documentation index, see [llms.txt](https://docs.pagsmile.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pagsmile.com/reference/remittance-api/business/withdrawal/withdrawal-result-notification.md).

# Withdrawal Result Notification

### **Webhook** URL <a href="#payin-by-creditcard" id="payin-by-creditcard"></a>

REQUEST BODY SCHEMA: application/json required

### **Webhook Body(Notify)**

**Refer to :** [Webhook Common](/reference/remittance-api/business/webhook/webhook-common.md)

**Biz\_data**

| Name                                                | Type    | Description                                        |
| --------------------------------------------------- | ------- | -------------------------------------------------- |
| order\_id<mark style="color:red;">\*</mark>         | long    | Order ID                                           |
| merchant\_id<mark style="color:red;">\*</mark>      | long    | Merchant ID                                        |
| transaction\_id                                     | long    | Transaction ID                                     |
| order\_no<mark style="color:red;">\*</mark>         | string  | Order ID                                           |
| order\_status<mark style="color:red;">\*</mark>     | integer | <p>Order Status</p><p>Refer to</p>                 |
| audit\_status                                       | integer | Audit Status                                       |
| bank\_country                                       | string  | Receive Country                                    |
| pay\_currency                                       | string  | Pay currency                                       |
| pay\_amount                                         | string  | Pay amount                                         |
| fee                                                 | string  | Fee                                                |
| payed\_at                                           | string  | Payed At                                           |
| refund\_transaction\_id                             | long    | Refund Transaction ID                              |
| refund\_fee                                         | string  | Refund Fee                                         |
| refunded\_at                                        | string  | Refunded At                                        |
| receive\_currency<mark style="color:red;">\*</mark> | string  | Receive Currency                                   |
| receive\_amount<mark style="color:red;">\*</mark>   | string  | Receive Amount                                     |
| account\_num                                        | string  | Account number                                     |
| payee\_name                                         | string  | Payee Name                                         |
| payee\_id                                           | long    | Payee ID                                           |
| reference                                           | string  | Reference                                          |
| error\_message                                      | string  | Error Message                                      |
| created\_at                                         | string  | <p>Create At</p><p>Format: yyyy-MM-dd HH:mm:ss</p> |

### 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 %}
