KingTravel Shopping API
  1. Attachment
KingTravel Shopping API
ShoppingAPI
  • ShoppingAPI
  • Ticket Booking Process
    • Booking Process
  • Ticket Booking API
    • Search
      POST
    • Verify
      POST
    • Booking
      POST
    • Cancel
      POST
    • Pay
      POST
    • Query
      POST
  • Ticket Booking Notification
    • Notify
      POST
  • Error Codes
    • Search
    • Verify
    • Booking
  • Attachment
    • About Booking AES Encryption
  1. Attachment

About Booking AES Encryption

Overview
When calling the Booking interface, AES encryption is required for the requested requestBody. Before starting development, please make sure to contact the contact person to agree on the AES key.
Encryption parameter description
parametervalueInstructions
algorithmAESAdvanced Encryption Standard
modeCBCPassword group linking mode
filling methodPKCS5PaddingStandard filling method
Initialize vector16 byte empty arrayAll byte values are 0
key length128/192/256位Need to negotiate with the contact person
Important Notice
⚠️ Please note: The encrypted initialization vector (IV) uses an empty byte array of length 16 (all byte values are 0)
Modified at 2025-12-02 12:09:09
Previous
Booking
Built with