Payment
This endpoint updates the payment state.
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