Collect a PART of a booking's balance online.
POST/api/v1/my/outstanding-payments/:bookingId/collection-order
Creates a gateway order for the given amount (validated 0 < amount ≤ outstanding) and returns the order id + public key for checkout. Repeatable — each part is its own order. The guest can also pay the full balance at the public /api/v1/pay-booking/{bookingId} page.
Request
Responses
- 200
OK