Update check payment status
Authentication
Long-lived API token sent in the requestToken header. See API token authentication.
OAuth2 Bearer access token from the client-credentials flow. See OAuth authentication.
Path parameters
The new status to apply to the check transaction. To mark a check as Paid, send 5. To mark a check as Cancelled, send 0.
Response
Response text for operation: ‘Success’ or ‘Declined’.
Code for the response. Learn more in API Response Codes.
Describes the room ID. Only in use on Boarding endpoints, returns 0 when not applicable.
Boolean indicating whether the operation was successful. A true value
indicates success. A false value indicates failure.