# Purchase Corporate Data

## Purchase Corporate Data

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

This endpoint allows you to purchase Corporate data.\
\
Service types include : corporate\_data\_500mb, corporate\_data\_1gb, corporate\_data\_2gb, corporate\_data\_3gb, corporate\_data\_5gb, corporate\_data\_10gb, corporate\_data\_15gb, corporate\_data\_20gb, corporate\_data\_40gb, corporate\_data\_75gb, corporate\_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 Corporate 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 Corporate DATA 500MB to 08012345678 is successful.",
    "data": []
}
```

{% endtab %}
{% endtabs %}
