Customer Transaction

When completing an API Transaction that is specific to a customer account, for example placing, managing, and cancelling bookings.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Most tools will require customer authentication, it is important you have validated each customers session prior to using these tools.

❗️

Customer Validation

We highly recommend using validate_customer_hash prior to doing any actions, it is possible the PIN number is invalid, and therefore the customer hash you provide will not work.

In addition, it maybe possible the customers account is not verified which will also block the use of various tools, in this case you must ask the customer to provide the security verification code using the validate_sec_code tool.

Form Data
string
required

This is a 25 alphanumeric hash code provided to you by the fleet.

string
required

This is the command or tool you wish to access or execute. For example, in order to place a booking you would use “instant_booking”.

boolean
Defaults to false

If TRUE, all keys are returned in uppercase.

string
required

This is the customer accounts phone number.

string

You can also send the customers PIN number for verification, if this fails, the API command will fail. If left blank, no validation is done on the authenticity of the customer ID.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!