Booking Payment
During the booking creation, you can specify the preferred payment method. Depending on this, the booking and payment may be processed differently
Balance
The balance indicates if parking operators have to collect payment during the arrival.
Authorizations
Path parameters
bookingstring · uuidRequired
The resource
Header parameters
Accept-LanguagestringOptional
Body
typestringOptional
Responses
200
The request has been successful
401
The request is unauthorized
403
The request is forbiden
404
The resource cannot be found
422
The request cannot be processed
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