Wallet deduction process

Follow steps below to see how the payment is processed according to booking status.

Example is showing process for non instant product, booked for two guest, price 20.23 per guest, intial wallet value is 98,999.68
For instant products type process does not contain 'WAITING' status part, the rest is exactly the same.
  • Booking was made:
    • Booking status changed to RESERVED
    • a. Wallet balance 99,999.68
    • b. Wallet available balance 99,999.68
    • c. Blocked balance 0


    endpoint: /booking


    endpoint: /config


    Agents Panel

  • Booking was confirmed:
    • Booking status changed to WAITING
    • a. Wallet balance 99,999.68
    • b. Wallet available balance 99,959.22
    • c. Blocked balance -40.46


    endpoint: /booking


    endpoint: /config


    Agents Panel

  • Booking was approved:
    • Booking status changed to APPROVED
    • a. Wallet balance 99,959.22
    • b. Wallet available balance 99,959.22
    • c. Blocked balance 0


    endpoint: /config


    Agents Panel