> 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.md).

# Top Up

Send prepaid minutes to any phone in more than 120 countries

<details>

<summary>Estimate Response</summary>

```
[
    {
        "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": []
    }
]
```

</details>

<details>

<summary>Transfer Response</summary>

```json
{
    "transferId": {
        "transferRef": "0",
        "distributorRef": "5f56dfa3-a415-4818-8275-44fc63ece3fd"
    },
    "skuCode": "HT_DC_TopUp",
    "price": {
        "customerFee": 0,
        "distributorFee": 0,
        "receiveValue": 603.1,
        "receiveCurrencyIso": "HTG",
        "receiveValueExcludingTax": 603.1,
        "taxRate": 0,
        "sendValue": 5,
        "sendCurrencyIso": "USD"
    },
    "processingState": "Complete",
    "accountNumber": "50938737629",
    "resultCode": 1,
    "errorCodes": []
}
```

</details>
