# Withdrawal Result Notification

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

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

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

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

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

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


---

# 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.pagsmile.com/remittance-api/business/withdrawal/withdrawal-result-notification.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.
