This subdomain will centralize all payments (rooms, gift cards, restaurant, etc.).
Current version exposes a simple payment session flow:
create_payment.php – called from other apps to create a payment session.pay.php?token=... – user-facing page to review and confirm the payment.payment_success.php / payment_cancel.php – simple result pages.We will later connect this core to LibraPay, Netopia, and PayPal and add callbacks to the booking system.