> For the complete documentation index, see [llms.txt](https://docs.pgecom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pgecom.com/api-endpoint/withdraw.md).

# Withdraw

Send funds from your pgecom balance to&#x20;

* MonCash
* NatCash
* PayPal
* CashApp
* Zelle
* Wise
* Sogebank
* BNC
* BUH
* Unibank
* Payoneer
* PGecom
* etc

You can choose between different currency (**htg** or **usd**) to send the funds

<details>

<summary>Withdraw Response</summary>

```json
{
    "newBalance": 638.64,
    "sender": "info@pgecom.com",
    "receiver": "info@pgecom.com",
    "orderId": "a1d52cce-2f80-448f-bfe8-b9c95ed1f2db",
    "amount": 5,
    "gourdes": 660,
    "userFee": 0.15,
    "userID": "5f56dfa3-a415-4818-8275-44fc63ece3fd",
    "deliveryMethod": "standard",
    "transactionType": "moncash_withdraw",
    "currency": "usd",
    "status": "processing",
    "metadata": {
        "currency": "usd"
    },
    "id": "028ed5e0-30ae-43de-8e94-6254c55e8ccb",
    "platform": "pgrewards",
    "createdAt": "2024-06-03T22:47:35.538Z",
    "updatedAt": "2024-06-03T22:47:35.538Z",
    "delivery": "standard"
}
```

</details>
