NextPark
  • Welcome!
  • APIs
  • Partner
    • Bookings
      • Offers
      • Booking
      • Booking Fee
      • Booking Review
      • Booking Addons
      • Booking Services
      • Booking Payment
      • Booking Discount
    • Place
    • Parking
  • Operator
    • Parking
      • Locks
      • Pricing
    • Bookings
      • Booking Invoice
      • Booking Barcode
    • Barriers
  • Advance
    • Authorize
    • Languages
    • Constans
      • Barcodes
    • Responses
    • Sandbox Limits
Powered by GitBook
On this page
  1. Partner
  2. Bookings

Booking Payment

PreviousBooking ServicesNextBooking Discount

Last updated 2 years ago

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
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