Booking Endpoints

Credit to customer balance

Credit the booking amount to the customer's balance.

post/bookings/{code}/credit_balances

Path parameters

codestring required

Booking code

Headers

Authorizationstring required

Request body

credit_amountinteger
send_emailboolean

Response

Booking credited

status'ok' | 'error'
messagestring

Changes

Changed in 3 of the 32 revisions of this API.13