# Wallet Deduction

This guide explains how the payment is processed according to the booking status.

The example below shows the process for a non-instant product, booked for two guests, with a price of 20.23 per guest. The initial wallet value is 98,999.68. For instant product types, the process does not contain the 'WAITING' status part; the rest is exactly the same.

### 1. Booking was created:

- **Booking status:** `RESERVED`
![Reserved Status](https://res.cloudinary.com/apimatic/image/upload/v1714980625/5728220825fb33da38fc63c3/5728220825fb33da38fc63c3--3.png)
- **Wallet balance:** 99,999.68
- **Wallet available balance:** 99,999.68
- **Blocked balance:** 0
![Wallet Balance](https://res.cloudinary.com/apimatic/image/upload/v1714980706/5728220825fb33da38fc63c3/5728220825fb33da38fc63c3--4.png)
![Transaction History](https://res.cloudinary.com/apimatic/image/upload/v1714980749/5728220825fb33da38fc63c3/5728220825fb33da38fc63c3--5a.png)


### 2. Booking was confirmed:

- **Booking status:** `WAITING`
![Waiting Status](https://res.cloudinary.com/apimatic/image/upload/v1714980846/5728220825fb33da38fc63c3/5728220825fb33da38fc63c3--6.png)
- **Wallet balance:** 99,999.68
- **Wallet available balance:** 99,959.22
- **Blocked balance:** -40.46
![Wallet Balance](https://res.cloudinary.com/apimatic/image/upload/v1714980916/5728220825fb33da38fc63c3/5728220825fb33da38fc63c3--7.png)
![Transaction History](https://res.cloudinary.com/apimatic/image/upload/v1714980954/5728220825fb33da38fc63c3/5728220825fb33da38fc63c3--8a.png)


### 3. Booking was approved:

- **Booking status:** `APPROVED`
- **Wallet balance:** 99,959.22
- **Wallet available balance:** 99,959.22
- **Blocked balance:** 0
![Wallet Balance](https://res.cloudinary.com/apimatic/image/upload/v1714981089/5728220825fb33da38fc63c3/5728220825fb33da38fc63c3--10.png)
![Transaction History](https://res.cloudinary.com/apimatic/image/upload/v1714981123/5728220825fb33da38fc63c3/5728220825fb33da38fc63c3--12.png)