> For the complete documentation index, see [llms.txt](https://capitalsage.gitbook.io/sagecloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://capitalsage.gitbook.io/sagecloud/data/smile-bundle-purchase-4.md).

# Purchase SME Data.

This endpoint allows you to purchase sme data bundles.

## Purchase SME Data

<mark style="color:green;">`POST`</mark> `https://sagecloud.ng/api/v2/sme-data/purchase`

This endpoint allows you to purchase Corporate data.\
\
Service types include : sme\_data\_500mb, sme\_data\_1gb, sme\_data\_2gb, sme\_data\_3gb, sme\_data\_5gb, sme\_data\_10gb, sme\_data\_20gb, sme\_data\_40gb, corporate\_data\_40gb, sme\_data\_75gb, sme\_data\_100gb.\
\
Another option is to get it from the Corporate Data Lookup Section

#### Headers

| Name          | Type   | Description             |
| ------------- | ------ | ----------------------- |
| Authorization | string | Check the Headers page. |

#### Request Body

| Name                                        | Type   | Description                              |
| ------------------------------------------- | ------ | ---------------------------------------- |
| service<mark style="color:red;">\*</mark>   | string | Service Code of the SME Data to purchase |
| phone<mark style="color:red;">\*</mark>     | string | Phone number of the receipient.          |
| reference<mark style="color:red;">\*</mark> | String | A unique key generated by you            |

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

```
{
    "success": true,
    "status": "success",
    "message": "Data recharge of SME DATA 500MB to 08123456789 is successful.",
    "data": []
}
```

{% endtab %}
{% endtabs %}
