Maxxton External API

Sections

Create payments for a reservation

Path Parameters

reservationIdinteger Required

Reservation id for which the payment has to be added.

Body Parameters

paymentMethodCodestring Required

This field will accept the name of the payment method configured.

amountnumber Required
currencyCodestring
remarkstring
pspReferenceNumberstring

Unique id to identify each online transaction

Response

200
Object
The request is completed successfully without any errors

Response Attributes

paymentMethodCodestring Required

This field will accept the name of the payment method configured.

amountnumber Required
currencyCodestring
remarkstring
pspReferenceNumberstring

Unique id to identify each online transaction

400
Object
The distribution channel present in the authorization token does not match the distribution channel of the reservation.
500
Object
Error occurred while adding payments for the reservation.

POST

/

Select
1

Response