Booking Payment

During the booking creation, you can specify the preferred payment method. Depending on this, the booking and payment may be processed differently

Contact us directly if you would like to collect the payment for the booking.

Balance

The balance indicates if parking operators have to collect payment during the arrival.

New booking payment

post
Authorizations
Path parameters
bookingstring · uuidRequired

The resource

Header parameters
Accept-LanguagestringOptional
Body
typestringOptional
Responses
200
The request has been successful
post
POST /v1/bookings/{booking}/payments HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "type": "text"
}

No content

Last updated