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.
The balance indicates if parking operators have to collect payment during the arrival.
The resource
curl -L \ --request POST \ --url '/v1/bookings/{booking}/payments' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "type": "text" }'
No body