> For the complete documentation index, see [llms.txt](https://easykash.gitbook.io/gate-kashat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easykash.gitbook.io/gate-kashat/kashat-cashout-pin-auth.md).

# Kashat-CashOut-pin-auth

## &#x20; Kashat  pin  authorize

<mark style="color:green;">`POST`</mark> `https://core.kashat.com.eg/payme/authorize-payment`

This endpoint for send voucher pin after inquire for cash\_out payment  .

#### Headers

| Name          | Type   | Description                                        |
| ------------- | ------ | -------------------------------------------------- |
| Authorization | string | Bearer + returned access token from kashEgypt-auth |

#### Request Body

| Name                   | Type   | Description                         |
| ---------------------- | ------ | ----------------------------------- |
| pinCode                | string | Generated pin for this voucher      |
| transaction\_type      | string | Must be  CASH\_OUT                  |
| transaction\_amount    | string | Voucher amount in EGP               |
| franchise\_center\_id  | string | Terminal id which provider sent     |
| transaction\_timestamp | number | Current date in timestamp shape     |
| voucher\_number        | string | Payment id number which inquired by |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{
 success: true,
  message: 'Operation Successful' 
}
```

{% endtab %}
{% endtabs %}
