Payment

This endpoint updates the payment state.

circle-info

To update payment state to "payed", the result field must have the value "success", otherwise the payment state will be "enabled".

Update Payment State

POST api/v1/bookings/payment

Request Body

Name
Type
Description

customerInternalId*

String

Customer identification

result*

String

Payment state

{
    "msg": "Data received successfully"
}

Last updated