# Withdraw Schema

<table><thead><tr><th width="197">Property</th><th width="225">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>receiverEmail</code></td><td>string - required</td><td>Recipient's email address</td></tr><tr><td><code>amount</code></td><td>string - required</td><td>The amount to send to recipient. If you're sending <strong>htg</strong> as the currency, this is the amount of gourdes </td></tr><tr><td><code>type</code></td><td>string - default pgecom</td><td>Where you want to send the funds (PGecom, MonCash, NatCash, Sogebank, etc)</td></tr><tr><td><code>delivery</code></td><td>string - default instant</td><td>When do you want the funds to be available (standard, regular, express, urgent, instant)</td></tr><tr><td><code>currency</code></td><td>string - default usd</td><td>The currency that you'd like to send the funds to</td></tr><tr><td><code>message</code></td><td>string</td><td>A custom message for the recipient to receive </td></tr><tr><td><code>firstName</code></td><td>string</td><td>The first name of the recipient</td></tr><tr><td><code>lastName</code></td><td>string</td><td>The last name of the recipient</td></tr><tr><td><code>accountNumber</code></td><td>string</td><td>The bank account number</td></tr><tr><td><code>accountName</code></td><td>string</td><td>The account name</td></tr><tr><td><code>routingNumber</code></td><td>string</td><td>The routing account if any</td></tr><tr><td><code>accountType</code></td><td>string</td><td>The bank account type if any</td></tr><tr><td><code>address</code></td><td>string</td><td>The recipient address if any</td></tr><tr><td><code>webhookUrl</code></td><td>string</td><td>The url that you'd like to receive a withdraw is successful</td></tr><tr><td><code>metadata</code></td><td>object</td><td>You can pass additional values if you need to receive it once the order is complete</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

<table><thead><tr><th>Types</th><th>Value</th><th data-hidden></th></tr></thead><tbody><tr><td>PGecom</td><td>pgecom - (automatic)</td><td></td></tr><tr><td>MonCash</td><td>moncash - (automatic)</td><td></td></tr><tr><td>NatCash</td><td>natcash</td><td></td></tr><tr><td>Wise</td><td>wise</td><td></td></tr><tr><td>Sogebank</td><td>sogebank</td><td></td></tr><tr><td>PayPal</td><td>paypal</td><td></td></tr><tr><td>Zelle</td><td>Zelle</td><td></td></tr><tr><td>CashApp</td><td>cashapp</td><td></td></tr><tr><td>Unitransfer</td><td>unitransfer</td><td></td></tr><tr><td>BUH</td><td>buh</td><td></td></tr><tr><td>BNC</td><td>bnc</td><td></td></tr><tr><td>Unibank</td><td>unibank</td><td></td></tr></tbody></table>

| Delivery | Value    | Processing Time |
| -------- | -------- | --------------- |
| Standard | standard | 2 business days |
| Regular  | regular  | 1 business day  |
| Express  | express  | 2 hours         |
| Urgent   | urgent   | 30 minutes      |
| Instant  | instant  | 2 minutes       |
|          |          |                 |
