# External Credit

{% hint style="info" %}
**You must have the Authorization to use this API**
{% endhint %}

## CREDIT

<mark style="color:green;">`POST`</mark> `{{baseUrl}}/wp-json/rimplenet-wallet-addon/v1/external-credits`

#### Request Body

| Name        | Type   | Description |
| ----------- | ------ | ----------- |
| request\_id | String |             |
| wallet\_id  | String |             |
| amount      | String |             |
| user\_id    | String |             |

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

```json
{
    "request_id": "ngn897",
    "wallet_id": "ngn",
    "amount": "1000",
    "user_id": "1"
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
To view request params, click on the arrow (>) at the right-hand side of the endpoint URL to expand or collapse
{% endhint %}

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

```json
{
    "request_id": "ngn897",
    "wallet_id": "ngn",
    "amount": "1000",
    "user_id": "1"
}
```

{% endtab %}
{% endtabs %}
