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

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.

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