Mews · Arazzo Workflow
Mews Record External Payment
Version 1.0.0
Locate a reservation's guest account, then record an external payment.
View Spec
View on GitHub
HospitalityHotelPMSProperty ManagementTravelBookingReservationsCloudSaaSArazzoWorkflows
Provider
Workflows
record-external-payment
Resolve a reservation's guest and record an external payment.
Reads the reservation to obtain its customer id, then records an external payment of the supplied amount and type against that guest account.
1
getReservation
reservations_getAll
Load the reservation to obtain the guest customer id used as the payment account.
2
recordPayment
payments_addExternal
Record the external payment against the reservation's guest account.