# Send rewards

## Send rewards or recharge a user's balance

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

#### Headers

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

#### Request Body

| Name                                     | Type   | Description                                                            |
| ---------------------------------------- | ------ | ---------------------------------------------------------------------- |
| email<mark style="color:red;">\*</mark>  | Number | Recipient's email                                                      |
| amount<mark style="color:red;">\*</mark> | String | Recipient's amount                                                     |
| isPrepaid                                | String | PG rewards user or your platform's user. Default to `true` (your user) |

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

```json
{
    "createdAt": "2022-05-09T09:48:51Z",
    "amount": 5806,
    "id": "7fe037b8-3d86-4bc3-9b47-839565kj1068",
    "userID": "7fe037b8-3d86-4bc3-9b47-839565kj1068",
    "updatedAt": "2022-06-29T10:30:23Z",
    "balance": 5806,
    "newBalance": 5811
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
You can use send rewards as a way to recharge a user's account. The funds will automatically be available on their virtual or physical card
{% endhint %}
