MyEZToll
POST/api/partner/v1/bookings/{bookingId}/card-link

Card registration link

Get a secure link where the renter adds a payment card.

Independent of the agreement link: a driver who already signed may still owe a card, and a driver with a card on file may still owe a signature. Delivery is yours — nothing is sent by us.

Authorization

X-Api-Key header

Send your partner key on every request. The key is bound to exactly one owner account.

Path parameters

bookingIdstringpathrequired

Response

200 · application/json
successbooleanrequired
dataobject
bookingIdstring
cardRegistrationUrlstring <uri>
driverEmailstringnullable
driverPhonestringnullable
errorstringnullable

Status codes

200The card-registration link.
400Validation error.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.