> 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/top-up/estimate.md).

# Estimate

## Send top up to more than 120 countries

<mark style="color:green;">`POST`</mark> `https://sandbox.pgecom.com/api/balance/estimate`

#### Headers

| Name                                            | Type   | Description    |
| ----------------------------------------------- | ------ | -------------- |
| authorization<mark style="color:red;">\*</mark> | String | Bearer `token` |

#### Request Body

| Name                                     | Type   | Description                       |
| ---------------------------------------- | ------ | --------------------------------- |
| phone<mark style="color:red;">\*</mark>  | Number | Receiver's phone ex: +50938737829 |
| amount<mark style="color:red;">\*</mark> | String | Receiver's amount in USD          |

{% tabs %}
{% tab title="200: OK " %}

```json
[
    {
        "price": {
            "customerFee": 0,
            "distributorFee": 0,
            "receiveValue": 603.1,
            "receiveCurrencyIso": "HTG",
            "receiveValueExcludingTax": 603.1,
            "taxRate": 0,
            "sendValue": 5,
            "sendCurrencyIso": "USD"
        },
        "skuCode": "HT_DC_TopUp",
        "batchItemRef": "HT_DC_TopUp",
        "resultCode": 1,
        "rrrorCodes": []
    }
]
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
Make sure that you save the skuCode. You'll need it to complete the transaction.&#x20;
{% endhint %}
