> 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/collection/apply-collection-account-result-notification.md).

# Apply Collection Account Result Notification

### **Request Body**

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

**Biz\_data**

<table><thead><tr><th width="249">Name</th><th width="200.22265625">Type</th><th>Description</th></tr></thead><tbody><tr><td>merchant_id<mark style="color:red;">*</mark></td><td>long</td><td>Merchant ID.</td></tr><tr><td>apply_no<mark style="color:red;">*</mark></td><td>string</td><td>Application number of the VA application.</td></tr><tr><td>account_label</td><td>string</td><td>Custom label of the virtual account.</td></tr><tr><td>business_type<mark style="color:red;">*</mark></td><td>integer</td><td>Business scenario of the virtual account. </td></tr><tr><td>collection_account_ids</td><td>list&#x3C;long></td><td>IDs of the collection accounts created after approval.</td></tr><tr><td>currency<mark style="color:red;">*</mark></td><td>string</td><td>VA currency, as a 3-letter ISO currency code.</td></tr><tr><td>status<mark style="color:red;">*</mark></td><td>integer</td><td><p>Application status.</p><p><code>1-reviewing</code></p><p><code>2-approved</code></p><p><code>11-rejected</code></p></td></tr><tr><td>created_at<mark style="color:red;">*</mark></td><td>string</td><td>Time when the application was created. Format: <code>yyyy-MM-dd HH:mm:ss</code>.</td></tr><tr><td>comments</td><td>string</td><td>Review comments or rejection reason, if any.</td></tr></tbody></table>

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

```
200-299: Notification received successfully.

If the partner does not return a 2xx HTTP status code, Pagsmile will retry the notification up to 7 times. 
The retry intervals are 10s, 1m, 5m, 30m, 2h, 6h, and 24h after each failed attempt.
```
