$vendorTxCode = "ORD12345"; $amount = "100.00"; $currency = "GBP"; $description = "Bee-Mart Order"; $data = "VendorTxCode=$vendorTxCode&Amount=$amount&Currency=$currency&Description=$description"; // Then encrypt/hash this data using your Opayo encryption password/key // Use Opayo's encryption function to do this